| Age | Commit message (Expand) | Author |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2026-01-29 | cmd/compile: make prove use non-equality in subtraction for a stronger bound | Jonah Uellenberg |
| 2026-01-28 | cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature | Junyang Shao |
| 2026-01-28 | cmd/compile: (loong64) optimize float32(abs|sqrt64(float64(x))) | Xiaolin Zhao |
| 2026-01-28 | cmd/compile: remove the NORconst op on mips{,64} | Xiaolin Zhao |
| 2026-01-27 | cmd/compile, runtime: avoid improper control transfer instruction hints on ri... | wangboyao |
| 2026-01-23 | cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits values | Jorropo |
| 2026-01-23 | cmd/compile: cleanup noLimit in prove | Jorropo |
| 2026-01-23 | cmd/compile: improve PopCount's limits modeling and add bruteforce tests | Jorropo |
| 2026-01-23 | cmd/compile: add limits bruteforce tests for bitlen | Jorropo |
| 2026-01-23 | cmd/compile: improve Ctz's limits modeling and add bruteforce tests | Jorropo |
| 2026-01-23 | cmd/compile: cleanup isUnsignedPowerOfTwo | Jorropo |
| 2026-01-23 | cmd/compile: avoid extending when already sufficiently shifted on loong64 | Xiaolin Zhao |
| 2026-01-22 | cmd/compile: ensure ops have the expected argument widths | Keith Randall |
| 2026-01-22 | cmd/compile: optimize small constant-sized MemEq | Alexander Musman |
| 2026-01-22 | cmd/compile: allow Bswap{64,32,16} on loong64 | Guoqi Chen |
| 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-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-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-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: 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-11-26 | cmd/compile: introduce alias analysis and automatically free non-aliased memo... | thepudds |
| 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-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 | cmd/compile: add cases for StringLen to prove | David Chase |
| 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: add register ABI information for s390x | Srinivas Pokala |
| 2025-11-24 | [dev.simd] all: merge master (8dd5b13) into dev.simd | Cherry Mui |