| Age | Commit message (Expand) | Author |
| 2026-02-06 | cmd/compile: allow equal functions to perform unaligned load on loong64 | Guoqi Chen |
| 2026-02-06 | os: support deleting inaccessible files in RemoveAll | Michal Pristas |
| 2026-02-06 | crypto/tls: fix broken link in KeyLogWriter documentation | kovan |
| 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/link: ignore GCC generated .wm4/.wm8 symbols with no type | Ian Lance Taylor |
| 2026-02-06 | cmd/link: correct error message in loadelf.Load | Ian Lance Taylor |
| 2026-02-06 | net/http: remove hasPort and simplify logic | Jorropo |
| 2026-02-06 | simd/archsimd: remove BUG note about type parameter | Cuong Manh Le |
| 2026-02-06 | cmd/compile: fix SIMD type parameter instantiation | Cuong Manh Le |
| 2026-02-06 | log/slog: correct method names in MultiHandler docs | Rhys Hiltner |
| 2026-02-06 | bufio: fix doc link to Reset method | Michal Bohuslávek |
| 2026-02-06 | runtime: clarify g object vs stack memory lifetime in HACKING.md | kovan |
| 2026-02-05 | crypto/tls: avoid data race when canceling a QUICConn's Context | Damien Neil |
| 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-05 | cmd/link: add more clang driver flags when testing flag | Corentin Kerisit |
| 2026-02-04 | cmd/compile: don't double-walk the map argument of clear | Keith Randall |
| 2026-02-04 | test/codegen: codify bit related code generation for loong64 | Xiaolin Zhao |
| 2026-02-04 | net/http: use SplitSeq in ParseCookie | Carlo Alberto Ferraris |
| 2026-02-04 | net/textproto: add Referer to commonHeader | guoguangwu |
| 2026-02-04 | go/build: don't invoke go command when setting UseAllFiles | AN Long |
| 2026-02-04 | net/http/httptrace: compose ClientTrace without reflect | Randy Reddig |
| 2026-02-04 | internal/stringslite: remove duplicate code in Index | Олег Световидов |
| 2026-02-04 | cmd/link: remove obsolete duffzero/duffcopy code | Keith Randall |
| 2026-02-04 | cmd/go: fix pkg-config flag sanitization | Roland Shoemaker |
| 2026-02-04 | internal/poll: unlock read lock if write lock fails in readWriteLock | qmuntal |
| 2026-02-04 | reflect, runtime: adjust user-created GCData on AIX | Ian Lance Taylor |
| 2026-02-04 | cmd/cgo: use objdir consistently, create it as needed | Ian Lance Taylor |
| 2026-02-04 | cmd/go: rewrite cgo names to "C." in compiler error messages | Ian Lance Taylor |
| 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-03 | net/http: prevent blocking when draining response body after it has been closed | Nicholas S. Husin |
| 2026-02-03 | internal/runtime: fix assembly for spectre retpoline instrumentation | Michael Anthony Knyszek |
| 2026-02-03 | bytes, strings: replace asciiSet bitset with lookup table | Corentin Chary |
| 2026-02-03 | crypto/tls: revalidate whole chain on resumption on Windows and macOS | Filippo Valsorda |
| 2026-02-03 | internal/poll: readWriteUnlock should destroy fd when no remaining references | qmuntal |
| 2026-02-02 | compress/bzip2: use obscuretestdata.ReadFile to avoid creating temporary | Ian Lance Taylor |
| 2026-02-02 | go/types, types2: add missing Named.unpack call in Checker.hasVarSize | Mark Freeman |
| 2026-02-02 | testing/synctest: add Sleep | Damien Neil |
| 2026-02-02 | internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma... | ArsenySamoylov |
| 2026-02-02 | encoding/json: use pooled encoder in Encoder.Encode | Joe Tsai |
| 2026-02-02 | cmd/cover, cmd/covdata: actually delete temp dirs | Ian Lance Taylor |
| 2026-02-02 | crypto/tls: document resumption behavior across Configs | Filippo Valsorda |