aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2022-01-19internal/task: remove coroutinesNia Waldvogel
2022-01-18runtime: add stubs for Func.FileLine and Frame.PCDan Kegel
2022-01-18os: implement os.Symlink and os.ReadlinkDan Kegel
2022-01-18os: implement os.ExpandEnvDan Kegel
2022-01-17testing: --run now allows filtering of subtestsDan Kegel
2022-01-17testing.go: hoist runTests() out of Run() to match upstream a bit betterDan Kegel
2022-01-17nrf: fix race in i2cYurii Soldak
2022-01-15os (wasi): fix opening files in read-only modeNia Waldvogel
2022-01-15testing: print durationDan Kegel
2022-01-15testing: nudge functions closer to upstream order, to make diffing easier. N...Dan Kegel
2022-01-14compiler: work around AVR atomics bugsNia Waldvogel
2022-01-13stm32: add blues wireless swanKenneth Bell
2022-01-12testing: benchmarks: implement -benchtime flagDan Kegel
2022-01-12testing: benchmarks: -bench: allow filtering subbenchmarksDan Kegel
2022-01-12testing: implement testing.CleanupDan Kegel
2022-01-12testing: gather duplicate code into tRunnerDan Kegel
2022-01-11os: implement file.Seek, add smoke testDan Kegel
2022-01-11testing: replace spaces with underscores in test/benchmark names, as upstream...Dan Kegel
2022-01-11testing: support b.SetBytes(); implement sub-benchmarks.Dan Kegel
2022-01-11os: pull in os.Rename and some of its tests from upstreamDan Kegel
2022-01-10board: add M5Stamp C3sago35
2022-01-09all: switch to LLVM 13Ayke van Laethem
2022-01-07src/testing: support -bench option to run benchmarks matching the given pattern.Dan Kegel
2022-01-07src/testing/benchmark.go: reorder functions to make diffing against go easierDan Kegel
2022-01-04When running tests under wasmtime, provide a fresh TMPDIR.Dan Kegel
2022-01-04all: show error if platform has no rngKenneth Bell
2022-01-04stm32: add more MCUs with h/w RNGKenneth Bell
2022-01-04os: add a few upstream tests for Read and ReadAt, fix problems they exposed.Dan Kegel
2022-01-04src/os: loop in File.ReadAt to handle short readsDamian Gryski
2022-01-02avr: fix time.Sleep() in init codeAyke van Laethem
2022-01-01main (test): run tests on AVRNia
2021-12-31targets,runtime,machine: add support for the stm32f469-disco boardElias Naur
2021-12-31machine: add PG* and PK* pinsElias Naur
2021-12-31runtime: separate runtime initialization for STM32F4 boardsElias Naur
2021-12-31machine: merge stm32f405/407Elias Naur
2021-12-31machine: make machine_stm32f407.go equivalent to machine_stm32f405.goElias Naur
2021-12-30Interrupt based time. Adjust tick cost when timer-0 is reconfigured (the time...Dmitriy
2021-12-28rumtime: implement __sync libcalls as critical sectionsNia Waldvogel
2021-12-28Merge pull request #2427 from eliasnaur/remove-arrtypekenbell
2021-12-26os: add Perm stub on Go 1.15Nia Waldvogel
2021-12-23 stm32wlx: I2C implementation for gnse,lora-e5,nucleo-wl55jc boardsOlivier Fauchon
2021-12-23runtime: remove unused arrtype type aliasesElias Naur
2021-12-22sync: add testsNia Waldvogel
2021-12-20sync: add a package docNia Waldvogel
2021-12-20sync: fix concurrent read-lock on write-locked RWMutexNia Waldvogel
2021-12-18Update board_microbit-v2.goAlan Wang
2021-12-18src/reflect: add test for indirect array indexingDamian Gryski
2021-12-18src/reflect: add test for indirect pointer fixDamian Gryski
2021-12-18src/reflect: fix stripPrefix commentDamian Gryski
2021-12-18src/reflect: comment out a now-failing testDamian Gryski