| Age | Commit message (Expand) | Author |
| 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 |
| 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 | reflect: allow conversions between slices of named {byte,rune} and string | Keith Randall |
| 2026-01-27 | cmd/link, runtime: remove typelinks | Ian Lance Taylor |
| 2026-01-27 | os/exec: document blocking Stdin/Stdout/Stderr | Ian Lance Taylor |
| 2026-01-27 | cmd/link: remove unused symbol kind SFUNCTAB | Ian Lance Taylor |
| 2026-01-27 | simd/archsimd: fix typo in the SHA256Message1 documentation string | Neal Patel |
| 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 | internal/runtime/gc/scan: include package in expandAVX512 symbol names | Michael Pratt |
| 2026-01-27 | runtime: rename aeshashbody to runtime.aeshashbody | Michael Pratt |
| 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-27 | crypto/subtle: add vector implementation of xorBytes for riscv64 | Joel Sing |
| 2026-01-26 | cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem... | fumiyanokesinn |
| 2026-01-26 | doc/go1.27: document macOS requirements | Dmitri Shuralyov |
| 2026-01-26 | README.vendor: document release cycle considerations | Dmitri Shuralyov |