| Age | Commit message (Expand) | Author |
| 2025-05-08 | cmd/internal/obj/riscv: reject invalid vadc/vsbc encodings | Mark Ryan |
| 2025-05-08 | cmd/internal/obj/riscv: fix LMUL encoding for MF2 and MF8 | Mark Ryan |
| 2025-05-07 | cmd/internal/obj/loong64: add [X]VFRINT[{RNE/RZ/RP/RM}].{S/D} instructions | Xiaolin Zhao |
| 2025-05-07 | cmd/compile/internal/test: verify inlining for mutex fast paths | Rhys Hiltner |
| 2025-05-07 | runtime: fix tag pointers on aix, take 2 | Keith Randall |
| 2025-05-07 | runtime: use "bubble" terminology for synctest | Damien Neil |
| 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 | runtime: remove GODEBUG=runtimecontentionstacks | Rhys Hiltner |
| 2025-05-07 | runtime: verify attribution of mutex delay | Rhys Hiltner |
| 2025-05-07 | runtime: blame unlocker for mutex delay | Rhys Hiltner |
| 2025-05-07 | cmd,runtime: enable race detector on loong64 | Guoqi Chen |
| 2025-05-07 | runtime: print stack traces for bubbled goroutines on synctest deadlock | Damien Neil |
| 2025-05-07 | runtime: improve Error documentation | Michael Pratt |
| 2025-05-07 | crypto/tls: use runtime.AddCleanup instead of runtime.SetFinalizer | Carlos Amedee |
| 2025-05-06 | cmd/go/internal: make function comment match function name | cuishuang |
| 2025-05-06 | unique: use a bespoke canonicalization map and runtime.AddCleanup | Michael Anthony Knyszek |
| 2025-05-06 | pkgbits: replace references to RelocKind with SectionKind | Mark Freeman |
| 2025-05-06 | runtime: replace mentions of "raised" with "panicked" | Mark Freeman |
| 2025-05-06 | os: avoid escape from Root via paths ending in ../ | Damien Neil |
| 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-06 | go/types, types2: set up recording of positions for declarations | Mark Freeman |
| 2025-05-06 | log/slog: export Source method in Record for custom handler support | Ernesto Alejandro Santana Hidalgo |
| 2025-05-05 | bytes, strings: reduce Split{,After}Seq heap allocations | tdakkota |
| 2025-05-05 | pkgbits: improve documentation in reloc.go | Mark Freeman |
| 2025-05-05 | Revert "cmd/compile: allow all of the preamble to be preemptible" | Keith Randall |
| 2025-05-05 | cmd/compile: on amd64, use flag result of x instead of doing (TEST x x) | khr@golang.org |
| 2025-05-05 | go/parser: use non-adjusted position while parsing CommentGroups | Mateusz Poliwczak |
| 2025-05-05 | net,os: support converting between *os.File and net.Conn on Windows | qmuntal |
| 2025-05-04 | go/types: fix typo in Info.Types doc comment | Russ Cox |
| 2025-05-02 | runtime: clear frame pointer in morestack | Michael Pratt |
| 2025-05-02 | runtime: don't restore from g0.sched in systemstack on arm64 | Michael Pratt |
| 2025-05-02 | runtime: clear frame pointer in mcall | Michael Pratt |
| 2025-05-02 | cmd/go/internal/vcs: include Subversion VCS build information | Stefan Schlosser |
| 2025-05-02 | runtime: mark and scan small objects in whole spans [green tea] | Michael Anthony Knyszek |
| 2025-05-02 | cmd/api: skip 3 non-TestCheck tests in -check mode | Dmitri Shuralyov |
| 2025-05-02 | cmd/internal/obj/riscv: add support for vector permutation instructions | Joel Sing |
| 2025-05-02 | cmd/internal/obj/riscv: add support for vector mask instructions | Joel Sing |
| 2025-05-02 | cmd/internal/obj/riscv: add support for vector reduction instructions | Joel Sing |
| 2025-05-01 | os: fix Root.Mkdir permission bits on OpenBSD | Josh Rickmar |
| 2025-05-01 | sync: WaitGroup.Go: document that f must not panic | Alan Donovan |
| 2025-05-01 | cmd/compile: improve multiplication strength reduction | Keith Randall |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-05-01 | cmd/compile: intrinsify math/bits.Bswap on riscv64 | Joel Sing |
| 2025-05-01 | internal/bytealg: deduplicate code between Count/CountString for riscv64 | Joel Sing |
| 2025-05-01 | cmd/internal/obj/riscv: add support for vector floating-point instructions | Joel Sing |
| 2025-05-01 | math/big: fix incorrect register allocation for mipsx/mips64x | Julian Zhu |
| 2025-04-30 | cmd/dist: move "devel" substring in git-inferred development version | Dmitri Shuralyov |
| 2025-04-30 | cmd/link: fix cgo on riscv64 when building with gcc-15 | Mark Ryan |