2834 Commits (6dff85c756ca571e7e6b11263a310323fb367593)
 

Author SHA1 Message Date
Damian Gryski 6b15a72895 src/os: add back TestClearenv 3 years ago
Damian Gryski 08fd49fe60 src/os: make Environ() return a copy of the environment 3 years ago
sago35 d65e3deccf Revert "all: move stm32 files to separate repository" 3 years ago
Damian Gryski cbfa85be6a testdata/corpus: add google/go-patchutils 3 years ago
Dan Kegel 6c23f27f73 Makefile: add testing/fstest to tinygo-test where supported 3 years ago
Dan Kegel 31a3a7c84b os: testTempDir: now that we have os.ReadDir, bring back one use of it in a test 3 years ago
Dan Kegel a9a225ba26 testing: nudge type TB closer to upstream; should be a no-op change. 3 years ago
Dan Kegel 58d0499e55 Makefile: add io/fs to tinygo-test where supported 3 years ago
Dan Kegel b24af78327 testing: implement testing.TempDir 3 years ago
Kyle Conroy b406422277 test: Add text/template smoke test 3 years ago
Kyle Conroy cfed3f0213 fix: Add stubs for more missing reflect methods 3 years ago
Ayke van Laethem d75e14245b test: fix assertion for multiple packages 3 years ago
Dan Kegel af8244e868 Update macos-minimal-sdk to pick up updated dirent.h 3 years ago
Dan Kegel f962e2fd15 github: also run 'make tinygo-test' on mac 3 years ago
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