| Age | Commit message (Expand) | Author |
| 2025-05-21 | internal/runtime/cgroup: CPU cgroup limit discovery | Michael Pratt |
| 2025-05-21 | internal/runtime/cgroup: add line-by-line reader using a single scratch buffer | Michael Pratt |
| 2025-05-21 | os: add Root.MkdirAll | Damien Neil |
| 2025-05-21 | internal/pkgbits: specify that RelIdx is an element index | Mark Freeman |
| 2025-05-21 | internal/pkgbits: indent productions and hoist some types up | Mark Freeman |
| 2025-05-21 | internal/trace: add generator tests for sync events | Felix Geisendörfer |
| 2025-05-21 | internal/trace/internal/testgen: make generated trace version configurable | Felix Geisendörfer |
| 2025-05-21 | internal/trace: add a validator test for the new clock snapshots | Felix Geisendörfer |
| 2025-05-21 | internal/trace: expose clock snapshot timestamps on sync event | Felix Geisendörfer |
| 2025-05-21 | runtime,internal/trace: emit clock snapshots at the start of trace generations | Felix Geisendörfer |
| 2025-05-21 | runtime, internal/fuzz: optimize build tag combination on loong64 | Guoqi Chen |
| 2025-05-20 | cmd/dist, internal/platform: enable internal linking feature and test on loong64 | limeidan |
| 2025-05-20 | runtime: record synctest bubble ownership in hchan | Damien Neil |
| 2025-05-20 | internal/pkgbits: rename RelocEnt to RefTableEntry | Mark Freeman |
| 2025-05-20 | runtime: disallow closing bubbled chans from outside bubble | Damien Neil |
| 2025-05-20 | internal/filepathlite: fix comment | MaineK00n |
| 2025-05-20 | net: avoid using Windows' TransmitFile on non-server machines | Shibi J M |
| 2025-05-19 | runtime: move atoi to internal/runtime/strconv | Michael Pratt |
| 2025-05-19 | internal/runtime/syscall: add basic file system calls | Michael Pratt |
| 2025-05-19 | go/types, types2: improve error message for init without body | Mark Freeman |
| 2025-05-19 | runtime: pass through -asan/-msan/-race to testprog tests | Michael Pratt |
| 2025-05-19 | std: pass bytes.Buffer and strings.Builder by pointer | Alan Donovan |
| 2025-05-16 | runtime: prevent cleanup goroutines from missing work | Michael Anthony Knyszek |
| 2025-05-14 | net: use closesocket when closing socket os.File's on Windows | qmuntal |
| 2025-05-14 | internal/pkgbits, cmd/compile/internal/noder: document string section | Mark Freeman |
| 2025-05-14 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL | Damien Neil |
| 2025-05-13 | internal/bytealg: optimize the function compare using SIMD on loong64 | limeidan |
| 2025-05-13 | internal/poll: use runtime.AddCleanup instead of runtime.SetFinalizer | Carlos Amedee |
| 2025-05-12 | internal/pkgbits: rename Reloc* to Section* | Mark Freeman |
| 2025-05-12 | internal/pkgbits: write a formal grammar for UIR primitives | Mark Freeman |
| 2025-05-08 | internal/bytealg: optimize the function indexbyte using SIMD on loong64 | limeidan |
| 2025-05-08 | internal/testhash: move cryptotest.TestHash to shared package | Austin Clements |
| 2025-05-08 | runtime: schedule cleanups across multiple goroutines | Michael Anthony Knyszek |
| 2025-05-08 | pkgbits: consolidate doc.go to only relevant details | Mark Freeman |
| 2025-05-07 | runtime, testing/synctest: stop advancing time when main goroutine exits | Damien Neil |
| 2025-05-07 | internal/runtime/maps: make clear also erase tombstones | khr@golang.org |
| 2025-05-07 | cmd,runtime: enable race detector on loong64 | Guoqi Chen |
| 2025-05-06 | pkgbits: replace references to RelocKind with SectionKind | Mark Freeman |
| 2025-05-06 | pkgbits: alias RelocKind with a SectionKind type | Mark Freeman |
| 2025-05-06 | pkgbits: alias the Index type to clarify it is section relative | Mark Freeman |
| 2025-05-05 | pkgbits: improve documentation in reloc.go | Mark Freeman |
| 2025-05-05 | net,os: support converting between *os.File and net.Conn on Windows | qmuntal |
| 2025-05-02 | runtime: mark and scan small objects in whole spans [green tea] | Michael Anthony Knyszek |
| 2025-05-01 | os: fix Root.Mkdir permission bits on OpenBSD | Josh Rickmar |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-05-01 | internal/bytealg: deduplicate code between Count/CountString for riscv64 | Joel Sing |
| 2025-04-24 | runtime, internal/fuzz: add comparison tracing for libFuzzer on loong64 | limeidan |
| 2025-04-24 | os,internal/poll: disassociate handle from IOCP in File.Fd | qmuntal |
| 2025-04-23 | internal/goexperiment: add Green Tea GC goexperiment | Michael Anthony Knyszek |
| 2025-04-23 | runtime: move some malloc constants to internal/runtime/gc | Michael Anthony Knyszek |