| Age | Commit message (Expand) | Author |
| 2025-07-30 | cmd/compile: allow ops to specify clobbering input registers | khr@golang.org |
| 2025-07-30 | cmd/compile: simplify zerorange on arm64 | Keith Randall |
| 2025-07-30 | cmd/compile: check domination of loop return in both controls | Jorropo |
| 2025-07-30 | cmd/compile: avoid extending when already sufficiently masked on loong64 | Xiaolin Zhao |
| 2025-07-29 | cmd/compile: removing log2uint32 function | Cuong Manh Le |
| 2025-07-29 | cmd/compile: simplify logX implementations | Cuong Manh Le |
| 2025-07-29 | cmd/compile: use unsigned power-of-two detector for unsigned mod | Cuong Manh Le |
| 2025-07-29 | cmd/compile: add unsigned power-of-two detector | Cuong Manh Le |
| 2025-07-29 | internal/abi: move direct/indirect flag from Kind to TFlag | Keith Randall |
| 2025-07-29 | internal/goexperiment: delete RangeFunc goexperiment | Cherry Mui |
| 2025-07-29 | cmd/compile: move arm32 over to new bounds check strategy | Keith Randall |
| 2025-07-28 | cmd/compile: simplify zerorange on amd64 | Keith Randall |
| 2025-07-28 | cmd/compile: cleanup SelectN rules by indexing into args | Jorropo |
| 2025-07-28 | cmd/compile: rewrite cmov(x, x, cond) into x | Jorropo |
| 2025-07-25 | cmd/compile: remove no-longer-necessary call to calculateDepths | Keith Randall |
| 2025-07-25 | cmd/compile: fix containsUnavoidableCall computation | Keith Randall |
| 2025-07-25 | go/types, types2: use nil to represent incomplete explicit aliases | Mark Freeman |
| 2025-07-25 | cmd/compile/internal/types2: add loaded state between loader calls and constr... | Mark Freeman |
| 2025-07-25 | cmd/compile: remove unused arg from gorecover | Keith Randall |
| 2025-07-24 | cmd/compile: move amd64 and 386 over to new bounds check strategy | Keith Randall |
| 2025-07-24 | cmd/compile: add missing StringLen rule in prove | Keith Randall |
| 2025-07-24 | cmd/compile: move arm64 over to new bounds check strategy | Keith Randall |
| 2025-07-24 | cmd/compile,runtime: remember idx+len for bounds check failure with less code | Keith Randall |
| 2025-07-24 | cmd/compile: rewrite condselects into doublings and halvings | Jorropo |
| 2025-07-24 | cmd/compile: add opt branchelim to rewrite some CondSelect into math | Jorropo |
| 2025-07-24 | cmd/compile: learn transitive proofs for safe unsigned subs | Jorropo |
| 2025-07-24 | cmd/compile: learn transitive proofs for safe negative signed adds | Jorropo |
| 2025-07-24 | cmd/compile: learn transitive proofs for safe positive signed adds | Jorropo |
| 2025-07-24 | cmd/compile: learn transitive proofs for safe unsigned adds | Jorropo |
| 2025-07-24 | cmd/compile: fold shift through AND for slice operations | Alexander Musman |
| 2025-07-24 | cmd/compile: improve loopRotate to handle nested loops | Alexander Musman |
| 2025-07-24 | cmd/compile: optimize slice bounds checking with SUB/SUBconst comparisons | Alexander Musman |
| 2025-07-24 | cmd/compile: prefer base.Fatalf to panic in dwarfgen | Derek Parker |
| 2025-07-24 | cmd/compile: use better fatal message for staticValue1 | Cuong Manh Le |
| 2025-07-24 | go/types, types2: better error messages for certain type mismatches | Robert Griesemer |
| 2025-07-24 | cmd/compile: use ,ok return idiom for sparsemap.get | Keith Randall |
| 2025-07-24 | cmd/compile: use generics for sparse map | Keith Randall |
| 2025-07-23 | cmd/link: scope test to linux & net.sendFile | Derek Parker |
| 2025-07-22 | cmd/compile: fix loclist for heap return vars without optimizations | Derek Parker |
| 2025-07-21 | [dev.simd] cmd/compile, simd: support load from bits for mask | Junyang Shao |
| 2025-07-21 | [dev.simd] cmd/compile: fix opLen(2|3)Imm8_2I intrinsic function | Junyang Shao |
| 2025-07-19 | cmd/compile/internal/ssa: restrict architectures for TestDebugLines_74576 | thepudds |
| 2025-07-18 | go/types: infer correct type for y in append(bytes, y...) | Alan Donovan |
| 2025-07-17 | [dev.simd] cmd/compile, simd: reorder PairDotProdAccumulate | Junyang Shao |
| 2025-07-17 | cmd/compile/internal/escape: improve DWARF .debug_line numbering for literal ... | thepudds |
| 2025-07-16 | cmd/compile/internal/escape: speed up analyzing some functions with many clos... | thepudds |
| 2025-07-15 | [dev.simd] cmd/compile: adjust param order for AndNot | Junyang Shao |
| 2025-07-15 | [dev.simd] cmd/compile, simd: add Compress | Junyang Shao |
| 2025-07-15 | [dev.simd] cmd/compile, simd: add variable Permute | Junyang Shao |
| 2025-07-14 | [dev.simd] cmd/compile, simd: add VDPPS | Junyang Shao |