aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
AgeCommit message (Expand)Author
2020-01-27main: differentiate between various serial/USB error messagesAyke van Laethem
2020-01-25flash: remove default port check for Digispark as micronucleus communicates d...Ron Evans
2020-01-12compiler: add support for debugging through JLinkGDBServerAyke van Laethem
2019-12-29main: remove getting a serial port in gdb subcommandAyke van Laethem
2019-12-29Add initial FreeBSD supportDmitri Goutnik
2019-12-23flash: use more precise searches for correct volume/port with default Windows...Ron Evans
2019-12-23flash: use win32 wmi to try to find UF2 and COM portsRon Evans
2019-12-17flash: search for default serial port on both macOS and LinuxRon Evans
2019-12-07main: add support for QEMU in the gdb subcommandAyke van Laethem
2019-11-26interp: improve error reportingAyke van Laethem
2019-11-12main: add -programmer flagAyke van Laethem
2019-11-11main: refactor compile/link part to a builder packageAyke van Laethem
2019-11-06main: add 'info' subcommandAyke van Laethem
2019-11-04main: move ldflags to compileoptsAyke van Laethem
2019-11-04all: refactor compile optionsAyke van Laethem
2019-11-04main: move compile options to compileopts packageAyke van Laethem
2019-11-04compiler: move Config struct to compileoptsAyke van Laethem
2019-11-04main: move target specification into a separate packageAyke van Laethem
2019-10-31main: remove ocd-daemon propertyAyke van Laethem
2019-10-29main: halt GDB on startAyke van Laethem
2019-10-17main: add go version to tinygo versionAyke van Laethem
2019-10-17all: add support for WindowsAyke van Laethem
2019-10-14main: add go env subcommandAyke van Laethem
2019-10-14main: refactor environment variables into a separate packageAyke van Laethem
2019-10-14targets: refactor flash/gdb target configurationAyke van Laethem
2019-10-13flash: support flashing boards using Mass Storage Device (MSD) operation for ...Ron Evans
2019-10-13flash: add ability to perform 1200baud port reset for MCUs that can detect th...Ron Evans
2019-09-24interp: avoid an extra TargetData argumentAyke van Laethem
2019-09-24all: add support for go 1.13Jaden Weiss
2019-09-21machine/gameboy-advance: allow TinyGo to directly output GBA files that are r...Ron Evans
2019-09-16fix bugs found by LLVM assertionsJaden Weiss
2019-09-16main: stop running the LLVM verifier for trivial changesAyke van Laethem
2019-09-14main: check the major/minor installed version of Go before tinygo compile, to...Ron Evans
2019-08-15compiler,runtime: implement stack-based schedulerAyke van Laethem
2019-08-04main: fix outdated panic option textJustin Clift
2019-07-08all: make WebAssembly initial linear memory size configurableAyke van Laethem
2019-07-01all: rename garbage collectorsAyke van Laethem
2019-06-29main: small refactor in error printingAyke van Laethem
2019-06-20Added supporting suctom TargetSpec json file via -target flag.m-chichikalov
2019-06-20Include test in helptextCarolyn Van Slyck
2019-06-20Default package name to . when not specifiedCarolyn Van Slyck
2019-06-18main: add support for -tags flagsAyke van Laethem
2019-06-18test: replace ExitStatus() with go1.11 compatible syntaxRon Evans
2019-06-18Add test command to tinygo (#243)Carolyn Van Slyck
2019-06-13all: try more locations to find Clang built-in headersAyke van Laethem
2019-06-06main: show a better error when version detection of GOROOT failedAyke van Laethem
2019-05-28llvm cpu featuresj7b
2019-05-24main: add build tags for the Go stdlib versionAyke van Laethem
2019-05-10main: comment the TinyGo IR header lineJustin Clift
2019-05-08main: fix multiple errors being reported as oneAyke van Laethem