| Age | Commit message (Expand) | Author |
| 2026-02-03 | internal/testenv: exclude GOMAXPROCS when building test programmakepkg | Shulhan |
| 2026-02-03 | all: set codereview remote name to upstream | Shulhan |
| 2026-02-03 | testing: print the counter if its greater than 1 | Shulhan |
| 2026-02-03 | encoding/json: realign struct encodeState, structFields, and field | Shulhan |
| 2026-02-03 | encoding/json: realign struct UnmarshalTypeError and decodeState | Shulhan |
| 2026-02-03 | bufio: realign struct Scanner | Shulhan |
| 2026-02-03 | bufio: realign struct Reader | Shulhan |
| 2026-02-03 | mime/quotedprintable: fix encoding where a period alone on a line | Shulhan |
| 2026-02-03 | encoding/json: optimize isValidNumber function | Shulhan |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2026-02-03 | [DO-NOT-MERGE] all: add Makefile for common tasks | Shulhan |
| 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 |
| 2026-02-02 | internal/poll: move buffer pinning inside execIO | qmuntal |
| 2026-02-02 | internal/poll: consolidate cancelIO logic into waitIO | qmuntal |
| 2026-02-02 | net: don't wait 5 seconds to re-read /etc/resolv.conf | Brad Fitzpatrick |
| 2026-02-02 | net/http: try to drain response body upon closing for better connection re-use | Nicholas S. Husin |
| 2026-02-02 | crypto/sha1: use const table for key loading on loong64 | Julian Zhu |
| 2026-01-30 | runtime: delete unused parameter of userForced | Tony Tang |
| 2026-01-30 | fmt: avoid storing input arguments on pp to help escape analysis | thepudds |
| 2026-01-30 | runtime: align end of systemstack_switch prologue on amd64 for consistency wi... | Vasily Leonenko |
| 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 | test/codegen: add bitwise operation combination tests | Xiaolin Zhao |
| 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 | go/token: simplify fixOffset | Mateusz Poliwczak |
| 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: use smaller max align for arm32 | Keith Randall |
| 2026-01-29 | runtime, cmd/link: store type descriptor length, not end | Ian Lance Taylor |
| 2026-01-28 | go/scanner: document implicit semicolon in multiline comments | Mateusz Poliwczak |
| 2026-01-28 | go/parser: use (*Scanner).End instead of scannerhooks | Mateusz Poliwczak |
| 2026-01-28 | go/parser: use (*Scanner).End in error testing | Mateusz Poliwczak |
| 2026-01-28 | go/scanner: add End method to Scanner | Mateusz Poliwczak |
| 2026-01-28 | math: optimize the floating-point pipeline on loong64 | Xiaolin Zhao |
| 2026-01-28 | simd/archsimd: add missing cpufeature to generated mask/merge methods | David Chase |
| 2026-01-28 | cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature | Junyang Shao |
| 2026-01-28 | runtime/metrics: fix panic in Read with empty slice | Amol Yadav |
| 2026-01-28 | crypto/tls: check verifiedChains roots when resuming sessions | Roland Shoemaker |
| 2026-01-28 | crypto/tls: add verifiedChains expiration checking during resumption | Roland Shoemaker |
| 2026-01-28 | Revert "crypto/tls: don't copy auto-rotated session ticket keys in Config.Clone" | Roland Shoemaker |