| Age | Commit message (Expand) | Author |
| 2025-08-10 | cmd/compile/internal/ssa: optimise more branches with SGTconst/SGTUconst on l... | Xiaolin Zhao |
| 2025-08-08 | cmd/compile/internal/staticinit: remove deadcode | Cuong Manh Le |
| 2025-08-07 | cmd/compile/internal/ssa: fix typo in LOONG64Ops.go comment | Xiaolin Zhao |
| 2025-08-07 | [dev.simd] cmd/compile, simd: API interface fixes | Junyang Shao |
| 2025-08-07 | [dev.simd] cmd/compile, simd: add value conversion ToBits for mask | Junyang Shao |
| 2025-08-06 | [dev.simd] cmd/compile, simd: add Expand | Junyang Shao |
| 2025-08-06 | [dev.simd] cmd/compile, simd: (Set|Get)(Lo|Hi) | Junyang Shao |
| 2025-08-06 | cmd/compile: make panicBounds stack frame smaller on ppc64 | Keith Randall |
| 2025-08-06 | go/types, types2: flip on position tracing | Mark Freeman |
| 2025-08-06 | cmd/compile: allow more args in StructMake folding rule | Keith Randall |
| 2025-08-05 | cmd/compile: fold negation into multiplication on loong64 | Xiaolin Zhao |
| 2025-08-05 | [dev.simd] simd, cmd/compile: generated files to add 'blend' and 'blendMasked' | David Chase |
| 2025-08-05 | cmd/compile: allow StructSelect [x] of interface data fields for x>0 | Keith Randall |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-08-05 | cmd/compile: allow multi-field structs to be stored directly in interfaces | Keith Randall |
| 2025-08-05 | cmd/compile: remove support for old-style bounds check calls | Keith Randall |
| 2025-08-05 | cmd/compile: move ppc64 over to new bounds check strategy | Keith Randall |
| 2025-08-05 | cmd/compile/internal/ssa: Use transitive properties for len/cap | Daniel Morsing |
| 2025-08-05 | cmd/compile: remove isUintXPowerOfTwo functions | Cuong Manh Le |
| 2025-08-05 | [dev.simd] cmd/compile: add ShiftAll immediate variant | Junyang Shao |
| 2025-08-05 | cmd/compile: simplify isUintXPowerOfTwo implementation | Cuong Manh Le |
| 2025-08-05 | cmd/compile: make isUint{32,64}PowerOfTwo implementations clearer | Cuong Manh Le |
| 2025-08-05 | cmd/compile, runtime: add checkptr instrumentation for unsafe.Add | Cuong Manh Le |
| 2025-08-05 | cmd/compile: optimise float <-> int register moves on riscv64 | Michael Munday |
| 2025-08-04 | [dev.simd] all: merge master (7a1679d) into dev.simd | Cherry Mui |
| 2025-08-04 | [dev.simd] simd, cmd/compile: rename some methods | David Chase |
| 2025-08-04 | [dev.simd] cmd/compile, simd: make bitwise logic ops available to all u?int v... | Junyang Shao |
| 2025-08-04 | cmd/compile: move s390x over to new bounds check strategy | Keith Randall |
| 2025-08-04 | cmd/compile: move riscv64 over to new bounds check strategy | Keith Randall |
| 2025-08-04 | [dev.simd] cmd/compile, simd: change PairDotProdAccumulate to AddDotProd | Junyang Shao |
| 2025-08-04 | [dev.simd] cmd/compile, simd: change Shift*AndFillUpperFrom to Shift*Concat | Junyang Shao |
| 2025-08-03 | cmd/compile/internal/test: fix typo in comments | Xiaolin Zhao |
| 2025-08-01 | [dev.simd] cmd/compile: generated code for K-mask-register slice load/stores | David Chase |
| 2025-08-01 | [dev.simd] cmd/compile: opcodes and rules and code generation to enable AVX51... | David Chase |
| 2025-08-01 | [dev.simd] cmd/compile: add register-to-mask moves, other simd glue | David Chase |
| 2025-08-01 | [dev.simd] cmd/compile: generated simd code to add some conversions | David Chase |
| 2025-08-01 | [dev.simd] cmd/compile, simd: generated code from repaired simdgen sort | David Chase |
| 2025-08-01 | [dev.simd] cmd/compile: Generated code for AVX2 SIMD masked load/store | David Chase |
| 2025-08-01 | [dev.simd] cmd/compile: changes for AVX2 SIMD masked load/store | David Chase |
| 2025-08-01 | cmd/compile: enforce that locals are always accessed with SP base register | Keith Randall |
| 2025-08-01 | cmd/compile: optimize multiplication rules on loong64 | Xiaolin Zhao |
| 2025-07-31 | cmd/compile: use generated loops instead of DUFFZERO on amd64 | Keith Randall |
| 2025-07-31 | [dev.simd] cmd/compile, simd: support store to bits for mask | Junyang Shao |
| 2025-07-30 | cmd/compile: add floating point min/max intrinsics on s390x | Michael Munday |
| 2025-07-30 | all: remove redundant Swiss prefixes | Michael Pratt |
| 2025-07-30 | all: remove GOEXPERIMENT=swissmap | Michael Pratt |
| 2025-07-30 | cmd/compile: deduplicate instructions when rewrite func results | Youlin Feng |
| 2025-07-30 | cmd/compile: move mips32 over to new bounds check strategy | Keith Randall |
| 2025-07-30 | cmd/compile: move mips64 over to new bounds check strategy | Keith Randall |
| 2025-07-30 | cmd/compile: move loong64 over to new bounds check strategy | Keith Randall |