| Age | Commit message (Expand) | Author |
| 2025-06-02 | cmd/compile/internal/noder: fill in SectionName | Mark Freeman |
| 2025-06-02 | testing: add Output method to TB | Mateusz Poliwczak |
| 2025-06-02 | slices,sort: explicitly discard results in benchmarks | Alan Donovan |
| 2025-05-30 | internal/trace: expose the go version read by the reader | Carlos Amedee |
| 2025-05-30 | cmd/distpack: add test case for pack tool being excluded | Michael Matloob |
| 2025-05-30 | cmd/distpack: don't keep the pack tool | Michael Matloob |
| 2025-05-30 | runtime: set HeapGoal to zero when the GC is disabled | Carlos Amedee |
| 2025-05-30 | testing, testing/synctest: report correct duration after panics | Damien Neil |
| 2025-05-30 | os: add implementation of fs.ReadLinkFS to *rootFS | Roxy Light |
| 2025-05-29 | cmd/compile/internal/noder: rename RelIndex to match codebase | Mark Freeman |
| 2025-05-29 | cmd/compile: update default PGO profile | Cherry Mui |
| 2025-05-29 | cmd/internal/obj/s390x: fix potential recursive String call | Michael Anthony Knyszek |
| 2025-05-29 | runtime, testing/synctest: breaking bubble isolation with Cond is fatal | Damien Neil |
| 2025-05-29 | testing, testing/synctest: write bubble errors to parent test log | Damien Neil |
| 2025-05-29 | internal/pkgbits: explain the rationale for reference tables | Mark Freeman |
| 2025-05-29 | slices: document and test nilness behavior of all functions | Alan Donovan |
| 2025-05-29 | runtime: add vgetrandom lock rank | Michael Pratt |
| 2025-05-29 | runtime: guarantee no GOMAXPROCS update syscalls after GOMAXPROCS call | Michael Pratt |
| 2025-05-29 | doc/next: delete | Gopher Robot |
| 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-29 | runtime: increment updatemaxprocs metric only when disabled | Michael Pratt |
| 2025-05-29 | go/doc: NewFromFiles: fix panic on Files with SkipObjectResolution | Alan Donovan |
| 2025-05-29 | api: promote next to go1.25 | Gopher Robot |
| 2025-05-28 | cmd/compile: do nil check before calling duff functions, on arm64 and amd64 | Keith Randall |
| 2025-05-28 | runtime: rename updateGOMAXPROCS to updateMaxProcsG | Michael Pratt |
| 2025-05-28 | doc/next: add release note for riscv64 plugin build mode | Michael Anthony Knyszek |
| 2025-05-28 | go/types, types2: dump position stack for non-bailout panics | Mark Freeman |
| 2025-05-28 | cmd/link: allow linkname reference to a TEXT symbol regardless of size | Cherry Mui |
| 2025-05-28 | doc/next: tweak runtime release notes | Michael Anthony Knyszek |
| 2025-05-28 | lib/time: update to 2025b/2025b | Dmitri Shuralyov |
| 2025-05-27 | os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only | Damien Neil |
| 2025-05-27 | runtime, testing/synctest: verify cleanups/finalizers run outside bubbles | Damien Neil |
| 2025-05-27 | runtime: define lock ranking between weak pointers and synctest | Damien Neil |
| 2025-05-27 | cmd/compile/internal/walk: use original type for composite literals in addrTemp | thepudds |
| 2025-05-27 | runtime/trace: add a trace validation test for different trace orders | Carlos Amedee |
| 2025-05-27 | cmd/go: fix get with the new 'work' pattern | Michael Matloob |
| 2025-05-27 | log/slog: fix longtests with empty source | Sean Liao |
| 2025-05-27 | doc/next: add small header to TODO | David Chase |
| 2025-05-27 | go/token: benchmark FileSet.{Position,AddExistingFiles} | Alan Donovan |
| 2025-05-27 | go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles | Alan Donovan |
| 2025-05-27 | runtime: skip nil Ps in allp during cleanup flush | Michael Pratt |
| 2025-05-27 | crypto/tls: enable signature algorithm BoGo tests (and fix two bugs) | Filippo Valsorda |
| 2025-05-27 | errors: add joinError Unwrap example | jiahua wang |
| 2025-05-27 | io/fs: add examples for Glob,ReadFile and ValidPath | cuishuang |
| 2025-05-24 | log/slog: make TextHandler discard empty Source | Antonio Pitasi |
| 2025-05-24 | testing/synctest: correct duration in doc example | Sean Liao |
| 2025-05-24 | hash: mention the new Cloner interface in Hash docs. | Mateusz Poliwczak |
| 2025-05-23 | crypto/tls: signature_algorithms in CertificateRequest can't be empty | Filippo Valsorda |
| 2025-05-23 | net: use runtime.AddCleanup instead of runtime.SetFinalizer | Carlos Amedee |