| Age | Commit message (Expand) | Author |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2026-01-22 | cmd/compile: ensure ops have the expected argument widths | Keith Randall |
| 2026-01-22 | internal/runtime: remove math.Mul64 | Gavin Lam |
| 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-02 | simd/archsimd: make IsNaN unary | Cherry Mui |
| 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-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-11 | simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxN | 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-03 | [dev.simd] all: merge master (5945fc0) into dev.simd | David Chase |
| 2025-11-26 | cmd/compile: introduce alias analysis and automatically free non-aliased memo... | thepudds |
| 2025-11-26 | cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal | Alexander Musman |
| 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 | [dev.simd] all: merge master (8dd5b13) into dev.simd | Cherry Mui |
| 2025-11-21 | [dev.simd] cmd/compile, simd: update conversion API names | Junyang Shao |
| 2025-11-21 | cmd/compile/internal: 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 |
| 2025-11-20 | cmd/compile: stack allocate backing stores during append | khr@golang.org |
| 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-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-13 | [dev.simd] all: merge master (57362e9) into dev.simd | Cherry Mui |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 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-04 | cmd/compile: implement Avg64u, Hmul64, Hmul64u for wasm | Russ Cox |
| 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: implement bits.Mul64 on 32-bit systems | Russ Cox |
| 2025-10-27 | crypto/subtle,cmd/compile: add intrinsics for ConstantTimeSelect and *Eq | Jorropo |
| 2025-10-24 | [dev.simd] cmd/compile, simd: add SHA features | Junyang Shao |
| 2025-10-22 | [dev.simd] cmd/compile, simd: add definitions for VPTERNLOG[DQ] | David Chase |
| 2025-10-15 | cmd/compile: use block starting position for phi line number | Keith Randall |
| 2025-10-14 | [dev.simd] cmd/compile, simd: update DotProd to DotProduct | Junyang Shao |
| 2025-10-14 | [dev.simd] cmd/compile, simd: remove mask load and stores | Junyang Shao |
| 2025-10-10 | cmd/compile: repair bisection behavior for float-to-unsigned conversion | David Chase |
| 2025-10-09 | cmd/compile: call generated size-specialized malloc functions directly | Michael Matloob |
| 2025-10-09 | cmd/compile: modify float-to-[u]int so that amd64 and arm64 match | David Chase |