Age | Commit message (Expand) | Author |
2022-04-27 | ci: add ARM build, cross compiled on an amd64 host | Ayke van Laethem |
2022-04-25 | Makefile: compress/lzw fails on windows wasi, see #2800, not plain windows. | Dan Kegel |
2022-04-25 | machine/circuitplay-bluefruit: move pin mappings so board can be compiled for... | deadprogram |
2022-04-23 | all: update to LLVM 14 | Ayke van Laethem |
2022-04-18 | Makefile: tinygo-test: skip compress/flate test on windows for now | Dan Kegel |
2022-04-10 | all: use compiler-rt from LLVM | Ayke van Laethem |
2022-03-19 | Move gitSha1 build time variable from main to goenv package | ZauberNerd |
2022-03-15 | Add regression test for #2666. | Dan Kegel |
2022-03-12 | builder: use correct permission bits when creating a library | Ayke van Laethem |
2022-03-12 | Makefile: chmod before fpm. For #2685 | Dan Kegel |
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 |