2736 Commits (5bb3ca26185d24e7e778c02d59f9d0e1719e75d8)
 

Author SHA1 Message Date
Nia Waldvogel e2178ce682 compiler: work around AVR atomics bugs 3 years ago
Elliott Sales de Andrade b2ef7299b7 arm: Explicitly disable unwind tables 3 years ago
Kenneth Bell 14ce531498 stm32: add blues wireless swan 3 years ago
Dan Kegel 21c76c0cb0 testing: benchmarks: implement -benchtime flag 3 years ago
Dan Kegel fbd72a4b2c testing: benchmarks: -bench: allow filtering subbenchmarks 3 years ago
Pure White 93e0636c03
feat: support build on darwin arm64 (#2439) 3 years ago
Dan Kegel ef77b645b9 testing: implement testing.Cleanup 3 years ago
Dan Kegel 0b939f93bc testing: gather duplicate code into tRunner 3 years ago
Dan Kegel 798085e866 testdata/testing.go: update so it can be run with go 1.16 for comparison 3 years ago
Dan Kegel 69bf6e3c89 interp: show breadcrumbs to help developer find slow init functions; raise timeout. 3 years ago
Elliott Sales de Andrade 8f8d83bffe Run go mod tidy 3 years ago
Dan Kegel 998f01608c os: implement file.Seek, add smoke test 3 years ago
Cameron Eagans 84279ab2ec
Add JSON output to info command (#2501) 3 years ago
Dan Kegel a888d6245d testing: replace spaces with underscores in test/benchmark names, as upstream does 3 years ago
Dan Kegel f80efa5b8b testing: support b.SetBytes(); implement sub-benchmarks. 3 years ago
Dan Kegel 29f7ebc63e os: pull in os.Rename and some of its tests from upstream 3 years ago
deadprogram 72e15af1fa ci: use GH action to perform build for macos 3 years ago
sago35 6cb604c752 board: add M5Stamp C3 3 years ago
Nia Waldvogel cb01d4d63e builder (env): update clang header search path to look in /usr/lib 3 years ago
Nia Waldvogel fe21650010 builder (musl): add -fno-stack-protector 3 years ago
Ayke van Laethem ebd4969cde all: switch to LLVM 13 3 years ago
Ayke van Laethem 32a7b8cc4e avr: use a stack size of 512 bytes for testing 3 years ago
Dan Kegel b4fa658705 .github: asset-test-linux: show cpuinfo for troubleshooting. 3 years ago
Dan Kegel ee4e42ba1f src/testing: support -bench option to run benchmarks matching the given pattern. 3 years ago
Dan Kegel c6678525a9 src/testing/benchmark.go: reorder functions to make diffing against go easier 3 years ago
Dan Kegel 8d75b58bdf .github: update apt before installing, in case it is stale 3 years ago
Dan Kegel ec97313239 When running tests under wasmtime, provide a fresh TMPDIR. 3 years ago
Kenneth Bell e046b23773 stm32l552ze: use supported stlink interface 3 years ago
Kenneth Bell 0099d47002 all: show error if platform has no rng 3 years ago
Kenneth Bell 5c3ad004ab stm32: add more MCUs with h/w RNG 3 years ago
Dan Kegel 61be9189f1 os: add a few upstream tests for Read and ReadAt, fix problems they exposed. 3 years ago
Damian Gryski 1e2791b216 src/os: loop in File.ReadAt to handle short reads 3 years ago
Nia Waldvogel d86dd642b3 main (test): add tests to `tinygo test` 3 years ago
Ayke van Laethem 21b89ef327 compiler: fix emission of large object layouts 3 years ago
Ayke van Laethem 39c8711332 compiler: add correct debug location to init instructions 3 years ago
Nia Waldvogel edc9319e0d main (tinygo test): fail tests on build error 3 years ago
Ayke van Laethem fcd88356db avr: fix time.Sleep() in init code 3 years ago
Nia e536676a67
main (test): run tests on AVR 3 years ago
Tobias Theel 342c438586 remove multi core support non-goal 3 years ago
sago35 6b7ecf1f52 readme: unify the notation of micros with tinygo.org 3 years ago
Elias Naur bd7ab8ddd5 targets,runtime,machine: add support for the stm32f469-disco board 3 years ago
Elias Naur 302e72e84f machine: add PG* and PK* pins 3 years ago
Elias Naur 55ca5287fe runtime: separate runtime initialization for STM32F4 boards 3 years ago
Elias Naur 11ee0969b6 machine: merge stm32f405/407 3 years ago
Elias Naur 81dbbc89d3 machine: make machine_stm32f407.go equivalent to machine_stm32f405.go 3 years ago
Nia Waldvogel a4f9e5e552 targets (wasi/wasm): raise default stack size to 16 KiB 3 years ago
Nia Waldvogel f9f2349850 tinygo test: simplify output buffering 3 years ago
Nia Waldvogel f1b15db258 main (tinygo test): reduce memory use when compiling a large number of packages 3 years ago
Nia Waldvogel 12e314ccc9 main (tinygo test): build and run tests in concurrently 3 years ago
Nia Waldvogel e594dbc133 builder: refactor job runner and use a shared semaphore across build jobs 3 years ago