| Age | Commit message (Expand) | Author |
| 2026-02-26 | [release-branch.go1.26] cmd/compile: ensure StructMake/ArrayMake1 of direct i... | Keith Randall |
| 2026-02-26 | [release-branch.go1.26] cmd/compile: pointer-shaped types are SSAable even if... | Keith Randall |
| 2026-02-25 | [release-branch.go1.26] cmd/compile: avoid folding 64-bit integers into 32-bi... | Youlin Feng |
| 2026-02-25 | [release-branch.go1.26] cmd/compile: fix mis-compilation for static array ini... | Cuong Manh Le |
| 2026-02-25 | [release-branch.go1.26] cmd/compile: don't drop same register twice | khr@golang.org |
| 2026-02-25 | [release-branch.go1.26] cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-... | Rongrong |
| 2026-01-30 | [release-branch.go1.26] cmd/compile/internal/bloop: avoid extraneous heap all... | thepudds |
| 2026-01-28 | [release-branch.go1.26] cmd/compile, simd: capture VAES instructions and fix ... | Junyang Shao |
| 2026-01-20 | cmd/compile/internal/staticinit: fix bug in global new(expr) | Alan Donovan |
| 2026-01-15 | go/types,cmd/compile/internal/types2: better diagnostic for type shadowing | Alan Donovan |
| 2026-01-13 | simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512 | Austin Clements |
| 2026-01-13 | runtime: rename mallocTiny* to mallocgcTinySize* | Michael Matloob |
| 2026-01-13 | all: fix misspellings in comments | cuishuang |
| 2026-01-08 | simd/archsimd: rename Broadcast methods | Cherry Mui |
| 2026-01-05 | simd/archsimd: use V(P)MOVMSK for mask ToBits if possible | Cherry Mui |
| 2026-01-02 | cmd/compile: optimize SIMD IsNaN.Or(IsNaN) | Cherry Mui |
| 2026-01-02 | simd/archsimd: make IsNaN unary | Cherry Mui |
| 2025-12-30 | cmd/compile: disable inlining for functions using runtime.deferrangefunc | zuojunwei.1024 |
| 2025-12-29 | simd/archsimd: remove redundant suffix of ExtendLo operations | Cherry Mui |
| 2025-12-24 | simd/archsimd: fix "go generate" command | Cherry Mui |
| 2025-12-23 | cmd/compile: handle propagating an out-of-range jump table index | Cuong Manh Le |
| 2025-12-22 | simd/archsimd: correct documentation for pairwise operations | Cherry Mui |
| 2025-12-19 | simd/archsimd: delete DotProductQuadruple methods for now | Cherry Mui |
| 2025-12-19 | simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and... | Cherry Mui |
| 2025-12-19 | simd/archsimd: correct type and instruction for SaturateToUint8 | Cherry Mui |
| 2025-12-16 | cmd/compile: use unsigned constant when folding loads for SIMD ops with const... | Cherry Mui |
| 2025-12-11 | go/types, types2: remove indirection of Named.finite | Mark Freeman |
| 2025-12-11 | simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxN | Cherry Mui |
| 2025-12-11 | go/types, types2: put Named.finite behind Named.mu | Mark Freeman |
| 2025-12-09 | cmd: fix some issues in the comments | cuishuang |
| 2025-12-09 | go/types, types2: add check for finite size at value observance | Mark Freeman |
| 2025-12-08 | [dev.simd] all: merge master (a33bbf1) into dev.simd | Cherry Mui |
| 2025-12-08 | [dev.simd] cmd/compile: zero only low 128-bit of X15 | Cherry Mui |
| 2025-12-08 | [dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd" | David Chase |
| 2025-12-08 | [dev.simd] simd: add carryless multiply | David Chase |
| 2025-12-05 | cmd/compile: fix mis-infer bounds in slice len/cap calculations | Cuong Manh Le |
| 2025-12-04 | cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsigneds | Jorropo |
| 2025-12-03 | [dev.simd] all: merge master (5945fc0) into dev.simd | David Chase |
| 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 |