2714 Commits (4858b2712065b9695a348d7a5c3558669d41c6a1)
 

Author SHA1 Message Date
Elliott Sales de Andrade 4858b27120 Also disable asynchronous unwind tables 3 years ago
Elliott Sales de Andrade 7f507a7026 Fix incorrect formatting arguments 3 years ago
Ayke van Laethem 83227e68df all: use compiler-rt from LLVM 3 years ago
sago35 09a3c6a16b flash: add openocd-verify 3 years ago
soypat f613cb41a3 rp2040: fix spurious i2c STOP during write+read transaction 3 years ago
Elias Naur e060e588ab goenv: look for Go version in $GOROOT/src/internal/buildcfg/zbootstrap.go 3 years ago
Dan Kegel 8dfb317d28 Allow building with go 1.18 3 years ago
Elliott Sales de Andrade 9cedd78d9c Add a shim for internal/fuzz 3 years ago
Dan Kegel 20a27746b2 compiler: make RawSyscall an alias for Syscall per suggestion from Ayke. For #2474. 3 years ago
Dan Kegel c78df85015 os: Implement Pipe for darwin, add smoke test. 3 years ago
Ayke van Laethem c0d257d682 compiler: fix difference in aliases in interface methods 3 years ago
Dan Kegel 7af24c7864 compiler: allow slices of empty structs. 3 years ago
Dan Kegel 3dc1e403ea runtime: stub {Lock,Unlock}OSThread. Makes 1.18 happier on windows. 3 years ago
sago35 1deee3ec5a m5stamp-c3: add pin setting of UART 3 years ago
Dan Kegel 0f9f316db2 main_test.go: fork testdata/testing.go for go 1.18 3 years ago
Dmitriy 0dd521e1d1 add support for esp32c3 to receive UART data 3 years ago
Ron Evans 1dcdd5f2d2 Revert "src/runtime: first darft of map growth code" 3 years ago
Ron Evans dcd8ee63a8 Revert "src/runtime/hashmap: comments for iterator structure" 3 years ago
Ron Evans b8bf0ac3f1 Revert "testdata: add test for mapgrowth logic" 3 years ago
Damian Gryski 73571dd423 testdata: add test for mapgrowth logic 3 years ago
Damian Gryski 8872229a0b src/runtime/hashmap: comments for iterator structure 3 years ago
Damian Gryski 7e05efa274 src/runtime: first darft of map growth code 3 years ago
Sai Sasidhar Maddali b02cea0321 fix: flash-command for maixbit board 3 years ago
Dan Kegel 8823a934a3 syscall: stub WaitStatus 3 years ago
Dan Kegel 6ac02cc34c syscall: wasi: more complete list of signals 3 years ago
Dan Kegel e259598b68 syscall: darwin: more complete list of signals 3 years ago
Elliott Sales de Andrade f159573975 Add reflect.Value.FieldByIndexErr stub 3 years ago
sago35 234234af15 build: add JSON output to build command 3 years ago
Dmitriy 3d68804702 Add board support for ESP32-C3-12f Kit 3 years ago
Dan Kegel 38efca1e2d syscall: stub mmap(), munmap(), MAP_SHARED, PROT_READ, SIGBUS, etc. on nonhosted targets 3 years ago
Aayush Attri 0a75dd82b9 updating the comments for stub funcs 3 years ago
Aayush Attri fbc748f152 removing Version stub 3 years ago
Aayush Attri 881aba1785 add stub for runtime numcgocall, numgoroutine and version 3 years ago
Dan Kegel aa421bf655 compiler.go: createBuiltin: accept alias for slice. Helps 1.18 tests pass. 3 years ago
Dan Kegel 1fb1f08233 syscall: define MAP_SHARED and PROT_READ on wasi 3 years ago
ZauberNerd 0b5d300d94 targets/wasi: remove --export-dynamic linker flag 3 years ago
ZauberNerd 2fdcabdcce src/runtime: add runtime.Version() 3 years ago
ZauberNerd d066b5c232 Move gitSha1 build time variable from main to goenv package 3 years ago
Elliott Sales de Andrade 836ab95192 Rename reflect.Ptr to reflect.Pointer 3 years ago
Dan Kegel cf8f4d65f2 Implement getpagesize and munmap. For go 1.18. 3 years ago
Damian Gryski 06b19cde2d interp: prevent an off-by-one during interp debug 3 years ago
Elliott Sales de Andrade 42ae9a665f os: Add some exec.ProcessState stubs 3 years ago
Dan Kegel c55c996c5d gc_leaking.go: don't inline alloc. Fixes #2674. 3 years ago
ZauberNerd 6fb90b6fc4 src/os: Add UserHomeDir() function to os package 3 years ago
ZauberNerd 6f31712b7d test: write into a temp file and read from its fd 3 years ago
ZauberNerd e295770363 test: simple test to verify os.File.Fd() is working 3 years ago
ZauberNerd 486b99961d src/os: implement os.File.Fd() method 3 years ago
Dan Kegel 4a98db4c86 Add regression test for #2666. 3 years ago
Dan Kegel c534fa1b6f On baremetal platforms, use simpler test matcher. Fixes #2666. 3 years ago
deadprogram eed78338e6 build: trigger builds of dev branches of repos in TinyGo ecosystem, e.g. Bluetooth, TinyFS, TinyFont, TinyDraw 3 years ago