2620 Commits (5746154cc081b0bbf46097d8bac6eecf3a68ffec)
 

Author SHA1 Message Date
Ayke van Laethem 5746154cc0 all: add -work flag 3 years ago
Dan Kegel e9d9ae8781 os: disable TestClearenv for now, it is very flaky. Also reduce verbosity. 3 years ago
BCG 52ffd6aa98 board: Adafruit MacroPad RP2040 3 years ago
Ayke van Laethem 644356c220 all: move stm32 files to separate repository 3 years ago
Dan Kegel 47a622a903 Implement os.RemoveAll() 3 years ago
BCG 4417374b53
board: add definition for Teensy 4.1 (#2618) 3 years ago
Ayke van Laethem 262291a80a rp2040: fix incorrect inline assembly 3 years ago
Ayke van Laethem cdd267fa10 builder: add support for cross compiling to Darwin 3 years ago
Ayke van Laethem 850a5fdbfb loader: only add Clang header path for CGo 3 years ago
Damian Gryski 4b2edc9a26 compiler: move allocations > 256 bytes to the heap 3 years ago
sago35 f2fef290c9 machine: add DefaultUART to wioterminal 3 years ago
Elliott Sales de Andrade 010cc13e9e Fix cross-Linux setup on non-amd64 arches 3 years ago
Yurii Soldak ac7e370c72 rp2040: i2c minor fixes 3 years ago
Ayke van Laethem 77ec9b6369 all: update build constraints to Go 1.17 3 years ago
Dan Kegel aa8e0bb509 os: isWine: be compatible with older versions of wine, too 3 years ago
Ayke van Laethem 372d9e0f5e wasm: remove heap allocator from wasi-libc 3 years ago
sago35 d139fa5e0f esp32c3: add support for input pin 3 years ago
soypat 367fb9d40e machine/rp2040: whole now correctly set at minimum 1 value for high frequency PWM 3 years ago
Dan Kegel 98a6ed8059 os: add DirFS, which is used by many programs to access readdir. 3 years ago
Dan Kegel 641a7e5cb9 os: implement readdir for darwin and linux 3 years ago
Damian Gryski 3fa7d6cc40 src/runtime: assert that a gc block addr isn't inside the metadata 3 years ago
Damian Gryski e497b5c5ba src/runtime: prevent out-of-bounds memory access during b.state() 3 years ago
Damian Gryski 23dc861ddb src/runtime: use garbage collector constants when we have them 3 years ago
Damian Gryski b2ccf12e98 src/runtime: fix location of metadata in comment 3 years ago
Damian Gryski 23479c92d3 src/runtime: improve metadatasize calculation to avoid rounding issues 3 years ago
Yurii Soldak 3458726234
nano-33-ble: typo in LPS22HB peripheral definition and documentation (#2579) 3 years ago
Ayke van Laethem a7a69d38a4 builder: prefer GNU build ID over Go build ID 3 years ago
sago35 4210200070 goenv: update version for start of 0.23.0 development cycle 3 years ago
Ayke van Laethem 3883550c44 build: fix build-library subcommand 3 years ago
Ayke van Laethem 5ce072b827 all: release v0.22.0 3 years ago
deadprogram 4029b838ce all: update license year to 2022 3 years ago
Dan Kegel 3fbab2ede3 builder/buildid.go: accept alternate name for buildid section on Linux 3 years ago
Dan Kegel a29e1d43f1 Kludge: provide stub for syscall.seek on 386 and arm, #1906 3 years ago
Dan Kegel ee663ccb96 Revert "Kludge: work around lack of syscall.seek on 386 and arm, #1906" 3 years ago
Ayke van Laethem cd867b72b9 interp: don't log from the interp package 3 years ago
Nia Waldvogel 8aa223aed9 main (test): integrate test corpus runner 3 years ago
Federico G. Schwindt 3a4e0c94e1
Switch default to llvm13 3 years ago
Dmitriy 0a0981a475 Provide Set/Get for each register field described in SVD files 3 years ago
Nia Waldvogel 2f57e4ff6d interp: handle type assertions on nil interfaces 3 years ago
deadprogram 5e33dccf1f build: trigger drivers repo build after successful docker dev build 3 years ago
Dan Kegel f4fdf8dce9 Makefile: detected TINYGO now works even if a rule changes directory 3 years ago
Dan Kegel 9c3f9537be os: add stubs for Readlink and File.Seek for baremetal targets, with smoke test. 3 years ago
deadprogram f5b7925047 docs: correct link for building development version of TinyGo 3 years ago
Dmitriy Zakharkin 50401c05e8 move AVR interrupt related code to runtime 3 years ago
Dan Kegel 7914a729a5 Makefile: exclude archive/zip from TEST_PACKAGES on windows until ReadAt supported 3 years ago
Dan Kegel 8eedd2b04b Makefile: add archive/zip to TEST_PACKAGES 3 years ago
Dan Kegel 60b483bd3b Kludge: work around lack of syscall.seek on 386 and arm, #1906 3 years ago
Damian Gryski 322abf6d22 src/{syscall, os}: add File.Stat, with smoke test 3 years ago
Dan Kegel b85cb55aab interpreter.go: double timeout to let a real world project build. Waiting is a bit less frustrating with breadcrumbs. 3 years ago
Federico G. Schwindt 03d83181ca Bump go-llvm to support llvm12 and 13 under macos 3 years ago