aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
AgeCommit message (Expand)Author
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
2021-01-10wasm: implement a growable heapAyke van Laethem
2020-12-10main: support gdb debugging with AVRAyke van Laethem
2020-10-03add wasm-abi field in TargetSpec && set generic for WASI by default (#1421)Takeshi Yoneda
2020-10-02main: add support for debugging qemu-user targetsAyke van Laethem
2020-09-25main: add support for -c and -o flags to tinygo testAyke van Laethem
2020-09-25main: refactor -o flagAyke van Laethem
2020-09-24test: support non-host testsAyke van Laethem
2020-09-09main: implement tinygo targets to list usable targetsAyke van Laethem
2020-09-07main: add cached GOROOT to info subcommandAyke van Laethem
2020-09-04all: run test binaries in the correct directoryAyke van Laethem
2020-09-03loader: rewrite/refactor much of the code to use go list directlyAyke van Laethem