| Age | Commit message (Expand) | Author |
| 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 |
| 2025-10-15 | cmd/compile: eliminate bound check for slices of the same length | Youlin Feng |
| 2025-10-15 | cmd/compile: use arm64 neon in LoweredMemmove/LoweredMemmoveLoop | Vasily Leonenko |
| 2025-10-15 | cmd/compile: use block starting position for phi line number | Keith Randall |
| 2025-10-14 | cmd/compile: disable use of new saturating float-to-int conversions | David Chase |
| 2025-10-14 | Revert "cmd/compile: make 386 float-to-int conversions match amd64" | David Chase |
| 2025-10-14 | Revert "cmd/compile: make wasm match other platforms for FP->int32/64 convers... | David Chase |
| 2025-10-14 | [dev.simd] cmd/compile, simd: update DotProd to DotProduct | Junyang Shao |
| 2025-10-14 | [dev.simd] cmd/compile: peephole simd mask load/stores from bits | Junyang Shao |
| 2025-10-14 | [dev.simd] cmd/compile, simd: remove mask load and stores | Junyang Shao |
| 2025-10-14 | cmd/compile/internal/devirtualize: do not track assignments to non-PAUTO | Mateusz Poliwczak |
| 2025-10-14 | cmd/compile/internal/devirtualize: use FatalfAt instead of Fatalf where possible | Mateusz Poliwczak |
| 2025-10-14 | cmd/compile/internal/devirtualize: fix OCONVNOP assertion | Mateusz Poliwczak |
| 2025-10-14 | go/types, types2: minor cleanup (remove TODO) | Robert Griesemer |
| 2025-10-13 | go/types, types2: permit type cycles through type parameter lists | Robert Griesemer |
| 2025-10-13 | cmd/compile: don't depend on arch-dependent conversions in the compiler | Keith Randall |
| 2025-10-13 | all: replace calls to errors.As with errors.AsType | Julien Cretel |
| 2025-10-13 | [dev.simd] cmd/compile: more support for cpufeatures | David Chase |
| 2025-10-10 | cmd/compile: repair bisection behavior for float-to-unsigned conversion | David Chase |
| 2025-10-09 | cmd/compile: declare no output register for loong64 LoweredAtomic{And,Or}32 ops | WANG Xuerui |
| 2025-10-09 | cmd/compile: call generated size-specialized malloc functions directly | Michael Matloob |
| 2025-10-09 | cmd/compile: make wasm match other platforms for FP->int32/64 conversions | David Chase |
| 2025-10-09 | cmd/compile: make 386 float-to-int conversions match amd64 | David Chase |
| 2025-10-09 | cmd/compile: modify float-to-[u]int so that amd64 and arm64 match | David Chase |