| Age | Commit message (Expand) | Author |
| 2025-11-19 | go/types, types2: fix object path for grouped declaration statements | Mark Freeman |
| 2025-11-19 | cmd/compile: fix control flow for unsigned divisions proof relations | Jorropo |
| 2025-11-19 | cmd/compile: cleanup useless if statement in prove | Jorropo |
| 2025-11-18 | cmd/compile: prefer fixed registers for values | Keith Randall |
| 2025-11-18 | cmd/compile: fold boolean NOT into branches | Keith Randall |
| 2025-11-18 | [dev.simd] cmd/compile, simd: change DotProductQuadruple and add peepholes | Junyang Shao |
| 2025-11-18 | cmd/link: align sections, not symbols after DWARF compress | Cherry Mui |
| 2025-11-18 | [dev.simd] cmd/compile, simd: change SHA ops names and types | Junyang Shao |
| 2025-11-18 | cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri... | Joel Sing |
| 2025-11-17 | cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru... | Joel Sing |
| 2025-11-17 | cmd/compile: use 32x32->64 multiplies on arm64 | Keith Randall |
| 2025-11-17 | [dev.simd] cmd/compile, simd: change AES op names and add missing size | Junyang Shao |
| 2025-11-17 | [dev.simd] cmd/compile, simd: add VPALIGNR | Junyang Shao |
| 2025-11-17 | [dev.simd] cmd/compile: fix unstable output | Junyang Shao |
| 2025-11-17 | cmd/compile: teach prove about subtract idioms | Keith Randall |
| 2025-11-17 | cmd/compile: clean up prove pass | Keith Randall |
| 2025-11-14 | cmd: update x/tools to 59ff18c | Alan Donovan |
| 2025-11-14 | cmd/go: tests: rename git-min-vers->git-sha256 | David Finkel |
| 2025-11-14 | std: fix printf("%q", int) mistakes | Alan Donovan |
| 2025-11-14 | runtime: add runtime.freegc to reduce GC work | thepudds |
| 2025-11-14 | cmd/compile: allow multi-field structs to be stored directly in interfaces | Keith Randall |
| 2025-11-14 | doc, cmd/internal/obj/riscv: document the riscv64 assembler | Mark Ryan |
| 2025-11-14 | cmd/compile/internal: remove incorrect riscv64 SLTI rule | Mark Ryan |
| 2025-11-14 | cmd/compile: fold negation into multiplication | Meng Zhuo |
| 2025-11-14 | cmd/compile: optimize comparisons with single bit difference | Michael Munday |
| 2025-11-14 | cmd/compile: remove unnecessary casts and types from riscv64 rules | Michael Munday |
| 2025-11-14 | go/types, types2: swap object.color for Checker.objPathIdx | Mark Freeman |
| 2025-11-14 | cmd/link/internal/ld: make runtime.buildVersion with experiments valid | matloob@golang.org |
| 2025-11-13 | cmd/trace: annotation proc start/stop with thread and proc always | Michael Anthony Knyszek |
| 2025-11-13 | [dev.simd] all: merge master (57362e9) into dev.simd | Cherry Mui |
| 2025-11-13 | cmd/go: fix flaky TestScript/mod_get_direct | Russ Cox |
| 2025-11-13 | go/types, types2: rename definedType to declaredType and clarify docs | Mark Freeman |
| 2025-11-13 | go/types, types2: check for direct cycles as a separate phase | Robert Griesemer |
| 2025-11-13 | cmd/go/internal/modfetch: consolidate global vars | Ian Alexander |
| 2025-11-13 | cmd/go/internal/modfetch/codehost: fix flaky TestReadZip | Russ Cox |
| 2025-11-13 | cmd/asm,cmd/internal/obj/riscv: add support for riscv compressed instructions | Joel Sing |
| 2025-11-13 | cmd/internal/obj/riscv: implement better bit pattern encoding | Joel Sing |
| 2025-11-12 | cmd/internal/obj/loong64: add {,X}VS{ADD,SUB}.{B/H/W/V}{,U} instructions support | Guoqi Chen |
| 2025-11-12 | cmd/go: keep objects alive while stopping cleanups | Michael Anthony Knyszek |
| 2025-11-12 | cmd/compile: don't clear ptrmask in fillptrmask | Ian Lance Taylor |
| 2025-11-12 | cmd/compile: use FCLASSD for subnormal checks on riscv64 | Michael Munday |
| 2025-11-12 | cmd/compile: optimize liveness in stackalloc | Daniel Morsing |
| 2025-11-12 | cmd/link: change shdr and phdr from arrays to slices | Ian Lance Taylor |
| 2025-11-12 | cmd/go: clarify the -o testflag is only for copying the binary | Sean Liao |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-11 | [dev.simd] cmd/compile: add masked merging ops and optimizations | Junyang Shao |
| 2025-11-11 | cmd/go: implement accurate pseudo-versions for Mercurial | Russ Cox |
| 2025-11-11 | cmd/go/internal/vcweb: cache hg servers | Russ Cox |
| 2025-11-11 | cmd/go: implement -reuse for Mercurial repos | Russ Cox |
| 2025-11-10 | go/types, types2: first argument to append must never be be nil | Robert Griesemer |