2451 Commits (e4de7b49575c28fcd3a446e7478687e9611d110a)
 

Author SHA1 Message Date
Nia Waldvogel e4de7b4957 internal/task: swap stack chain when switching goroutines 3 years ago
Nia Waldvogel d5c0083085 builder: handle concurrent library header rename 3 years ago
Nia Waldvogel e6fbad13c6 runtime (gc): correct scan bounds 3 years ago
Dan Kegel 62bda8e129 os: os_chmod_test.go: fix copyright 3 years ago
Dan Kegel 51d6ffb3be os: Chmod: don't test on wasi yet, wasi-libc does not yet support it 3 years ago
deadprogram 964aa7058a build: use GHA cache and dockerx for docker dev build 3 years ago
deadprogram 0f9d2ac0e4 docker: update Dockerfile for dev build for LLVM 12 changes 3 years ago
deadprogram 5264469cbd machine/stm32wl: unify implementation for RNG for stm32wl with other STM32 processors 3 years ago
Nia Waldvogel c096f35224 runtime: handle negative sleep times 3 years ago
Dan Kegel 929cd767c1 os/path_windows_test.go: don't fail on Wine, which allows dots for cur dir even in extended length paths 3 years ago
deadprogram e1df2510d4 machine/stm32f4, stm32f7, stm32l4: implement TRNG for randomness 3 years ago
deadprogram 2ebaa9f520 machine/samd51: implement TRNG for randomness 3 years ago
deadprogram 5159eab694 examples: add example to exercise random number generation 3 years ago
Dan Kegel 75dfb26452 os: skip TestMkdirTempBadDir on windows until TestStatBadDir passes 3 years ago
Dan Kegel 971da0bc09 os: implement and test os.MkdirTemp 3 years ago
Dan Kegel 0420842f4d os: skip TestStatBadPath on windows for now 3 years ago
Dan Kegel d30f8b6ed6 os.Stat: returned error on nonexistent path did not satisfy IsNotExist 3 years ago
Dan Kegel 1f6b4a5e7b os_test.go: use CreateTemp now that it is implemented 3 years ago
Dan Kegel 51fc78c100 os: implement and smoketest os.Clearenv 3 years ago
Dan Kegel e4f2b9c003 os: implement and smoketest os.Unsetenv 3 years ago
Dan Kegel cff4493ca0 os: implement and smoketest os.Setenv 3 years ago
Olivier Fauchon 93ac7cec0d stm32/stm32wlx: Add support for stm32wl55_cm4 3 years ago
Olivier Fauchon b4503c1e37 stm32wl: STM32WL TRNG implementation in crypto/rand 3 years ago
Ayke van Laethem 3e6410f323 interp: work around AVR function pointers in globals 3 years ago
Rouven Broszeit 0f69d016a0 Added realloc implementation to GCs 3 years ago
Ayke van Laethem ef8c1a187d transform: allocate the correct amount of bytes in an alloca 3 years ago
Federico G. Schwindt 08d0dc0d25 Enable Getwd() in wasi and add tests 3 years ago
Dan Kegel 039186a2a3 src/os/stat.go: get build tags right, maybe 3 years ago
Damian Gryski d6c892fe7b src/runtime: fix nil map dereference 3 years ago
Federico G. Schwindt cfe6b9765f Test net.Buffers{} 3 years ago
Federico G. Schwindt 539495ef45 Add net.Buffers 3 years ago
Ayke van Laethem b13c993565 compiler: fix ranging over maps with particular map types 3 years ago
Ayke van Laethem 449bfe04f3 compiler: move *ssa.Next lowering for maps to compiler/map.go 3 years ago
Damian Gryski 1903cf23c9 src/runtime: improve float/complex hashing 3 years ago
deadprogram 9734f349a3 net/interface: use internal implementation for itoa.Uitoa 3 years ago
soypat d87ff838eb net: add bare Interface implementation 3 years ago
Damian Gryski a360c82b40 src/runtime: strengthen hash function for structs and arrays 3 years ago
deadprogram 4a2faeb2c5 machine/stm32f103: initial implementation on ADC interface 3 years ago
deadprogram 99f00d396d machine/bluepill: add definitions for ADC pins 3 years ago
deadprogram 049c5ed3b1 machine/stm32f4: initial implementation for ADC interface 3 years ago
deadprogram cce02cd046 machine/stm32f4disco: add definitions for ADC pins 3 years ago
Dan Kegel be7bbba4ca os: implement and smoketest os.Chmod 3 years ago
Dan Kegel e668c8c1a7 os: implement and smoketest os.Chdir 3 years ago
Dan Kegel d62c9696fb os_unix_test.go: rename to os_anyos_test.go, add windows build tag 3 years ago
Damian Gryski 343146f35c src/testing: stub b.RunParallel() and PB.Next() 3 years ago
sago35 0285171484 main: improve help 3 years ago
Dan Kegel 1a22d92217 os: remove as-yet unused function splitPath 3 years ago
Dan Kegel 8416bb61d8 os: implement MkdirAll 3 years ago
Damian Gryski 85ad157f3f src/os: fix build tags for non-windows PathSeparator 3 years ago
Dan Kegel b123ffcea4 os: implement CreateTemp 3 years ago