aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2022-03-12atsamd51: allow faster frequency setting when using SPIsago35
2022-03-10samd21,samd51: fix usbcdc initialization when -serial=uart (#2631)sago35
2022-03-08src/os: export correct values for os.DevNull for each OSZauberNerd
2022-03-08add support for GPIO interrupts on esp32c3Dmitriy
2022-03-08src/os: add stubs for exec.ExitError and ProcessState.ExitCodeZauberNerd
2022-03-07src/runtime: add stub for runtime.NumCPU()ZauberNerd
2022-03-07src/runtime: add stub for debug.ReadBuildInfo()ZauberNerd
2022-03-06runtime: implement memhashAyke van Laethem
2022-03-06runtime: add fastrandAyke van Laethem
2022-03-04src/syscall: document Environ() single-allocation tradeoffDamian Gryski
2022-03-04src/runtime: use memzero for leaking collectorDamian Gryski
2022-03-01os: Use a uintptr for NewFileElliott Sales de Andrade
2022-03-01src/os,src/syscall: move env copy code to syscall.Environ()Damian Gryski
2022-03-01src/os: add back TestClearenvDamian Gryski
2022-03-01src/os: make Environ() return a copy of the environmentDamian Gryski
2022-02-28Revert "all: move stm32 files to separate repository"sago35
2022-02-24os: testTempDir: now that we have os.ReadDir, bring back one use of it in a testDan Kegel
2022-02-24testing: nudge type TB closer to upstream; should be a no-op change.Dan Kegel
2022-02-24testing: implement testing.TempDirDan Kegel
2022-02-24fix: Add stubs for more missing reflect methodsKyle Conroy
2022-02-21github: also run 'make tinygo-test' on macDan Kegel
2022-02-20os: disable TestClearenv for now, it is very flaky. Also reduce verbosity.Dan Kegel
2022-02-19board: Adafruit MacroPad RP2040BCG
2022-02-18all: move stm32 files to separate repositoryAyke van Laethem
2022-02-18Implement os.RemoveAll()Dan Kegel
2022-02-13board: add definition for Teensy 4.1 (#2618)BCG
2022-02-13rp2040: fix incorrect inline assemblyAyke van Laethem
2022-02-11machine: add DefaultUART to wioterminalsago35
2022-02-05rp2040: i2c minor fixesYurii Soldak
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2022-02-03os: isWine: be compatible with older versions of wine, tooDan Kegel
2022-02-03wasm: remove heap allocator from wasi-libcAyke van Laethem
2022-02-02esp32c3: add support for input pinsago35
2022-02-02machine/rp2040: whole now correctly set at minimum 1 value for high frequency...soypat
2022-02-02os: add DirFS, which is used by many programs to access readdir.Dan Kegel
2022-02-02os: implement readdir for darwin and linuxDan Kegel
2022-02-01src/runtime: assert that a gc block addr isn't inside the metadataDamian Gryski
2022-02-01src/runtime: prevent out-of-bounds memory access during b.state()Damian Gryski
2022-02-01src/runtime: use garbage collector constants when we have themDamian Gryski
2022-02-01src/runtime: fix location of metadata in commentDamian Gryski
2022-02-01src/runtime: improve metadatasize calculation to avoid rounding issuesDamian Gryski
2022-01-29nano-33-ble: typo in LPS22HB peripheral definition and documentation (#2579)Yurii Soldak
2022-01-24Kludge: provide stub for syscall.seek on 386 and arm, #1906Dan Kegel
2022-01-24Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906"Dan Kegel
2022-01-21os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test.Dan Kegel
2022-01-20move AVR interrupt related code to runtimeDmitriy Zakharkin
2022-01-20Kludge: work around lack of syscall.seek on 386 and arm, #1906Dan Kegel
2022-01-20src/{syscall, os}: add File.Stat, with smoke testDamian Gryski
2022-01-20nrf: fix stop condition race in i2cYurii Soldak
2022-01-19internal/task: remove coroutinesNia Waldvogel