aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
AgeCommit message (Expand)Author
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
2021-04-08build: improve error messages in getDefaultPort(), support for multiple portssago35
2021-04-05builder: add support for -x flagAyke van Laethem
2021-03-29gdb: enable to specify multiple candidates for gdbsago35
2021-03-09all: use ExitCode() call to get exit code of exited processAyke van Laethem
2021-03-09all: replace strings.Replace with strings.ReplaceAllAyke van Laethem
2021-03-05transform: show better error message in coroutines loweringAyke van Laethem
2021-03-05gdb: support -ocd-output on windowssago35
2021-03-05gdb: kill openocd if it does not exitsago35
2021-01-24builder: parallelize most of the buildAyke van Laethem
2021-01-14New tinygo -x option to print commands (#1572)Fauchon