| Age | Commit message (Expand) | Author |
| 2025-07-20 | internal/testenv: exclude GOMAXPROCS when building test programfix-runtime-test-GOMAXPROCS | Shulhan |
| 2025-07-15 | runtime/maps: fix typo in group.go comment (instrinsified -> intrinsified) | dyma solovei |
| 2025-07-08 | cmd/go: disable support for multiple vcs in one module | Roland Shoemaker |
| 2025-07-08 | internal: make struct comment match struct name | cuishuang |
| 2025-07-07 | internal/trace: only test for sync preemption if async preemption is off | Michael Anthony Knyszek |
| 2025-07-01 | internal/abi: fix comment on NonEmptyInterface | Keith Randall |
| 2025-06-30 | internal/goexperiment: fix godoc formatting | Olivier Mengué |
| 2025-06-30 | sync: disassociate WaitGroups from bubbles on Wait | Damien Neil |
| 2025-06-27 | runtime: account for missing frame pointer in preamble | Michael Anthony Knyszek |
| 2025-06-23 | internal/trace: improve gc-stress test | Michael Anthony Knyszek |
| 2025-06-16 | internal/reflectlite: fix comment about meaning of flag field | Keith Randall |
| 2025-06-16 | internal/trace: make Value follow reflect conventions | Michael Anthony Knyszek |
| 2025-06-12 | internal/trace: end test programs with SIGQUIT | Michael Anthony Knyszek |
| 2025-06-10 | os: disallow Root.Remove(".") on Plan 9, js, and Windows | Damien Neil |
| 2025-06-10 | testing/synctest, runtime: avoid panic when using linker-alloc WG from bubble | Damien Neil |
| 2025-06-10 | internal/trace: pass GOTRACEBACK=crash to testprogs | Michael Anthony Knyszek |
| 2025-06-09 | runtime: return a different bubble deadlock error when main goroutine is done | Damien Neil |
| 2025-06-04 | runtime: make bubbled timers more consistent with unbubbled | Damien Neil |
| 2025-06-02 | runtime: randomize order of timers at the same instant in bubbles | Damien Neil |
| 2025-05-30 | internal/trace: expose the go version read by the reader | Carlos Amedee |
| 2025-05-29 | internal/pkgbits: explain the rationale for reference tables | Mark Freeman |
| 2025-05-29 | internal/synctest: speed up TestWeak | Damien Neil |
| 2025-05-29 | runtime, internal/synctest, sync: associate WaitGroups with bubbles | Damien Neil |
| 2025-05-27 | runtime: define lock ranking between weak pointers and synctest | Damien Neil |
| 2025-05-21 | cmd/compile, unique: model data flow of non-string pointers | Cherry Mui |
| 2025-05-21 | runtime/trace: add the flight recorder | Carlos Amedee |
| 2025-05-21 | crypto,hash: add and implement hash.Cloner | Filippo Valsorda |
| 2025-05-21 | crypto/x509: use truncated SHA-256 for SubjectKeyId | Filippo Valsorda |
| 2025-05-21 | crypto/tls: disable SHA-1 signature algorithms in TLS 1.2 | Filippo Valsorda |
| 2025-05-21 | internal/cpu: add ARM64.HasSHA3 | Filippo Valsorda |
| 2025-05-21 | internal/pkgbits: mark element / section ends as delta encoding candidates | Mark Freeman |
| 2025-05-21 | internal/godebug,crypto/fips140: make fips140 setting immutable | Filippo Valsorda |
| 2025-05-21 | internal/trace: skip clock snapshot checks on Windows in stress mode | Michael Anthony Knyszek |
| 2025-05-21 | runtime: use cgroup CPU limit to set GOMAXPROCS | Michael Pratt |
| 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 |