| Age | Commit message (Expand) | Author |
| 2026-02-15 | cmd/compile: don't drop same register twice | khr@golang.org |
| 2026-02-14 | cmd/compile: avoid folding 64-bit integers into 32-bit constants | Youlin Feng |
| 2026-02-12 | cmd/compile: make the cached sdom always return the reverse PO | Daniel Morsing |
| 2026-02-12 | cmd/compile: fix slice bounds check elimination after function inlining | Youlin Feng |
| 2026-02-12 | cmd/compile/internal/bitvec: remove 2GB allocation limit in NewBulk | Michael Podtserkovskii |
| 2026-02-12 | cmd/compile: set alignment for all content-addressable symbols | Ian Lance Taylor |
| 2026-02-12 | cmd/compile: replace conditions to CCMP instructions on ARM64 | Ch1n-ch1nless |
| 2026-02-10 | cmd/compile, runtime: set alignment of type descriptors | Ian Lance Taylor |
| 2026-02-10 | cmd/compile: move likely used values into registers before entering loop | Keith Randall |
| 2026-02-07 | internal/abi, runtime: put type descriptor sizes in internal/abi | Ian Lance Taylor |
| 2026-02-06 | cmd/compile/internal/ssagen: fix typo GrtCallerSP -> GetCallerSP | yongqijia |
| 2026-02-06 | runtime: add explicit lower bounds check to decoderune | Jonah Uellenberg |
| 2026-02-06 | cmd/compile: fix SIMD type parameter instantiation | Cuong Manh Le |
| 2026-02-05 | go/types, types2: mechanically swap x.mode() == invalid for !x.isValid() | Mark Freeman |
| 2026-02-05 | go/types, types2: mechanically swap x.mode_ = invalid for x.invalidate() | Mark Freeman |
| 2026-02-05 | go/types, types2: mechanically replace read accesses to operand.mode_ | Mark Freeman |
| 2026-02-05 | go/types, types2: mechanically replace read accesses to operand.typ_ | Mark Freeman |
| 2026-02-05 | go/types, types2: mechanically rename operand.mode to operand.mode_ | Mark Freeman |
| 2026-02-05 | go/types, types2: mechanically rename operand.typ to operand.typ_ | Mark Freeman |
| 2026-02-05 | cmd/compile: CSE loads across disjoint stores | amusman |
| 2026-02-04 | cmd/compile: don't double-walk the map argument of clear | Keith Randall |
| 2026-02-03 | cmd/compile: add node collapse/expand to html ast output | David Chase |
| 2026-02-03 | cmd/compile: enhance astdump flag to also generate HTML | David Chase |
| 2026-02-03 | cmd/compile: add astdump debug flag | David Chase |
| 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-29 | cmd/compile: update ABI document for loong64 | Guoqi Chen |
| 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 |