Age | Commit message (Expand) | Author |
2022-03-05 | Makefile: add report-stdlib-tests-pass | Dan Kegel |
2022-03-02 | Makefile: add compress/lzw, debug/dwarf, debug/plan9obj, and net to list of t... | Dan Kegel |
2022-02-28 | Revert "all: move stm32 files to separate repository" | sago35 |
2022-02-24 | Makefile: add testing/fstest to tinygo-test where supported | Dan Kegel |
2022-02-24 | Makefile: add io/fs to tinygo-test where supported | Dan Kegel |
2022-02-24 | test: Add text/template smoke test | Kyle Conroy |
2022-02-19 | board: Adafruit MacroPad RP2040 | BCG |
2022-02-18 | all: move stm32 files to separate repository | Ayke van Laethem |
2022-02-13 | board: add definition for Teensy 4.1 (#2618) | BCG |
2022-02-12 | builder: add support for cross compiling to Darwin | Ayke van Laethem |
2022-02-03 | wasm: remove heap allocator from wasi-libc | Ayke van Laethem |
2022-01-26 | build: fix build-library subcommandv0.22.0 | Ayke van Laethem |
2022-01-23 | main (test): integrate test corpus runner | Nia Waldvogel |
2022-01-21 | Makefile: detected TINYGO now works even if a rule changes directory | Dan Kegel |
2022-01-21 | os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test. | Dan Kegel |
2022-01-20 | Makefile: exclude archive/zip from TEST_PACKAGES on windows until ReadAt supp... | Dan Kegel |
2022-01-20 | Makefile: add archive/zip to TEST_PACKAGES | Dan Kegel |
2022-01-19 | Makefile: use absolute path for llvm-build/bin/* binaries | Ayke van Laethem |
2022-01-19 | Makefile: fix tool autodetect conversion to absolute path | Nia Waldvogel |
2022-01-18 | Makefile: reorganize tool detection | Nia Waldvogel |
2022-01-18 | Makefile: tinygo-test: move slow tests to end, add -fast target to skip them | Dan Kegel |
2022-01-17 | fix: makefile on macOS (#2535) | Pure White |
2022-01-15 | ci (Windows/Mac): use binaryen from scoop/brew | Nia Waldvogel |
2022-01-15 | Makefile: add compress/flate and compress/zlib to wasi test packages | Damian Gryski |
2022-01-13 | stm32: add blues wireless swan | Kenneth Bell |
2022-01-12 | feat: support build on darwin arm64 (#2439) | Pure White |
2022-01-11 | testing: support b.SetBytes(); implement sub-benchmarks. | Dan Kegel |
2022-01-10 | board: add M5Stamp C3 | sago35 |
2022-01-09 | all: switch to LLVM 13 | Ayke van Laethem |
2022-01-04 | When running tests under wasmtime, provide a fresh TMPDIR. | Dan Kegel |
2021-12-31 | targets,runtime,machine: add support for the stm32f469-disco board | Elias Naur |
2021-12-28 | Makefile: update tool search for LLVM 12 | Nia Waldvogel |
2021-12-24 | Makefile: add tinygo-test-wasi; like tinygo-test but with -target wasi | Dan Kegel |
2021-12-22 | sync: add tests | Nia Waldvogel |
2021-11-30 | all: add LLVM 12 support | Ayke van Laethem |
2021-11-26 | Improvements for stm32wle targets : | Olivier Fauchon |
2021-11-26 | os: stub out support for some more features | Ayke van Laethem |
2021-11-20 | housekeeping: wasm optional in smoketest and fix make clean | Kenneth Bell |
2021-11-20 | stm32: add minimal stm32wlex5 / lorae5 target | Kenneth Bell |
2021-11-20 | os: Implement and smoke test Mkdir() and Remove() | Dan Kegel |
2021-11-20 | board: add M5Stack | sago35 |
2021-11-19 | ci: fix Binaryen cache on Windows | Ayke van Laethem |
2021-11-19 | ci: only build wasm-opt, don't build other Binaryen tools | Ayke van Laethem |
2021-11-19 | windows: add support for the -size= flag | Ayke van Laethem |
2021-11-17 | ci: move all cross compilation tests to Linux | Ayke van Laethem |
2021-11-16 | all: add support for windows/amd64 | Ayke van Laethem |
2021-11-16 | net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. | Dan Kegel |
2021-11-14 | fix binaryen build in docker | Nia Waldvogel |
2021-11-14 | internal/task: use asyncify on webassembly | Nia Waldvogel |
2021-11-12 | reflect: add support for DeepEqual | Ayke van Laethem |