aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
AgeCommit message (Expand)Author
2022-02-21test: fix assertion for multiple packagesAyke van Laethem
2022-02-20all: add -work flagAyke van Laethem
2022-01-26build: fix build-library subcommandv0.22.0Ayke van Laethem
2022-01-19internal/task: remove coroutinesNia Waldvogel
2022-01-17compileopts: move {root} replacement to compileopts.Emulator()Damian Gryski
2022-01-15pass more --dirs to wasmtime so it can read the entire module treeDamian Gryski
2022-01-12testing: benchmarks: implement -benchtime flagDan Kegel
2022-01-11Add JSON output to info command (#2501)Cameron Eagans
2022-01-07src/testing: support -bench option to run benchmarks matching the given pattern.Dan Kegel
2022-01-04When running tests under wasmtime, provide a fresh TMPDIR.Dan Kegel
2022-01-03main (tinygo test): fail tests on build errorNia Waldvogel
2021-12-30tinygo test: simplify output bufferingNia Waldvogel
2021-12-30main (tinygo test): reduce memory use when compiling a large number of packagesNia Waldvogel
2021-12-30main (tinygo test): build and run tests in concurrentlyNia Waldvogel
2021-12-30builder: refactor job runner and use a shared semaphore across build jobsNia Waldvogel
2021-12-29Use os.Stat instead of os.ReadDir as that was added in 1.16Arsen Musayelyan
2021-12-29Check for /run/media on Linux for non-debian-based distrosArsen Musayelyan
2021-12-20tinygo: set cmd.Dir even when running emulatorsDamian Gryski
2021-12-17runtime: remove extallocNia Waldvogel
2021-12-03main: improve helpsago35
2021-11-24tinygo: support -run for testsDamian Gryski
2021-11-18add asyncify to scheduler flag helpDamian Gryski
2021-11-15all: add support for GOARMAyke van Laethem
2021-11-13pass testing arguments to wasmtimeDamian Gryski
2021-11-04main: add -p flag to set parallelismAyke van Laethem
2021-11-04picolibc: add include directory to build artefactAyke van Laethem
2021-10-06main: use emulator exit code instead of parsing test outputAyke van Laethem
2021-10-05main: implement `tinygo lldb` subcommandAyke van Laethem
2021-10-04main: remove -target flag for LLVM targetsAyke van Laethem
2021-10-04main: test other architectures by specifying a different GOARCHAyke van Laethem
2021-09-27add support for -test.short flagDamian Gryski
2021-09-08tinygo: add a flag for creating cpu profilesDamian Gryski
2021-08-31BlackMagic (BMP) ARM JTAG/SWD debugger:Olivier Fauchon
2021-08-13testing: add support for the -test.v flagAyke van Laethem
2021-07-31main: strip debug information at link time instead of at compile timeAyke van Laethem
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-06-19main: detect specific serial port IDs based on USB vid/pidAyke van Laethem
2021-06-17gdb: use "extended-remote" instead of "remote", allows connect from another c...Yurii Soldak
2021-06-15main: make flash-command portable and safer to useAyke van Laethem
2021-06-08support flashing pca10059 from windowsOlaf Flebbe
2021-06-02main: escape commands while printing them with the -x flagAyke van Laethem
2021-06-02main: add -test flag for `tinygo list`Ayke van Laethem
2021-06-02main: don't consider compile-only tests as failingAyke van Laethem
2021-05-10Discover USB ports onlyYurii Soldak
2021-05-06main: match `go test` outputAyke van Laethem
2021-05-06Add -llvm-features parameterFederico G. Schwindt
2021-05-06compiler: openocd commands in tinygo command lineKenneth Bell
2021-04-22main: add -print-allocs flag that lets you print all heap allocationsAyke van Laethem
2021-04-09main: implement -ldflags="-X ..."Ayke van Laethem
2021-04-09main: remove -cflags and -ldflags flagsAyke van Laethem