| Age | Commit message (Expand) | Author |
| 2026-02-03 | testing: print the counter if its greater than 1 | Shulhan |
| 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-02-02 | cmd/cover, cmd/covdata: actually delete temp dirs | Ian Lance Taylor |
| 2026-01-30 | all: switch linux-ppc64 target to ELFv2 ABI | Paul Murphy |
| 2026-01-30 | cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean up tautological/impos... | Neal Patel |
| 2026-01-29 | cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t... | thepudds |
| 2026-01-29 | cmd/link: put type:* at the start of the type descriptors | Ian Lance Taylor |
| 2026-01-29 | cmd/compile: make prove use non-equality in subtraction for a stronger bound | Jonah Uellenberg |
| 2026-01-29 | cmd/link: remove AIX special case for first type descriptor | Ian Lance Taylor |
| 2026-01-29 | cmd/link: adjust symkind comparisons in XCOFF code | Ian Lance Taylor |
| 2026-01-29 | cmd/compile: update ABI document for loong64 | Guoqi Chen |
| 2026-01-29 | runtime, cmd/link: store type descriptor length, not end | Ian Lance Taylor |
| 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 | cmd/link: remove unused symbol kind SFUNCTAB | Ian Lance Taylor |
| 2026-01-27 | cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSize | 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/pprof: update vendored github.com/google/pprof | Dmitri Shuralyov |
| 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 | all: update vendored dependencies | Nicholas S. Husin |
| 2026-01-23 | cmd/compile: fix typos in types2 api_test.go | goto1134 |
| 2026-01-23 | cmd/go/internal/vcs: support git worktrees | Josh Bleecher Snyder |
| 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 | cmd/link: put type descriptors in .go.type section | Ian Lance Taylor |
| 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 |