aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-02-28Updated README to mention compiling for Windowsreadme-update-windowsBCG
2023-02-28reflect: uncomment some DeepEqual tests that now passDamian Gryski
2023-02-28reflect: add MapKeys()Damian Gryski
2023-02-28reflect: add MakeMap()Damian Gryski
2023-02-28reflect: add SetMapIndex()Damian Gryski
2023-02-28reflect: add MapRange/MapIterDamian Gryski
2023-02-28reflect: add MapIndex()Damian Gryski
2023-02-28runtime: add unsafe.pointer reflect wrappers for hashmap callsDamian Gryski
2023-02-28reflect: add Type.Elem() and Type.Key() for MapsDamian Gryski
2023-02-28compiler, reflect: add map key and element type infoDamian Gryski
2023-02-28Fail earlier if Go is not availableFederico G. Schwindt
2023-02-27compiler: add llvm.ident metadataAyke van Laethem
2023-02-27runtime/atsamd51: enable CMCC cache for greatly improved performance on SAMD51deadprogram
2023-02-27machine/stm32, nrf: flash API (#3472)Ron Evans
2023-02-26internal/task: disallow blocking inside an interruptAyke van Laethem
2023-02-26builder: remove non-ThinLTO build modeAyke van Laethem
2023-02-26ci: add AVR timers testAyke van Laethem
2023-02-25compiler: zero struct padding during map operationsDamian Gryski
2023-02-25runtime: properly turn pointer into empty interface when hashingDamian Gryski
2023-02-24Rearrange switch case for get pin cfgBjoern Poetzschke
2023-02-24Pins D4 & D5 are I2C1. Use pins D2 & D3 for I2C0.John Clark
2023-02-24machine/rp2040: correct issue with spi pin validationdeadprogram
2023-02-24machine/rp2040: correct issue with i2c pin validationdeadprogram
2023-02-23rp2040: provide better errors for invalid pins on i2c and spi (#3443)Patricio Whittingslow
2023-02-23rp2040: rtc delayed interruptYurii Soldak
2023-02-20machine/lorae5: add needed definition for UART2deadprogram
2023-02-20ci: don't pass -v to `go test`Ayke van Laethem
2023-02-19arm64: fix register save/restore to include vector registersAyke van Laethem
2023-02-19runtime: check for heap allocations inside interruptsAyke van Laethem
2023-02-19machine/rp2040: change calling order for device enumeration fix to do firstdeadprogram
2023-02-19main: support qemu-user debuggingAyke van Laethem
2023-02-19fix bad qt py pin assignmentAndy Shinn
2023-02-18build/docker: use build context from pre-saved LLVM container to avoid rebuil...deadprogram
2023-02-18docker: ignore changes to CI itself to avoid breaking cache on imagesdeadprogram
2023-02-18build/linux: install wasmtime directly from github releasedeadprogram
2023-02-18build/docker: trigger all builds in tinygo ecosystem repos using GH actionsdeadprogram
2023-02-18runtime: implement KeepAlive using inline assemblyAyke van Laethem
2023-02-18Better handling of sub-clusters in SVD (#3335)Anton D. Kachalov
2023-02-18machine/usb/hid: add MediaKey support (#3436)sago35
2023-02-17all: refactor reflect packageAyke van Laethem
2023-02-17reflect: make sure null bytes are supported in tagsAyke van Laethem
2023-02-17build: always cache LLVM source/build even if the tests fail to avoid extra r...Ron Evans
2023-02-17runtime: allow custom-gc SetFinalizer and clarify KeepAliveAnuraag Agrawal
2023-02-14Filter target build-tags if user specified an overriding option (#3357)Anuraag Agrawal
2023-02-14goenv: update to new v0.28.0 development versionsago35
2023-02-14Makefile: more stdlib tests for CIDamian Gryski
2023-02-11ci: don't link with libzstd in release buildsv0.27.0Ayke van Laethem
2023-02-07ci: switch to actions/checkout@v3Ayke van Laethem
2023-02-07all: update x/tools/go/ssa to include slice-to-array bugfixAyke van Laethem
2023-02-03all: update to version 0.27.0Ayke van Laethem