| Age | Commit message (Expand) | Author |
| 2025-09-26 | [dev.simd] cmd/compile: don't require single use for SIMD load/store folding | Cherry Mui |
| 2025-09-26 | [dev.simd] cmd/compile: remove unnecessary code from early simd prototype | Cherry Mui |
| 2025-09-26 | [dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fields | Junyang Shao |
| 2025-09-26 | [dev.simd] simd: generalize select-float32-from-pair | David Chase |
| 2025-09-26 | cmd/compile: fix ICE with new(<untyped expr>) | Cuong Manh Le |
| 2025-09-25 | [dev.simd] all: merge master (d70ad4e) into dev.simd | Cherry Mui |
| 2025-09-25 | [dev.simd] simd, cmd/compile: mark simd vectors uncomparable | Cherry Mui |
| 2025-09-25 | go/types: make typeset return an iterator | Alan Donovan |
| 2025-09-24 | cmd/compile: don't rely on loop info when there are irreducible loops | Keith Randall |
| 2025-09-23 | runtime: add specialized malloc functions for sizes up to 512 bytes | Michael Matloob |
| 2025-09-23 | [dev.simd] simd, cmd/compile: added simd methods for VSHUFP[DS] | David Chase |
| 2025-09-23 | cmd/compile/internal: support new(expr) | Alan Donovan |
| 2025-09-23 | cmd/compile: fix typo in comment | mohanson |
| 2025-09-23 | cmd/compile: prevent shapifying of pointer shape type | Cuong Manh Le |
| 2025-09-23 | go/types,types2: allow new(expr) | Alan Donovan |
| 2025-09-23 | [dev.simd] cmd/compile: improve slicemask removal | David Chase |
| 2025-09-23 | [dev.simd] cmd/compile: remove stores to unread parameters | Cherry Mui |
| 2025-09-23 | [dev.simd] all: merge master (9b2d39b) into dev.simd | Cherry Mui |
| 2025-09-22 | [dev.simd] cmd/compile: fix SIMD const rematerialization condition | Junyang Shao |
| 2025-09-22 | cmd/compile/internal/ssa: match style and formatting | Will Faught |
| 2025-09-20 | [dev.simd] cmd/compile: enhance prove to infer bounds in slice len/cap calcul... | David Chase |
| 2025-09-19 | cmd/compile: fix doc word | Will Faught |
| 2025-09-19 | [dev.simd] cmd/compile: spill the correct SIMD register for morestack | Cherry Mui |
| 2025-09-19 | [dev.simd] cmd/compile: enhance the chunked indexing case to include reslicing | David Chase |
| 2025-09-19 | cmd/compile: duplicate nil check to two branches of write barrier | Cherry Mui |
| 2025-09-18 | cmd/compile/internal/abi: use clear built-in | Kir Kolyshkin |
| 2025-09-18 | [dev.simd] cmd/compile: remove Add32x4 generic op | Cherry Mui |
| 2025-09-18 | [dev.simd] cmd/compile: widen index for simd intrinsics jumptable | David Chase |
| 2025-09-18 | [dev.simd] cmd/compile: optimize VPTEST for 2-operand cases | Junyang Shao |
| 2025-09-18 | [dev.simd] cmd/compile, simd: add VPTEST | Junyang Shao |
| 2025-09-18 | [dev.simd] cmd/compile: handle rematerialized op for incompatible reg constraint | Junyang Shao |
| 2025-09-18 | [dev.simd] cmd/compile, simd/_gen: add rewrite for const load ops | Junyang Shao |
| 2025-09-18 | [dev.simd] cmd/compile, simd/_gen: make rewrite rules consistent on CPU Features | Junyang Shao |
| 2025-09-17 | cmd/compile: fix the issue of shift amount exceeding the valid range | Xiaolin Zhao |
| 2025-09-16 | cmd/compile: fix mips zerorange implementation | Keith Randall |
| 2025-09-16 | [dev.simd] all: merge master (ca0e035) into dev.simd | Cherry Mui |
| 2025-09-16 | [dev.simd] cmd/compile: use the right type for spill slot | Cherry Mui |
| 2025-09-15 | all: replace strings.Split with strings.SplitSeq | 1911860538 |
| 2025-09-15 | cmd/compile: combine doubling with shift on riscv64 | Meng Zhuo |
| 2025-09-15 | [dev.simd] cmd/compile: fix holes in mask peepholes | Junyang Shao |
| 2025-09-15 | cmd/compile,cmd/gofmt: use reflect.TypeFor | apocelipes |
| 2025-09-12 | [dev.simd] cmd/compile, simd/_gen/simdgen: add const load mops | Junyang Shao |
| 2025-09-12 | [dev.simd] cmd/compile: peephole simd load | Junyang Shao |
| 2025-09-12 | cmd/compile: optimize abi.Type.GCData loads | Jake Bailey |
| 2025-09-12 | cmd/compile, reflect: further allow inlining of TypeFor | Jake Bailey |
| 2025-09-11 | [dev.simd] cmd/compile: add memop peephole rules | Junyang Shao |
| 2025-09-11 | [dev.simd] all: merge master (cf5e993) into dev.simd | Cherry Mui |
| 2025-09-11 | [dev.simd] simd/_gen/simdgen, cmd/compile: add memory op machine ops | Junyang Shao |
| 2025-09-10 | cmd/compile: when CSEing two values, prefer the statement marked one | Keith Randall |
| 2025-09-10 | types2: better documentation for resolve() | Mark Freeman |