aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-08-20runtime: add MemStats.Mallocs and FreesDamian Gryski
2022-08-20runtime: add MemStats.TotalAllocDamian Gryski
2022-08-20runtime: make MemStats available to leaking collectorDamian Gryski
2022-08-20build: pin public_suffix Ruby gem to version 4.0.7deadprogram
2022-08-20make interp timeout configurable from command lineDamian Gryski
2022-08-18Add aliases for edwards25519/field.feMul and field.feSquareAvi
2022-08-16runtime/pprof: add WriteHeapProfileMiguel Angel
2022-08-13goenv: support GOOS=androidAyke van Laethem
2022-08-09Fix skip message for missing emulatorsElliott Sales de Andrade
2022-08-09Fix for builds of tinygo using an Android hostYeicor
2022-08-09Fix tinygo-test with Go 1.19Elliott Sales de Andrade
2022-08-09Add ErrProcessDone errorElliott Sales de Andrade
2022-08-07nrf52: cleanup s140v7 uf2 targetsYurii Soldak
2022-08-07nrf52: cleanup s140v6 uf2 targetsYurii Soldak
2022-08-07all: update _test.go files for os.IsFoo changesDamian Gryski
2022-08-07all: update _test.go files for ioutil changesDamian Gryski
2022-08-07compileopts: use backticks for regexp to avoid extra escapesDamian Gryski
2022-08-07all: move from os.IsFoo to errors.Is(err, ErrFoo)Damian Gryski
2022-08-07all: remove calls to deprecated ioutil packageDamian Gryski
2022-08-07syscall/darwin: add ENOTCONNRoman Volosatovs
2022-08-06os: add SyscallError.TimeoutRoman Volosatovs
2022-08-06syscall: add WASI `{D,R}SYNC`, `NONBLOCK` FD flagsRoman Volosatovs
2022-08-06syscall: group WASI consts by purposeRoman Volosatovs
2022-08-06net: sync net.go with Go 1.18 stdlibRoman Volosatovs
2022-08-05syscall: ensure correct C prototype WASI function signatureRoman Volosatovs
2022-08-05ci: add check that TinyGo can be built using Homebrew LLVMAyke van Laethem
2022-08-04all: rename assembly files to .S extensionAyke van Laethem
2022-08-04all: remove support for LLVM 13Ayke van Laethem
2022-08-04examples/wasm: improve Makefilesago35
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-08-04main: use tags parser from buildutilAyke van Laethem
2022-08-04all: update version for next development iterationsago35
2022-08-02all: update to version 0.25.0v0.25.0Ayke van Laethem
2022-08-01Set internal linkage and keeping default visibility for anonymous functionsPhil Kedy
2022-07-30wasm,wasi: stub runtime.buffered, runtime.getcharsago35
2022-07-28compiler: implement unsafe.Alignof and unsafe.Sizeof for generic codev0.25.0-beta1Ayke van Laethem
2022-07-28compiler: fix type names for generic named structsAyke van Laethem
2022-07-28compiler: do not try to build generic functionsAyke van Laethem
2022-07-28compiler: add generics test caseAyke van Laethem
2022-07-28compiler: fix issue with methods on generic structsPhil Kedy
2022-07-28rp2040: make picoprobe default openocd interfaceKenneth Bell
2022-07-27machine/rp2040: turn off pullup/down when not input type not specifieddeadprogram
2022-07-27esp32: optimize SPI transmitAyke van Laethem
2022-07-27usb/midi: add definition of MIDI note numbersago35
2022-07-27build/linux/arm: pin dotenv Ruby gem to version 2.7.6deadprogram
2022-07-26esp32: fix WDT reset on the MCH2022 badgeAyke van Laethem
2022-07-26darwin: don't clobber X18 and FP registersAyke van Laethem
2022-07-26target: add gopherbot and gopherbot2 aliases to simplify for newer usersdeadprogram
2022-07-26rp2040: usb: reset device address on bus resetKenneth Bell
2022-07-25rp2040: add resetBlock for USBCTRLsago35