aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-02-18build/linux: install wasmtime directly from github releasedeadprogram
2023-02-18build/docker: trigger all builds in tinygo ecosystem repos using GH actionsdeadprogram
2023-02-18runtime: implement KeepAlive using inline assemblyAyke van Laethem
2023-02-18Better handling of sub-clusters in SVD (#3335)Anton D. Kachalov
2023-02-18machine/usb/hid: add MediaKey support (#3436)sago35
2023-02-17all: refactor reflect packageAyke van Laethem
2023-02-17reflect: make sure null bytes are supported in tagsAyke van Laethem
2023-02-17build: always cache LLVM source/build even if the tests fail to avoid extra r...Ron Evans
2023-02-17runtime: allow custom-gc SetFinalizer and clarify KeepAliveAnuraag Agrawal
2023-02-14Filter target build-tags if user specified an overriding option (#3357)Anuraag Agrawal
2023-02-14goenv: update to new v0.28.0 development versionsago35
2023-02-14Makefile: more stdlib tests for CIDamian Gryski
2023-02-11ci: don't link with libzstd in release buildsv0.27.0Ayke van Laethem
2023-02-07ci: switch to actions/checkout@v3Ayke van Laethem
2023-02-07all: update x/tools/go/ssa to include slice-to-array bugfixAyke van Laethem
2023-02-03all: update to version 0.27.0Ayke van Laethem
2023-02-03ci: switch to Go 1.20Ayke van Laethem
2023-02-03syscall: add more stubs as needed for Go 1.20 supportAyke van Laethem
2023-02-03windows: add support for syscall.runtimeSetenvAyke van Laethem
2023-02-03runtime: implement internal/godebug.setUpdateAyke van Laethem
2023-01-31Add custom-gc stub for ReadMemStatsAnuraag Agrawal
2023-01-30windows: add ARM64 supportAyke van Laethem
2023-01-29Support for the Espressif ESP32-C3-DevKit-RUST-1 development boardJohn Clark
2023-01-28Add -gc=custom option (#3302)Anuraag Agrawal
2023-01-27runtime/debug: stubs PrintStackTakeshi Yoneda
2023-01-27runtime/stm32wlx: change order for init so clock speeds are set before periph...deadprogram
2023-01-26Support for Makerfabs ESP32C3SPI35 TFT Touchscreen boardJohn Clark
2023-01-25wasm: support ThinLTOAyke van Laethem
2023-01-25Target MCU was not properly defined for LGT92 targetOlivier Fauchon
2023-01-24stm32wl: Fix incomplete RNG initialisationOlivier Fauchon
2023-01-19Allows the emulator to expand {tmpDir}Adrian Cole
2023-01-18compiler,runtime: make keySize and valueSize uintptrDamian Gryski
2023-01-18compiler,runtime: allow map values >256 bytesDamian Gryski
2023-01-18wasm: avoid miscompile with ThinLTOAyke van Laethem
2023-01-18compiler: move some llvmutil code into the compilerAyke van Laethem
2023-01-17all: remove remaining +build linesAyke van Laethem
2023-01-17runtime: implement precise GCAyke van Laethem
2023-01-17all: store data layout as little endian valueAyke van Laethem
2023-01-17runtime: zero freed memoryAyke van Laethem
2023-01-17runtime: move GC code around to prepare for precise GCAyke van Laethem
2023-01-17riscv: use 16-byte alignment everywhereAyke van Laethem
2023-01-17xtensa: use 8-byte alignmentAyke van Laethem
2023-01-17runtime: arm actually has 8-byte alignmentAyke van Laethem
2023-01-17runtime: arm64 actually has 16-byte alignment like amd64Ayke van Laethem
2023-01-17Add PDM support for circuitplay-bluefruit (#3359)Marcus Sorensen
2023-01-17builder: add support for Go 1.20Ayke van Laethem
2023-01-17syscall: implement setenv/unsetenv in the runtimeAyke van Laethem
2023-01-17runtime: implement internal/godebug.setUpdate as a stubAyke van Laethem
2023-01-17runtime: implement math/rand.fastrand64 to fix linker errorAyke van Laethem
2023-01-17compiler: add support for new unsafe slice/string functionsAyke van Laethem