| Age | Commit message (Expand) | Author |
| 2025-12-03 | [dev.simd] simd: make "best" instruction choice also depend on commutativity | David Chase |
| 2025-12-02 | cmd/compile: ensure bloop only kept alive addressable nodes | Cuong Manh Le |
| 2025-12-02 | cmd/compile: more generated equality function tests | khr@golang.org |
| 2025-12-01 | cmd/compile: run go generate for internal/ir | Lin Lin |
| 2025-11-28 | cmd/compile: avoid unnecessary interface conversion in bloop | Cuong Manh Le |
| 2025-11-26 | cmd/compile: introduce alias analysis and automatically free non-aliased memo... | thepudds |
| 2025-11-26 | go/types, types2: remove InvalidTypeCycle from literals.go | Mark Freeman |
| 2025-11-26 | go/types, types2: remove setDefType and most def plumbing | Mark Freeman |
| 2025-11-26 | go/types, types2: replace setDefType with pending type check | Mark Freeman |
| 2025-11-26 | go/types: relax NewSignatureType for append(slice, str...) | Alan Donovan |
| 2025-11-26 | cmd/compile: fix bloop get name logic | Junyang Shao |
| 2025-11-26 | cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd | Cherry Mui |
| 2025-11-26 | cmd/compile: handle loops better during stack allocation of slices | Keith Randall |
| 2025-11-26 | go/types, types2: improve printing of []*operand lists (debugging support) | Robert Griesemer |
| 2025-11-26 | cmd/compile: add tests bruteforcing limit complement | Jorropo |
| 2025-11-26 | cmd/compile: add tests bruteforcing limit negation and improve limit addition | Jorropo |
| 2025-11-26 | cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal | Alexander Musman |
| 2025-11-26 | cmd/compile: adjust start heap size | David Chase |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add float -> float conversions | Junyang Shao |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add int -> fp conversions | Junyang Shao |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add float -> int conversions | Junyang Shao |
| 2025-11-24 | runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks | David Finkel |
| 2025-11-24 | cmd/compile: add cases for StringLen to prove | David Chase |
| 2025-11-24 | [dev.simd] all: merge master (e704b09) into dev.simd | Cherry Mui |
| 2025-11-24 | go/types, types2: shorten object map assertion | Mark Freeman |
| 2025-11-24 | [dev.simd] all: merge master (02d1f3a) into dev.simd | Cherry Mui |
| 2025-11-24 | cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390x | 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-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/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 | [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 | [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 | [dev.simd] all: merge master (ca37d24) into dev.simd | Cherry Mui |