| Age | Commit message (Expand) | Author |
| 2025-11-24 | cmd/internal/obj: set morestack arg spilling and regabi prologue on | Srinivas Pokala |
| 2025-11-24 | cmd/compile: update s390x CALL* ops | Srinivas Pokala |
| 2025-11-24 | cmd/compile/internal/s390x: add initial spill support | Srinivas Pokala |
| 2025-11-24 | cmd/compile/internal: add register ABI information for s390x | Srinivas Pokala |
| 2025-11-24 | cmd/compile: document register-based ABI for s390x | Srinivas Pokala |
| 2025-11-24 | [dev.simd] all: merge master (8dd5b13) into dev.simd | Cherry Mui |
| 2025-11-24 | Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels" | Cherry Mui |
| 2025-11-24 | cmd/compile: relax stmtline_test on amd64 | David Chase |
| 2025-11-23 | cmd/compile: use 32x32->64 multiplies on loong64 | Xiaolin Zhao |
| 2025-11-23 | cmd/internal/obj/loong64: optimize duplicate optab entries | Xiaolin Zhao |
| 2025-11-23 | cmd/internal/obj/arm64, image/gif, runtime, sort: use math/bits to calculate ... | Axel Wagner |
| 2025-11-22 | cmd/go: update default go directive in mod or work init | Ian Alexander |
| 2025-11-21 | cmd/internal/obj/riscv: improve large branch/call/jump tests | Joel Sing |
| 2025-11-21 | cmd/go: support sha1 repos when git default is sha256 | David Finkel |
| 2025-11-21 | [dev.simd] internal/runtime/gc: add simd package based greentea kernels | Junyang Shao |
| 2025-11-21 | cmd/compile: change testing.B.Loop keep alive semantic | Junyang Shao |
| 2025-11-21 | cmd/compile: simplify negative on multiplication | Meng Zhuo |
| 2025-11-21 | cmd/cgo: strip top-level const qualifier from argument frame struct | Ian Lance Taylor |
| 2025-11-21 | cmd/compile: rewrite Rsh to RshU if arguments are proved positive | Jorropo |
| 2025-11-21 | cmd/compile: propagate unsigned relations for Rsh if arguments are positive | Jorropo |
| 2025-11-21 | cmd/compile: make dse track multiple shadowed ranges | Jakub Ciolek |
| 2025-11-21 | cmd/compile/internal/ssa: correct type of ARM64 conditional instructions | Ch1n-ch1nless |
| 2025-11-21 | [dev.simd] cmd/compile, simd: update conversion API names | Junyang Shao |
| 2025-11-21 | cmd/internal/objabi: remove -V=goexperiment internal special case | Dmitri Shuralyov |
| 2025-11-21 | [dev.simd] cmd/compile: fix incorrect mapping of SHA256MSG2128 | Neal Patel |
| 2025-11-21 | cmd/compile: fix integer overflow in prove pass | Jakub Ciolek |
| 2025-11-21 | cmd/compile/internal: fix typos | Jes Cok |
| 2025-11-21 | cmd/compile/internal/devirtualize: fix typos | Jes Cok |
| 2025-11-20 | cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocs | WANG Xuerui |
| 2025-11-20 | [dev.simd] simd, cmd/compile: add more element types for Select128FromPair | David Chase |
| 2025-11-20 | [dev.simd] simd: fix signatures for PermuteConstant* methods | David Chase |
| 2025-11-20 | cmd/internal/obj/loong64: add {,X}VSLT.{B/H/W/V}{,U} instructions support | Guoqi Chen |
| 2025-11-20 | cmd/vendor: update to x/tools@68724af | Alan Donovan |
| 2025-11-20 | [dev.simd] all: merge master (ca37d24) into dev.simd | Cherry Mui |
| 2025-11-20 | cmd/internal/obj/x86: handle global reference in From3 in dynlink mode | Cherry Mui |
| 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 | cmd/internal/obj/loong64: add MULW.D.W[U] instructions | Xiaolin Zhao |
| 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 |