| Age | Commit message (Expand) | Author |
| 2026-01-22 | syscall: document Sendfile semantics | Bill Morgan |
| 2026-01-22 | syscall: return early on error in Recvmsg | Tobias Klauser |
| 2025-11-26 | os: allow direntries to have zero inodes on Linux | Dave Vasilevsky |
| 2025-11-26 | runtime/secret: implement new secret package | Daniel Morsing |
| 2025-11-26 | os,internal/syscall/windows: support O_* flags in Root.OpenFile | qmuntal |
| 2025-11-04 | os: ignore O_TRUNC errors on named pipes and terminal devices on Windows | qmuntal |
| 2025-10-29 | internal/itoa, internal/runtime/strconv: delete | Russ Cox |
| 2025-10-21 | runtime,syscall: implement and use syscalln on darwin | qmuntal |
| 2025-10-21 | syscall: use rawSyscall6 to call ptrace in forkAndExecInChild | qmuntal |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-09-15 | all: replace os.Getenv("GO_BUILDER_NAME") with testenv.Builder in tests | Michael Anthony Knyszek |
| 2025-09-12 | vendor: update x/tools to 3adf0e9, and other repos | Alan Donovan |
| 2025-09-11 | syscall: actually remove unreachable code | Dmitri Shuralyov |
| 2025-09-10 | go/token, syscall: annotate if blocks that defeat vet's unreachable pass | Dmitri Shuralyov |
| 2025-09-10 | syscall: remove unreachable code | Dmitri Shuralyov |
| 2025-09-09 | syscall: optimise cgo clearenv | Aleksa Sarai |
| 2025-08-29 | os,syscall: pass file flags to CreateFile on Windows | qmuntal |
| 2025-08-28 | syscall: only get parent PID if SysProcAttr.Pdeathsig is set | Tobias Klauser |
| 2025-08-27 | os: return nil slice when ReadDir is used with a file on file_windows | qmuntal |
| 2025-08-26 | syscall: sort Windows env block in StartProcess | Brad Fitzpatrick |
| 2025-08-22 | internal/syscall/windows: increase internal Windows O_ flags values | qmuntal |
| 2025-08-21 | syscall: simplify execve handling on libc platforms | Joel Sing |
| 2025-08-19 | syscall: forkAndExecInChild1: don't reuse pid variable | Kir Kolyshkin |
| 2025-08-15 | syscall: permit nil destination address in sendmsgN{Inet4,Inet6} | database64128 |
| 2025-08-11 | net, os, file/filepath, syscall: use slices.Equal in tests | Tobias Klauser |
| 2025-08-06 | all: remove support for windows/arm | qiulaidongfeng |
| 2025-08-01 | runtime,syscall: move loadlibrary and getprocaddress to syscall | qmuntal |
| 2025-07-28 | all: omit unnecessary type conversions | Jes Cok |
| 2025-07-28 | runtime,syscall: move SyscallX implementations from runtime to syscall | qmuntal |
| 2025-07-24 | internal/runtime/syscall: rename to internal/runtime/syscall/linux | qmuntal |
| 2025-05-27 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only | Damien Neil |
| 2025-05-21 | runtime: add valgrind instrumentation | Roland Shoemaker |
| 2025-05-15 | os: set FILE_FLAG_BACKUP_SEMANTICS when opening without I/O access | qmuntal |
| 2025-05-14 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL | Damien Neil |
| 2025-04-30 | syscall: cache Errno.Error() on Windows | Jake Bailey |
| 2025-04-30 | net: support IPv6 addresses in ListenMulticastUDP on Windows | qmuntal |
| 2025-04-08 | syscall: remove unused windows function | Keith Randall |
| 2025-04-08 | syscall: fix dangling pointers in Windows' process attributes | qmuntal |
| 2025-03-13 | syscall: use testing.T.Context | Tobias Klauser |
| 2025-03-05 | runtime: in asan mode call __lsan_do_leak_check when exiting | Ian Lance Taylor |
| 2025-02-25 | os, syscall: use unix build tag where appropriate | Tobias Klauser |
| 2025-02-25 | all: gofmt -w | Jes Cok |
| 2025-02-25 | all: surround -test.run arguments with ^$ | qmuntal |
| 2025-02-24 | all: use testenv.Executable instead of os.Executable and os.Args[0] | qmuntal |
| 2025-02-24 | syscall: allow \x00-prefixed unix abstract socket to use full path length | Albert Sundjaja |
| 2025-02-23 | syscall: use sync.OnceFunc for copyenv | Tobias Klauser |
| 2025-02-21 | runtime: use WCLONE when waiting on pidfd test child | Michael Pratt |
| 2025-02-20 | syscall: don't send child signal when testing pidfd | Ian Lance Taylor |
| 2025-02-19 | syscall: don't truncate newly created files on Windows | qmuntal |
| 2025-02-18 | syscall: disable O_DIRECTORY on Windows for js/wasm | Zxilly |