| Age | Commit message (Expand) | Author |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2026-02-02 | go/types, types2: add missing Named.unpack call in Checker.hasVarSize | Mark Freeman |
| 2026-02-02 | internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma... | ArsenySamoylov |
| 2026-01-29 | cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t... | thepudds |
| 2026-01-29 | cmd/compile: make prove use non-equality in subtraction for a stronger bound | Jonah Uellenberg |
| 2026-01-28 | cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature | Junyang Shao |
| 2026-01-28 | cmd/compile: simplify slice/array range loops on loong64 | Guoqi Chen |
| 2026-01-28 | cmd/compile: (loong64) optimize float32(abs|sqrt64(float64(x))) | Xiaolin Zhao |
| 2026-01-28 | cmd/compile: remove the NORconst op on mips{,64} | Xiaolin Zhao |
| 2026-01-27 | cmd/link, runtime: remove typelinks | Ian Lance Taylor |
| 2026-01-27 | go/types, types2: rename Named.finite to Named.varSize | Mark Freeman |
| 2026-01-27 | go/types, types2: add check for map value completeness in IndexExpr | Mark Freeman |
| 2026-01-27 | go/types, types2: replace pendingType with completion check | Mark Freeman |
| 2026-01-27 | cmd/compile, runtime: avoid improper control transfer instruction hints on ri... | wangboyao |
| 2026-01-26 | cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem... | fumiyanokesinn |
| 2026-01-26 | cmd/compile: reduce lock/scheduler contention | Daniel Morsing |
| 2026-01-23 | cmd/compile: simplify AlgType usage | Keith Randall |
| 2026-01-23 | cmd/compile: simplify array parsing in equality signatures | Keith Randall |
| 2026-01-23 | cmd/compile: clean up eq and hash implementations | Keith Randall |
| 2026-01-23 | cmd/compile: use equality signatures in hash function generation | Keith Randall |
| 2026-01-23 | cmd/compile: reorg equality functions a bit | Keith Randall |
| 2026-01-23 | cmd/compile: redo how equality functions are generated | khr@golang.org |
| 2026-01-23 | cmd/compile: fix loopvar version detection with line directives | xieyuschen |
| 2026-01-23 | cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits values | Jorropo |
| 2026-01-23 | cmd/compile: cleanup noLimit in prove | Jorropo |
| 2026-01-23 | cmd/compile: improve PopCount's limits modeling and add bruteforce tests | Jorropo |
| 2026-01-23 | cmd/compile: add limits bruteforce tests for bitlen | Jorropo |
| 2026-01-23 | cmd/compile: improve Ctz's limits modeling and add bruteforce tests | Jorropo |
| 2026-01-23 | cmd/compile: cleanup isUnsignedPowerOfTwo | Jorropo |
| 2026-01-23 | cmd/compile: fix typos in types2 api_test.go | goto1134 |
| 2026-01-23 | go/types, types: flip field/method selection logic inside out (cleanup) | Robert Griesemer |
| 2026-01-23 | cmd/compile: avoid extending when already sufficiently shifted on loong64 | Xiaolin Zhao |
| 2026-01-23 | cmd/compile/internal/pgo: error parsing profile (for pgo) after scaling | Ryan Diep |
| 2026-01-22 | go/types, types2: remove support for gotypesalias GODEBUG flag | Robert Griesemer |
| 2026-01-22 | cmd/compile: ensure ops have the expected argument widths | Keith Randall |
| 2026-01-22 | cmd/compile: optimize small constant-sized MemEq | Alexander Musman |
| 2026-01-22 | cmd/compile: speedup large init function compile time | Cuong Manh Le |
| 2026-01-22 | internal/runtime: remove math.Mul64 | Gavin Lam |
| 2026-01-22 | cmd/compile: allow Bswap{64,32,16} on loong64 | Guoqi Chen |
| 2026-01-22 | cmd/compile: reserve less memory for bitvectors | Keith Randall |
| 2026-01-22 | cmd/compile: remove unnecessary code in keepAliveAt | Cuong Manh Le |
| 2026-01-22 | cmd/compile: fix mis-compilation for static array initialization | Cuong Manh Le |
| 2026-01-22 | cmd/compile: refactor preserveStmt | Cuong Manh Le |
| 2026-01-22 | cmd/compile: better name for BloopWalk | Cuong Manh Le |
| 2026-01-21 | go/types, types2: better error when selecting field on type rather than value | Robert Griesemer |
| 2026-01-20 | cmd/compile/internal/staticinit: fix bug in global new(expr) | Alan Donovan |
| 2026-01-15 | go/types,cmd/compile/internal/types2: better diagnostic for type shadowing | Alan Donovan |
| 2026-01-13 | simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512 | Austin Clements |
| 2026-01-13 | runtime: rename mallocTiny* to mallocgcTinySize* | Michael Matloob |
| 2026-01-13 | all: fix misspellings in comments | cuishuang |