2877 Commits (926c02b6ffd852deda4c8e24fbfff858783c6306)
 

Author SHA1 Message Date
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
Elliott Sales de Andrade 5141638cbf Fix type of Signal constants on WASI 3 years ago
Elliott Sales de Andrade 5d4f795aec Add an empty os.Process.Signal implementation 3 years ago
Elliott Sales de Andrade db8603e378 Add os Signal aliases 3 years ago
Elliott Sales de Andrade bc098da93f Implement all of os.Signal in arch-specific syscall 3 years ago
Ayke van Laethem e49e93f22c main: calculate default output path if -o is not specified 3 years ago
Ayke van Laethem 7d4bf09b1a builder: use correct permission bits when creating a library 3 years ago
Ayke van Laethem 320f21524e cgo: slightly improve error messages 3 years ago
Dan Kegel 4117055611 Makefile: chmod before fpm. For #2685 3 years ago
Ayke van Laethem 603fff78d4 all: add support for ThinLTO 3 years ago
Ayke van Laethem d4b1467e4c build: support machine outlining pass in stacksize calculation 3 years ago
ZauberNerd 4cf8ad2bee Update libclang installation comment to libclang-13-dev 3 years ago
sago35 96c60f9692 atsamd51: allow faster frequency setting when using SPI 3 years ago
Elliott Sales de Andrade 99ce46669b Fix LLVM build constraints 3 years ago
sago35 a1b4eafa07
samd21,samd51: fix usbcdc initialization when -serial=uart (#2631) 3 years ago
deadprogram ccbe03795a build/windows: use fork with updated permissions for new scoop 3 years ago
ZauberNerd 3f69c32a55 src/os: export correct values for os.DevNull for each OS 3 years ago
Dmitriy b176494e44 add support for GPIO interrupts on esp32c3 3 years ago
ZauberNerd 0243a5b8be src/os: add stubs for exec.ExitError and ProcessState.ExitCode 3 years ago
ZauberNerd 1fac41d535 src/runtime: add stub for runtime.NumCPU() 3 years ago
ZauberNerd 1472fb6032 src/runtime: add stub for debug.ReadBuildInfo() 3 years ago
Samuel Stauffer 0fd3d785a3 syscall/js: allow copyBytesTo(Go|JS) to use Uint8ClampedArray 3 years ago
Ayke van Laethem b9c0aa77bf runtime: implement memhash 3 years ago
Ayke van Laethem 4c28f1b875 runtime: add fastrand 3 years ago
Dan Kegel 0791603c86 Makefile: add report-stdlib-tests-pass 3 years ago
Damian Gryski 095312fa3f src/syscall: document Environ() single-allocation tradeoff 3 years ago
Damian Gryski 7e647a5e81 src/runtime: use memzero for leaking collector 3 years ago
Ayke van Laethem 29c1d7c68d compiler: fix incorrect unsafe.Alignof on some 32-bit architectures 3 years ago
Dan Kegel ecb7eebcff Makefile: add compress/lzw, debug/dwarf, debug/plan9obj, and net to list of tests 3 years ago
Elliott Sales de Andrade a680bfbb7a os: Use a uintptr for NewFile 3 years ago
Damian Gryski bf23839931 src/os,src/syscall: move env copy code to syscall.Environ() 3 years ago
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