aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-08-19main: release 0.14.1v0.14.1deadprogram
2020-08-19loader: work around Windows symlink limitationAyke van Laethem
2020-08-19make,builder: incorporate feedback from code review on Go 1.15 updatedeadprogram
2020-08-19make: use buildmode flag to set exe for windows to use standard linkerdeadprogram
2020-08-19builder: simplify Go version check messagedeadprogram
2020-08-19build: use Golang 1.15 for MS Azure buildsdeadprogram
2020-08-19internal/bytealg: naive attempt to copy the main Go 1.15 implementatationdeadprogram
2020-08-19builder: allow Go 1.15 to pass config checkdeadprogram
2020-08-19build: add Go 1.15 to CircleCI builddeadprogram
2020-08-03main: release 0.14.0v0.14.0Ayke van Laethem
2020-08-03dockerhub: use post checkout hook for git submodule initdeadprogram
2020-08-01feather-nrf52840: corrected USB identifier constantsBCG
2020-07-31compiler: add proper parameter names to runtime.initAllAyke van Laethem
2020-07-31interp: fix sync/atomic.Value load/store methodsAyke van Laethem
2020-07-31docs: add Nintendo Switch to list of supported boards/devicesdeadprogram
2020-07-31compiler: implement func value and builtin deferswaj334
2020-07-31nintendoswitch: Add experimental Nintendo Switch support without CRTLucas Teske
2020-07-29compiler: fix named string to []byte slice conversionAyke van Laethem
2020-07-24main: add -target flag to testsAyke van Laethem
2020-07-24ci: fix Windows QEMU versionAyke van Laethem
2020-07-23all: changeover to eliminate all direct use of master/slave terminologydeadprogram
2020-07-23ci: do not cache TinyGo cache dirAyke van Laethem
2020-07-20arm: use CFI directives for stack usageAyke van Laethem
2020-07-18Use a jump table instead of if-then-elseEthan Reesor
2020-07-16transform: track 0-index GEPsJaden Weiss
2020-07-16builder: remove optimization level 0Jaden Weiss
2020-07-14Use runtime/volatile.T.ReplaceBitsEthan Reesor
2020-07-14machine/feather-nrf52840: add smoketest for Adafruit Feather nrf52840 boarddeadprogram
2020-07-13Added board definition for Feather nRF52840 ExpressBCG
2020-07-13Cleanup Teensy 3.6 linker scriptEthan Reesor
2020-07-13all: fix -gc=noneAyke van Laethem
2020-07-11builder: try to determine stack size information at compile timeAyke van Laethem
2020-07-11docs: add MAix BiT and Teensy 3.6 to list of supported boards (#1230)sago35
2020-07-10compileopts: automatically add -g flag when including debug symbolsAyke van Laethem
2020-07-08Implement custom abort and fault handler for debuggingEthan Reesor
2020-07-08Viable NXP/Teensy supportEthan Reesor
2020-07-08Working on NXP/Teensy supportEthan Reesor
2020-07-08Minimal NXP/Teensy supportEthan Reesor
2020-07-08targets/maixbit: cleanup output from kflash command by removing ansi colorsdeadprogram
2020-07-08Fix portL mappings for atmega2560 (#1222)Branden Timm
2020-07-08docs: add submodule update step prior to 'make release' (#1213)Branden Timm
2020-07-08building: add links to tinygo.orgAyke van Laethem
2020-07-08risc-v: disable linker relaxations during gp initYannis Huber
2020-07-08maixbit: changes according to feedbackYannis Huber
2020-07-08runtime: reuse common code between 32 and 64-bit RISC-VYannis Huber
2020-07-08maixbit: use custom linker scriptYannis Huber
2020-07-08riscv: refactor assembly files to support RV64 and F extensionYannis Huber
2020-07-08maixbit (interruptions): fix fpioa function testYannis Huber
2020-07-08maixbit: workaround to avoid medium code modelYannis Huber
2020-07-08maixbit (gpio): fix pin configurationYannis Huber