aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-09-15cgo: allow --export= in LDFLAGSwasm-no-mallocAyke van Laethem
2022-09-15wasm: do not export malloc, calloc, realloc, freeAyke van Laethem
2022-09-15wasm,wasi: make sure buffers returned by malloc are not freed until f… (#3148)Anuraag Agrawal
2022-09-14wasi: adds more details about why wasmtime flags are addedAdrian Cole
2022-09-14ci: use the Go Alpine image for building the release binaryAyke van Laethem
2022-09-14main: add support for stlink-dap programmersago35
2022-09-12machine/nrf52840: implement RNG peripheral operationMatt Schultz
2022-09-10machine/rp2040: implement semi-random RNG based on ROSC based on pico-sdkdeadprogram
2022-09-09build: uses setup-go@v3 to simplify cache configAdrian Cole
2022-09-09Remove unconnected simple LED pin from qtpy-rp2040Isaac Rodman
2022-09-09Set default-stack-size to 4096, and remove NEOPIXELS pluralization for qtpy-r...Isaac Rodman
2022-09-08build: updates to actions/cache@v3Adrian Cole
2022-09-08wasm: do not allow undefined symbolsAyke van Laethem
2022-09-07examples: adds summary of wasm examples and fixes callback bugAdrian Cole
2022-09-05machine: add PWM peripheral comments to pinsAyke van Laethem
2022-09-04add github.com/soypat/mu8 to corpus.yamlPatricio Whittingslow
2022-09-03Update compileopts/target.gosago35
2022-09-03Update compileopts/target.gosago35
2022-09-03smoketest: add test to run `tinygo targets`sago35
2022-09-03main: improve error handling when loading target/*.jsonsago35
2022-09-03targets: fix build tag duplicatesYurii Soldak
2022-09-02windows: run more tests where supportedAyke van Laethem
2022-09-02windows: save and restore xmm registers when switching goroutinesAyke van Laethem
2022-09-02targets: remove hifive1-qemu targetAyke van Laethem
2022-09-02Add qtpy-rp2040 to TinyGo v0.25.0Isaac Rodman
2022-09-02sync: implement map.LoadAndDeleteTim Schaub
2022-09-02runtime/pprof, runtime/trace: stub some additional functionsJoe Shaw
2022-09-01reflect: implement CanInterface and fix string Index()Ayke van Laethem
2022-09-01wioterminal: add UART3 for RTL8720DNsago35
2022-09-01compileopts: fix windows/arm target tripleAyke van Laethem
2022-09-01main: remove GOARM from `tinygo info`Ayke van Laethem
2022-09-01flash: update serial package to v1.3.5 for latest bugfixesdeadprogram
2022-09-01loader,crypto: fix link error for crypto/internal/boring/sig.StandardCryptoDamian Gryski
2022-09-01compiler: fix unsafe.Sizeof for chan and map valuesAyke van Laethem
2022-08-30compiler: replace math aliases with intrinsicsAyke van Laethem
2022-08-30compiler: replace some math operation bodies with fast intrinsicsAyke van Laethem
2022-08-30all: drop support for Go 1.16 and Go 1.17Ayke van Laethem
2022-08-29p1am-100: remove duplicate build tagsYurii Soldak
2022-08-29targets: fail fast on duplicate values in target field slicesYurii Soldak
2022-08-28compiler: use the LLVM builtins everywhereAyke van Laethem
2022-08-28machine: Add support for Adafruit QT2040 board.Matt Schultz
2022-08-26boards: Add XIAO ESP32C3 boardYurii Soldak
2022-08-25runtime: implement resetTimerJoe Shaw
2022-08-24main: ignore ports with VID/PID if not candidatessago35
2022-08-24Add Pimoroni's Tufty2040 boardDaniel Esteban
2022-08-24runtime: improve reliability of timers test in CIKenneth Bell
2022-08-23runtime: add support for time.NewTimer and time.NewTickerKenneth Bell
2022-08-22testdata: add russross/blackfriday markdown parser to corpusDamian Gryski
2022-08-22compiler: fix incorrect DWARF type in some generic parametersAyke van Laethem
2022-08-20src/testing: add support for -benchmemDamian Gryski