| Age | Commit message (Expand) | Author |
| 2025-11-10 | [dev.simd] cmd/compile: add peepholes for all masked ops and bug fixes | Junyang Shao |
| 2025-11-10 | [dev.simd] simd, cmd/compile: remove move from API | Junyang Shao |
| 2025-11-10 | cmd/go: remove redundant AVX regex in security flag checks | mohanson |
| 2025-11-10 | cmd/internal/obj/arm64: shorten constant integer loads | Keith Randall |
| 2025-11-08 | cmd/go: update goSum if necessary | Ian Alexander |
| 2025-11-08 | cmd/go: output missing GoDebug entries | Ian Alexander |
| 2025-11-07 | cmd/go: rewrite hgrepo1 test repo to be deterministic | Russ Cox |
| 2025-11-07 | cmd/go: copy git reuse and support repos to hg | Russ Cox |
| 2025-11-07 | cmd/go: improve TestScript/reuse_git | Russ Cox |
| 2025-11-07 | cmd/link: clean up some comments to Go standards | Ian Lance Taylor |
| 2025-11-07 | runtime/cgo: improve error messages after pointer panic | Ariel Otilibili |
| 2025-11-06 | cmd/link: move pclntab out of relro section | Ian Lance Taylor |
| 2025-11-06 | Revert "runtime: remove the pc field of _defer struct" | Keith Randall |
| 2025-11-05 | cmd/internal/obj/loong64: add {,X}VSHUF.{B/H/W/V} instructions support | Guoqi Chen |
| 2025-11-05 | cmd/internal/obj/loong64: add {,X}VEXTRINS.{B,H,W,V} instruction support | Guoqi Chen |
| 2025-11-05 | cmd/compile: fix error message on loong64 | Guoqi Chen |
| 2025-11-05 | cmd/link: support weak binding on darwin | qmuntal |
| 2025-11-05 | cmd/go: use go.dev instead of golang.org in flag errors | Russ Cox |
| 2025-11-05 | cmd/go: fix TestScript/govcs | Russ Cox |
| 2025-11-05 | cmd/go: silence TLS handshake errors during test | Russ Cox |
| 2025-11-05 | cmd/go: fix TestCgoPkgConfig on darwin with pkg-config installed | Russ Cox |
| 2025-11-05 | cmd/go: fix TestScript/vet_flags | Russ Cox |
| 2025-11-05 | cmd/go: fix TestScript/tool_build_as_needed | Russ Cox |
| 2025-11-05 | cmd/cgo: skip escape checks if call site has no argument | Ariel Otilibili |
| 2025-11-04 | cmd/link, runtime: don't store text start in pcHeader | Ian Lance Taylor |
| 2025-11-04 | cmd/link: don't generate .gosymtab section | Ian Lance Taylor |
| 2025-11-04 | cmd/link: add and use new SymKind SFirstUnallocated | Ian Lance Taylor |
| 2025-11-04 | cmd/link: remove misleading comment | Ian Lance Taylor |
| 2025-11-04 | cmd/link: remove unused SFILEPATH symbol kind | Ian Lance Taylor |
| 2025-11-04 | cmd/link: add comments for SymKind values | Ian Lance Taylor |
| 2025-11-04 | cmd/compile: faster liveness analysis in regalloc | Daniel Morsing |
| 2025-11-04 | cmd/compile/internal/ssa: simplify riscv64 FCLASSD rewrite rules | Michael Munday |
| 2025-11-04 | cmd/compile/internal/ssa: more aggressive on dead auto elim | Youlin Feng |
| 2025-11-04 | cmd/cgo: drop pre-1.18 support | Ian Lance Taylor |
| 2025-11-04 | cmd/compile: implement Avg64u, Hmul64, Hmul64u for wasm | Russ Cox |
| 2025-11-04 | [dev.simd] simd/_gen: fix sorting ops slices | Alexander Musman |
| 2025-11-03 | cmd/internal/obj/loong64: using {xv,v}slli.d to perform copying between vecto... | Guoqi Chen |
| 2025-11-03 | cmd/internal/obj/loong64: add VPERMI.W, XVPERMI.{W,V,Q} instruction support | Guoqi Chen |
| 2025-11-03 | cmd/cgo: use the export'ed file/line in error messages | Ariel Otilibili |
| 2025-11-03 | cmd/go: link to go.dev/doc/godebug for removed GODEBUG settings | Mateusz Poliwczak |
| 2025-11-03 | cmd/internal/obj: support arm64 FMOVQ large offset encoding | Alexander Musman |
| 2025-11-03 | cmd/go/testdata/script: loosen list_empty_importpath for freebsd | matloob@golang.org |
| 2025-11-03 | cmd/go: move functions to methods | Ian Alexander |
| 2025-11-03 | cmd/go: eliminate additional global variable | Ian Alexander |
| 2025-11-03 | cmd/go/internal/telemetrystats: count cgo usage | qmuntal |
| 2025-11-03 | all: remove extra space in the comments | cuishuang |
| 2025-11-03 | runtime: remove the pc field of _defer struct | Youlin Feng |
| 2025-11-03 | crypto/internal/constanttime: expose intrinsics to the FIPS 140-3 packages | Filippo Valsorda |
| 2025-11-02 | cmd/go: skip git sha256 tests if git < 2.29 | David Finkel |
| 2025-10-31 | cmd/go: document purego convention | Sean Liao |