aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-04-28all: release v0.23.0v0.23.0Ayke van Laethem
2022-04-28testdata: move map growth test to map.goDamian Gryski
2022-04-28src/runtime: return a nil pointer for compiler bugs in hashmap codeDamian Gryski
2022-04-28src/runtime: make hashmap calculations more uintptr-size independentDamian Gryski
2022-04-28src/runtime: remove extra if check in hashmap set logicDamian Gryski
2022-04-28src/runtime: prevent overflow when calculating hashmap growth limitsDamian Gryski
2022-04-28testdata: add test for mapgrowth logicDamian Gryski
2022-04-28src/runtime/hashmap: comments for iterator structureDamian Gryski
2022-04-28src/runtime: first darft of map growth codeDamian Gryski
2022-04-28esp32: add support for running and debuggin using qemu-esp32Ayke van Laethem
2022-04-28all: make emulator command a string instead of a []stringAyke van Laethem
2022-04-27ci: add ARM build, cross compiled on an amd64 hostAyke van Laethem
2022-04-26machine/thingplus: rename to the singular thing as that it the correct namedeadprogram
2022-04-26runtime: be able to deal with a very small heapAyke van Laethem
2022-04-26Pico adc input ch support (#2737)lincolngill
2022-04-26docs: update list of currently supported boardsdeadprogram
2022-04-25github: also do tinygo-test-wasi-fast on windowsDan Kegel
2022-04-25Makefile: compress/lzw fails on windows wasi, see #2800, not plain windows.Dan Kegel
2022-04-25TestChdir: avoid cd .., as wasi does not really support it yet. Tiptoes aroun...Dan Kegel
2022-04-25build: use latest Windows hosted runner versiondeadprogram
2022-04-25build: use Go 1.18.1 for all buildsdeadprogram
2022-04-25machine/circuitplay-bluefruit: move pin mappings so board can be compiled for...deadprogram
2022-04-24xiao-ble: initial supportYurii Soldak
2022-04-24machine/board_thingsplus_rp2040 targets/thingsplus-rp2040: support sparkfun t...Olaf Flebbe
2022-04-23docker: update Dockerfile to use Go 1.18deadprogram
2022-04-23all: update to LLVM 14Ayke van Laethem
2022-04-21compiler: remove support for memory references in AsmFullAyke van Laethem
2022-04-21mimxrt1062: simplify arm.AsmFull to arm.AsmAyke van Laethem
2022-04-20main: use shared code for both run and test subcommandsAyke van Laethem
2022-04-19os: define ErrDeadlineExceeded; fixes go 1.18 compile error in net/http, #2782Dan Kegel
2022-04-18.github: use proper name for Mac OS 11 (10.16 was unofficial; we could also u...Dan Kegel
2022-04-18gofmt src/machine/machine_mimxrt1062_spi.go to please 1.18Dan Kegel
2022-04-18Makefile: tinygo-test: skip compress/flate test on windows for nowDan Kegel
2022-04-18Smoke test 1.15 still until we drop support for itDan Kegel
2022-04-18gofmt exec_posix.goDan Kegel
2022-04-18ci: updated supported go versions from 1.15-1.17 to 1.16-1.18Dan Kegel
2022-04-16main: add support for command-line parameters to `tinygo run`Ayke van Laethem
2022-04-16main: unify how a given program runsAyke van Laethem
2022-04-16board/teensy40: Add SPI support (#1455)ardnew
2022-04-15esp: support CGoAyke van Laethem
2022-04-15transform: fix poison value in heap-to-stack transformAyke van Laethem
2022-04-13board/teensy40: Add ADC support (#1458)ardnew
2022-04-12Revert "fix: flash-command for maixbit board"Ron Evans
2022-04-11Also disable asynchronous unwind tablesElliott Sales de Andrade
2022-04-10Fix incorrect formatting argumentsElliott Sales de Andrade
2022-04-10all: use compiler-rt from LLVMAyke van Laethem
2022-04-09flash: add openocd-verifysago35
2022-04-09rp2040: fix spurious i2c STOP during write+read transactionsoypat
2022-04-09goenv: look for Go version in $GOROOT/src/internal/buildcfg/zbootstrap.goElias Naur
2022-04-09Allow building with go 1.18Dan Kegel