aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2022-03-05Makefile: add report-stdlib-tests-passDan Kegel
2022-03-02Makefile: add compress/lzw, debug/dwarf, debug/plan9obj, and net to list of t...Dan Kegel
2022-02-28Revert "all: move stm32 files to separate repository"sago35
2022-02-24Makefile: add testing/fstest to tinygo-test where supportedDan Kegel
2022-02-24Makefile: add io/fs to tinygo-test where supportedDan Kegel
2022-02-24test: Add text/template smoke testKyle Conroy
2022-02-19board: Adafruit MacroPad RP2040BCG
2022-02-18all: move stm32 files to separate repositoryAyke van Laethem
2022-02-13board: add definition for Teensy 4.1 (#2618)BCG
2022-02-12builder: add support for cross compiling to DarwinAyke van Laethem
2022-02-03wasm: remove heap allocator from wasi-libcAyke van Laethem
2022-01-26build: fix build-library subcommandv0.22.0Ayke van Laethem
2022-01-23main (test): integrate test corpus runnerNia Waldvogel
2022-01-21Makefile: detected TINYGO now works even if a rule changes directoryDan Kegel
2022-01-21os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test.Dan Kegel
2022-01-20Makefile: exclude archive/zip from TEST_PACKAGES on windows until ReadAt supp...Dan Kegel
2022-01-20Makefile: add archive/zip to TEST_PACKAGESDan Kegel
2022-01-19Makefile: use absolute path for llvm-build/bin/* binariesAyke van Laethem
2022-01-19Makefile: fix tool autodetect conversion to absolute pathNia Waldvogel
2022-01-18Makefile: reorganize tool detectionNia Waldvogel
2022-01-18Makefile: tinygo-test: move slow tests to end, add -fast target to skip themDan Kegel
2022-01-17fix: makefile on macOS (#2535)Pure White
2022-01-15ci (Windows/Mac): use binaryen from scoop/brewNia Waldvogel
2022-01-15Makefile: add compress/flate and compress/zlib to wasi test packagesDamian Gryski
2022-01-13stm32: add blues wireless swanKenneth Bell
2022-01-12feat: support build on darwin arm64 (#2439)Pure White
2022-01-11testing: support b.SetBytes(); implement sub-benchmarks.Dan Kegel
2022-01-10board: add M5Stamp C3sago35
2022-01-09all: switch to LLVM 13Ayke van Laethem
2022-01-04When running tests under wasmtime, provide a fresh TMPDIR.Dan Kegel
2021-12-31targets,runtime,machine: add support for the stm32f469-disco boardElias Naur
2021-12-28Makefile: update tool search for LLVM 12Nia Waldvogel
2021-12-24Makefile: add tinygo-test-wasi; like tinygo-test but with -target wasiDan Kegel
2021-12-22sync: add testsNia Waldvogel
2021-11-30all: add LLVM 12 supportAyke van Laethem
2021-11-26 Improvements for stm32wle targets :Olivier Fauchon
2021-11-26os: stub out support for some more featuresAyke van Laethem
2021-11-20housekeeping: wasm optional in smoketest and fix make cleanKenneth Bell
2021-11-20stm32: add minimal stm32wlex5 / lorae5 targetKenneth Bell
2021-11-20os: Implement and smoke test Mkdir() and Remove()Dan Kegel
2021-11-20board: add M5Stacksago35
2021-11-19ci: fix Binaryen cache on WindowsAyke van Laethem
2021-11-19ci: only build wasm-opt, don't build other Binaryen toolsAyke van Laethem
2021-11-19windows: add support for the -size= flagAyke van Laethem
2021-11-17ci: move all cross compilation tests to LinuxAyke van Laethem
2021-11-16all: add support for windows/amd64Ayke van Laethem
2021-11-16net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa.Dan Kegel
2021-11-14fix binaryen build in dockerNia Waldvogel
2021-11-14internal/task: use asyncify on webassemblyNia Waldvogel
2021-11-12reflect: add support for DeepEqualAyke van Laethem