aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-11-18all: release v0.21.0v0.21.0Ayke van Laethem
2021-11-18testdata: update binop.go for string comparison testsDamian Gryski
2021-11-18compiler: update testdata/string.llDamian Gryski
2021-11-18compiler: fix string compare functionsDamian Gryski
2021-11-18machine/rp2040: refactor PWM code. fix Period calculationPatricio Whittingslow
2021-11-17src/runtime/debug: stub debug.Stack()Damian Gryski
2021-11-17src/testing stub AllocsPerRunDamian Gryski
2021-11-17src/runtime/debug: add SetMaxStack to allow compress/flate tests to buildDamian Gryski
2021-11-17src/testing: add testing.Verbose()Damian Gryski
2021-11-17wasm: support -scheduler=noneAyke van Laethem
2021-11-17ci: move all cross compilation tests to LinuxAyke van Laethem
2021-11-16ci: simplify build-linux jobAyke van Laethem
2021-11-16ci: simplify test-linux jobsAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-11-16runtime: only use CRLF on baremetal systemsAyke van Laethem
2021-11-16builder: support -size= flag on the esp32Ayke van Laethem
2021-11-16net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa.Dan Kegel
2021-11-16device: add build tag for go1.17sago35
2021-11-15wasi: restore support for -scheduler=noneAyke van Laethem
2021-11-15all: add support for GOARMAyke van Laethem
2021-11-14ci: update Windows runner to windows-2019Ayke van Laethem
2021-11-14fix binaryen build in dockerNia Waldvogel
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-13nano-33-ble: internal i2c config, power led and sensors switchYurii Soldak
2021-11-13pass testing arguments to wasmtimeDamian Gryski
2021-11-13compiler: fix indices into strings and arraysAyke van Laethem
2021-11-12reflect: add support for DeepEqualAyke van Laethem
2021-11-12reflect: fix Value.Index() in a specific caseAyke van Laethem
2021-11-12reflect: implement Value.Elem() for interface valuesAyke van Laethem
2021-11-12reflect: don't construct an interface-in-interface valueAyke van Laethem
2021-11-12machine/rp2040: add interrupt APIsoypat
2021-11-11interp: fix reverting of extractvalue/insertvalue with multiple indicesAyke van Laethem
2021-11-11interp: take care of constant globalsAyke van Laethem
2021-11-10ci: improve caching for GitHub ActionsAyke van Laethem
2021-11-10compiler: add "target-cpu" and "target-features" attributesAyke van Laethem
2021-11-07all: add target-features string to all targetsAyke van Laethem
2021-11-07compileopts: fix reversed append in the target fileAyke van Laethem
2021-11-06transform: add debug info in interface lowering passAyke van Laethem
2021-11-06transform: refactor interrupt loweringAyke van Laethem
2021-11-05Make the frequency selection more flexible on stm32f103jaap aarts
2021-11-05Fix SPI on stm32f103jaap aarts
2021-11-05targets: match LLVM triple to the one Clang usesAyke van Laethem
2021-11-05runtime: only initialize os.runtime_args when neededAyke van Laethem
2021-11-05linux: reduce binary size in the common caseAyke van Laethem
2021-11-04cgo: run CGo parser for all CGo fragments in a fileAyke van Laethem
2021-11-04os: add File.WriteString and File.WriteAtDamian Gryski
2021-11-04wasm: update wasi-libc dependencyAyke van Laethem
2021-11-04builder: build static binaries using musl on LinuxAyke van Laethem
2021-11-04builder: reduce number of open filesAyke van Laethem
2021-11-04main: add -p flag to set parallelismAyke van Laethem