| Age | Commit message (Expand) | Author |
| 2025-10-28 | cmd/compile: extend ppc64 MADDLD to match const ADDconst & MULLDconst | Jorropo |
| 2025-10-28 | cmd/compile: name change isDirect -> isDirectAndComparable | Keith Randall |
| 2025-10-28 | cmd/compile: don't optimize away a panicing interface comparison | Keith Randall |
| 2025-10-28 | cmd/compile: extend loong MOV*idx rules to match ADDshiftLLV | Jorropo |
| 2025-10-28 | go/types, types2: pull up package-level object sort to a separate phase | Mark Freeman |
| 2025-10-28 | go/types, types2: reduce locks held at once in resolveUnderlying | Mark Freeman |
| 2025-10-28 | cmd/compile: rewrite proved multiplies by 0 or 1 into CondSelect | Jorropo |
| 2025-10-28 | cmd/compile: move branchelim supported arches to Config | Jorropo |
| 2025-10-27 | crypto/subtle,cmd/compile: add intrinsics for ConstantTimeSelect and *Eq | Jorropo |
| 2025-10-27 | cmd/compile: add generic rules to remove bool → int → bool roundtrips | Jorropo |
| 2025-10-27 | cmd/compile: do not Zext bools to 64bits in amd64 CMOV generation rules | Jorropo |
| 2025-10-27 | cmd/compile: introduce bytesizeToConst to cleanup switches in prove | Jorropo |
| 2025-10-27 | cmd/compile: add position info to sccp debug messages | Jorropo |
| 2025-10-27 | cmd/compile: teach prove about unsigned rounding-up divide | Jorropo |
| 2025-10-27 | cmd/compile: change !l.nonzero() into l.maybezero() | Jorropo |
| 2025-10-27 | cmd/compile: optimize Add64carry with unused carries into plain Add64 | Jorropo |
| 2025-10-27 | cmd/compile: remove 68857 ModU flowLimit workaround in prove | Jorropo |
| 2025-10-27 | cmd/compile: remove 68857 min & max flowLimit workaround in prove | Jorropo |
| 2025-10-27 | cmd/compile: use topo-sort in prove to correctly learn facts while walking once | Jorropo |
| 2025-10-27 | cmd/go: use tagged switch | Ian Alexander |
| 2025-10-27 | cmd/go: increase stmt threshold on amd64 | Ian Alexander |
| 2025-10-27 | go/types, types2: clarify docs for resolveUnderlying | Mark Freeman |
| 2025-10-27 | go/types, types2: wrap Named.fromRHS into Named.rhs | Mark Freeman |
| 2025-10-27 | go/types, types2: verify stateMask transitions in debug mode | Mark Freeman |
| 2025-10-26 | cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64 | Meng Zhuo |
| 2025-10-26 | cmd/compile: allow unaligned load/store on Wasm | Cherry Mui |
| 2025-10-24 | [dev.simd] cmd/compile, simd: add rewrite to convert logical expression trees... | David Chase |
| 2025-10-24 | [dev.simd] cmd/compile, simd: add SHA features | Junyang Shao |
| 2025-10-23 | go/types, types2: rename Named.resolve to unpack | Mark Freeman |
| 2025-10-23 | go/types, types2: rename loaded namedState to lazyLoaded | Mark Freeman |
| 2025-10-23 | go/types, types2: rename complete namedState to hasMethods | Mark Freeman |
| 2025-10-23 | go/types, types2: set t.underlying exactly once in resolveUnderlying | Mark Freeman |
| 2025-10-22 | [dev.simd] cmd/compile, simd: add definitions for VPTERNLOG[DQ] | David Chase |
| 2025-10-22 | go/types, types2: simplify locking in Named.resolveUnderlying | Robert Griesemer |
| 2025-10-22 | go/types, types2: in resolveUnderlying, only compute path when needed | Robert Griesemer |
| 2025-10-22 | go/types, types2: rename Named.under to Named.resolveUnderlying | Robert Griesemer |
| 2025-10-21 | go/types, types2: only report version errors if new(expr) is ok otherwise | Robert Griesemer |
| 2025-10-21 | go/types, types2: guard Named.underlying with Named.mu | Mark Freeman |
| 2025-10-21 | cmd/compile/internal/ssa: fix typo in comment | Jes Cok |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-10-21 | cmd/compile: leave the horses alone | Jorropo |
| 2025-10-17 | go/types, types2: remove references to under function in comments | Robert Griesemer |
| 2025-10-17 | all: correct name for comments | Jes Cok |
| 2025-10-16 | go/types, types2: remove under(Type) in favor of Type.Underlying() | Mark Freeman |
| 2025-10-16 | go/types, types2: change and enforce lifecycle of Named.fromRHS and Named.und... | Mark Freeman |
| 2025-10-16 | go/types, types2: remove superfluous unalias call (minor cleanup) | Robert Griesemer |
| 2025-10-15 | cmd/compile: fix an error in comments | mohanson |
| 2025-10-15 | go/types, types2: fix misleading internal comment | Robert Griesemer |
| 2025-10-15 | cmd/compile: replace angle brackets with square | Will Faught |
| 2025-10-15 | cmd/compile: remove rematerializable values from live set across calls | Alexander Musman |