| Age | Commit message (Expand) | Author |
| 2025-04-23 | runtime: move sizeclass defs to new package internal/runtime/gc | Michael Anthony Knyszek |
| 2025-04-23 | runtime: optimize the function memequal using SIMD on loong64 | limeidan |
| 2025-04-22 | runtime, internal/runtime/maps: speed-up empty/zero map lookups | Mateusz Poliwczak |
| 2025-04-22 | runtime: commit to spinbitmutex GOEXPERIMENT | Rhys Hiltner |
| 2025-04-18 | internal/runtime/maps: move tombstone test to swiss file | Michael Pratt |
| 2025-04-18 | encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guard | Damien Neil |
| 2025-04-18 | internal,runtime: use the builtin clear | apocelipes |
| 2025-04-17 | internal/poll: remove outdated tests | qmuntal |
| 2025-04-17 | internal/runtime/maps: prune tombstones in maps before growing | Keith Randall |
| 2025-04-15 | internal/chacha8rand: implement func block in assembly | Xiaolin Zhao |
| 2025-04-14 | internal/cpu: add a detection for Neoverse(N3, V3, V3ae) cores | fanzha02 |
| 2025-04-14 | internal/poll: disable SIO_UDP_NETRESET on Windows | James Tucker |
| 2025-04-14 | os,internal/poll: support I/O on overlapped files not added to the poller | qmuntal |
| 2025-04-11 | all: use built-in min, max functions | Marcel Meyer |
| 2025-04-10 | net: deduplicate sendfile files | qmuntal |
| 2025-04-10 | net: reenable sendfile on Windows | qmuntal |
| 2025-04-09 | internal/poll: fix race in Close | qmuntal |
| 2025-04-08 | go/types, types2: fix failing error message test for s390x | Mark Freeman |
| 2025-04-08 | internal/runtime/maps: pass proper func PC to race.WritePC/race.ReadPC | Mateusz Poliwczak |
| 2025-04-06 | all: use slices.Equal to simplify code | cuishuang |
| 2025-04-04 | os: support overlapped IO with NewFile | qmuntal |
| 2025-04-04 | internal/syscall/windows: use unsafe.Pointer instead of uintptr | qmuntal |
| 2025-04-04 | internal/poll: simplify execIO | qmuntal |
| 2025-04-03 | go/types, types2: better error messages for invalid qualified identifiers | Mark Freeman |
| 2025-04-03 | internal/syscall/windows: define NtQueryInformationFile buffer as unsafe.Pointer | qmuntal |
| 2025-04-03 | internal/bytealg: optimize Index/IndexString/IndexByte/IndexByteString on arm64 | Vasily Leonenko |
| 2025-04-03 | internal/bytealg: optimize Count/CountString on arm64 | Vasily Leonenko |
| 2025-04-01 | internal/poll: defer IOCP association until first IO operation | qmuntal |
| 2025-03-31 | os: avoid symlink races in RemoveAll on Windows | Damien Neil |
| 2025-03-31 | os,internal/poll: support I/O on overlapped handles not added to the poller | qmuntal |
| 2025-03-30 | internal/runtime/maps: speed up small map lookups ~1.7x for unpredictable keys | thepudds |
| 2025-03-28 | internal/poll: honor ERROR_OPERATION_ABORTED if pipe is not closed | qmuntal |
| 2025-03-28 | os: add Root.Symlink | Damien Neil |
| 2025-03-28 | internal/poll: don't skip empty writes on Windows | qmuntal |
| 2025-03-27 | maps: implement faster clone | Keith Randall |
| 2025-03-27 | internal/syscall/windows: run go generate | qmuntal |
| 2025-03-27 | cmd/internal/obj/riscv,internal/bytealg: synthesize MIN/MAX/MINU/MAXU instruc... | Joel Sing |
| 2025-03-26 | internal/poll: support async file operations on Windows | qmuntal |
| 2025-03-25 | internal/poll,net: set SIO_UDP_CONNRESET in net | qmuntal |
| 2025-03-25 | internal/poll: always use SetFileCompletionNotificationModes on non-socket ha... | qmuntal |
| 2025-03-24 | runtime: rename runfinq to runFinalizersAndCleanups | Michael Pratt |
| 2025-03-24 | os: add Root.Link | Damien Neil |
| 2025-03-21 | internal/syscall/unix: add missing cgo_import_dynamics for AIX | Damien Neil |
| 2025-03-21 | internal/syscall/windows: set SYNCHRONIZE flag in Deleteat | Damien Neil |
| 2025-03-21 | runtime: fix interactions between synctest, race detector, and timers | Damien Neil |
| 2025-03-20 | os: add Root.Rename | Damien Neil |
| 2025-03-19 | internal/syscall/unix: fix number of params for unlinkat | Kir Kolyshkin |
| 2025-03-19 | internal/syscall/unix: use correct number of params in unlinkat, fchownat | Damien Neil |
| 2025-03-19 | go/types, types2: fix silly logic error in commonUnder | Robert Griesemer |
| 2025-03-18 | internal/godebugs: fix changed version for winsymlink and winreadlinkvolume t... | Jordan Liggitt |