| Age | Commit message (Expand) | Author |
| 2025-11-20 | spec: adjust rule for type parameter on RHS of alias declaration | Robert Griesemer |
| 2025-11-20 | cmd/compile: stack allocate backing stores during append | khr@golang.org |
| 2025-11-19 | cmd/compile: Implement LoweredZeroLoop with LSX Instruction on loong64 | Guoqi Chen |
| 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 | [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/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 | std: fix printf("%q", int) mistakes | Alan Donovan |
| 2025-11-14 | cmd/compile: allow multi-field structs to be stored directly in interfaces | Keith Randall |
| 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-13 | [dev.simd] all: merge master (57362e9) into dev.simd | Cherry Mui |
| 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-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-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-10 | go/types, types2: first argument to append must never be be nil | Robert Griesemer |
| 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-06 | Revert "runtime: remove the pc field of _defer struct" | Keith Randall |
| 2025-11-05 | cmd/compile: fix error message on loong64 | Guoqi Chen |
| 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/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 | 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-10-30 | cmd/compile/internal/ssa: model right shift more precisely | Russ Cox |
| 2025-10-30 | cmd/compile: implement bits.Mul64 on 32-bit systems | Russ Cox |
| 2025-10-29 | go/types, types: proceed with correct (invalid) type in case of a selector error | Robert Griesemer |
| 2025-10-29 | cmd/compile: make prove understand div, mod better | Russ Cox |
| 2025-10-29 | [dev.simd] cmd/compile: enhance inlining for closure-of-SIMD | David Chase |
| 2025-10-29 | runtime: use internal/strconv | Russ Cox |