aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-07-02compiler,reflect: NumMethods reports exported methods onlyDamian Gryski
2023-07-02reflect: fix iterating over maps with interface{} keysDamian Gryski
2023-07-02docker: update clang to version 15Rado M
2023-07-02reflect: Add FieldByNameFuncTyler Rockwood
2023-07-01reflect: remove unecessary heap allocationssoypat
2023-07-01machine/usb/hid,joystick: fix hidreport (3) (#3802)sago35
2023-06-22nrf: wait for stop condition after reading from the I2C busAyke van Laethem
2023-06-18example: simplify pininterruptYurii Soldak
2023-06-17wasm: remove i64 workaround, use BigInt insteadAyke van Laethem
2023-06-17ci: update Node.js from version 14 to version 16Ayke van Laethem
2023-06-17reflect: use .key() instead of a type assertAyke van Laethem
2023-06-17os: define ErrNoDeadlineStepan Rakitin
2023-06-16ci: rename release-double-zipped to something more usefulAyke van Laethem
2023-06-16goenv: update to new v0.29.0 development versionsago35
2023-06-11rp2040: add spi busy waits on read and read/write transactionsv0.28.1soypat
2023-06-11goenv: fix version number to 0.28.1 (without -dev)Ayke van Laethem
2023-06-10all: release 0.28.0v0.28.0Ayke van Laethem
2023-06-09compiler: limit level of pointer-to-pointer-to-... typesDamian Gryski
2023-06-09compiler,transform: fix for pointer-to-pointer type switches from @aykevlDamian Gryski
2023-06-09compiler,reflect: add tagged pointers for **T etcDamian Gryski
2023-06-08Add smoke test for target m5stick-civoszz
2023-06-08Support for the M5STACK M5StickC ESP32-PICO deviceivoszz
2023-06-08compiler: update testdataDamian Gryski
2023-06-08compiler,reflect: use two bits of the meta byte for comparable/isBinaryDamian Gryski
2023-06-07build: only make comment on sizediff job when run from the main repo, take 2deadprogram
2023-06-06main: add -internal-nodwarf flagAyke van Laethem
2023-06-06main: rename some flags to make them explicitly internalAyke van Laethem
2023-06-06tools: use geomean for sizediffDamian Gryski
2023-06-04machine/rp2040: fix i2c crash when getting abort while waiting for stop condi...soypat
2023-06-03fix bug in rp2040 SetPeriod implementationsoypat
2023-06-01Add bluemicro840 boardPierre Constantineau
2023-05-31build: only make comment on sizediff job when run from the main repodeadprogram
2023-05-29fix go:noinlines in volatile packagesoypat
2023-05-29samd21: fix issue with WS2812 driverAyke van Laethem
2023-05-23build: explicitly pass the github token to GH actiondeadprogram
2023-05-21attiny1616: implement Pin.Get()Ayke van Laethem
2023-05-20interp: add support for reading a pointer tagAyke van Laethem
2023-05-20interp: fix subtle bug in pointer xorAyke van Laethem
2023-05-20interp: move some often-repeated code into a functionAyke van Laethem
2023-05-20avr: add attiny1616 supportAyke van Laethem
2023-05-20avr: update gen-device-avr tool to support newer AVRsAyke van Laethem
2023-05-20avr: fix interrupt names for newer attiny chipsAyke van Laethem
2023-05-20add Settings to debug.BuildInfoRajat Jindal
2023-05-20build: add issues write permission to sizediff jobdeadprogram
2023-05-20compiler: disallow most types in //go:wasmimportAyke van Laethem
2023-05-20compiler: add tests for error messagesAyke van Laethem
2023-05-20compiler: only calculate functionInfo onceAyke van Laethem
2023-05-17build: update GH actions-comment-pull-request to v2.3.1deadprogram
2023-05-17compileopts: don't filter build tags, use specific build tags insteadAyke van Laethem
2023-05-16windows: re-enable parallelismAyke van Laethem