Age | Commit message (Expand) | Author |
2022-09-03 | smoketest: add test to run `tinygo targets` | sago35 |
2022-09-03 | targets: fix build tag duplicates | Yurii Soldak |
2022-09-02 | windows: run more tests where supported | Ayke van Laethem |
2022-09-02 | targets: remove hifive1-qemu target | Ayke van Laethem |
2022-09-02 | Add qtpy-rp2040 to TinyGo v0.25.0 | Isaac Rodman |
2022-08-28 | compiler: use the LLVM builtins everywhere | Ayke van Laethem |
2022-08-28 | machine: Add support for Adafruit QT2040 board. | Matt Schultz |
2022-08-26 | boards: Add XIAO ESP32C3 board | Yurii Soldak |
2022-08-24 | Add Pimoroni's Tufty2040 board | Daniel Esteban |
2022-08-09 | Fix tinygo-test with Go 1.19 | Elliott Sales de Andrade |
2022-07-16 | boards: Add MCH2022 badge | Ayke van Laethem |
2022-07-15 | nrf51: define and use P0_xx constants | Ayke van Laethem |
2022-07-12 | usb: add support for midi | sago35 |
2022-07-08 | ci: build Linux binary in Alpine container | Ayke van Laethem |
2022-07-08 | boards: add Challenger RP2040 LoRa | Kenneth Bell |
2022-07-06 | Initial support for XIAO RP2040 | Daniel Esteban |
2022-06-30 | ci: disable ccache on Windows | Ayke van Laethem |
2022-06-29 | makefile: add badger2040, thingplus-rp2040 to smoketest | sago35 |
2022-06-21 | wasm: use newer WebAssembly features | Ayke van Laethem |
2022-06-21 | wasm: update wasi-libc version | Ayke van Laethem |
2022-06-19 | all: run gofmt on all source code | Ayke van Laethem |
2022-06-16 | compiler: implement recover() built-in function | Ayke van Laethem |
2022-06-11 | smoketest: add regression test for 'tinygo test ./...', see #2892 | Dan Kegel |
2022-06-11 | samd21,samd51,nrf52840: add support for USBHID (keyboard / mouse) | sago35 |
2022-06-01 | os, runtime: enable os.Stdin for baremetal target | sago35 |
2022-05-30 | all: add support for the embed package | Ayke van Laethem |
2022-05-23 | ci: Add arm64 build | Dylan Arbour |
2022-05-22 | darwin: support -size= flag | Ayke van Laethem |
2022-05-20 | darwin: add support for arm64 GOARCH (aka Apple Silicon) | Ayke van Laethem |
2022-05-19 | Use release built tinygo in Makefile | Dylan Arbour |
2022-05-10 | Makefile: fix forced rebuild of LLVM | Ayke van Laethem |
2022-05-03 | os: Drop support for go 1.15 | Dan Kegel |
2022-04-27 | ci: add ARM build, cross compiled on an amd64 host | Ayke van Laethem |
2022-04-25 | Makefile: compress/lzw fails on windows wasi, see #2800, not plain windows. | Dan Kegel |
2022-04-25 | machine/circuitplay-bluefruit: move pin mappings so board can be compiled for... | deadprogram |
2022-04-23 | all: update to LLVM 14 | Ayke van Laethem |
2022-04-18 | Makefile: tinygo-test: skip compress/flate test on windows for now | Dan Kegel |
2022-04-10 | all: use compiler-rt from LLVM | Ayke van Laethem |
2022-03-19 | Move gitSha1 build time variable from main to goenv package | ZauberNerd |
2022-03-15 | Add regression test for #2666. | Dan Kegel |
2022-03-12 | builder: use correct permission bits when creating a library | Ayke van Laethem |
2022-03-12 | Makefile: chmod before fpm. For #2685 | Dan Kegel |
2022-03-05 | Makefile: add report-stdlib-tests-pass | Dan Kegel |
2022-03-02 | Makefile: add compress/lzw, debug/dwarf, debug/plan9obj, and net to list of t... | Dan Kegel |
2022-02-28 | Revert "all: move stm32 files to separate repository" | sago35 |
2022-02-24 | Makefile: add testing/fstest to tinygo-test where supported | Dan Kegel |
2022-02-24 | Makefile: add io/fs to tinygo-test where supported | Dan Kegel |
2022-02-24 | test: Add text/template smoke test | Kyle Conroy |
2022-02-19 | board: Adafruit MacroPad RP2040 | BCG |
2022-02-18 | all: move stm32 files to separate repository | Ayke van Laethem |