| Age | Commit message (Expand) | Author |
| 18 hours | internal/cgrouptest: use t.Cleanup instead of defer in InCgroupV2 | Shulhan |
| 18 hours | internal/testenv: exclude GOMAXPROCS when building test program | Shulhan |
| 18 hours | all: prealloc slice with possible minimum capabilities | Shulhan |
| 19 hours | internal/coverage: first write error never recorded | Weixie Cui |
| 35 hours | go/types, types2: fail interface inference against generic methods | Rob Findley |
| 6 days | cmd/go: use fsys.ReadDir for IsStandardPackage | Michael Matloob |
| 7 days | internal/syscall/unix: properly support AT_SYMLINK_NOFOLLOW on Linux | Damien Neil |
| 13 days | go/types, types2: in range-over-func, the yield function cannot be variadic | Robert Griesemer |
| 14 days | internal/runtime/atomic: simplify linknames | Cherry Mui |
| 14 days | internal/pkgbits: bump version for generic methods | Mark Freeman |
| 14 days | internal/abi: set MaxPtrmaskBytes to 16 | Ian Lance Taylor |
| 2026-03-30 | internal/trace/tracev2: add String for ProcSyscallAbandoned | Florian Lehner |
| 2026-03-30 | go/types, types2: report an error if constant string overflows | Robert Griesemer |
| 2026-03-30 | all: fix some minor issues in the comments | cuishuang |
| 2026-03-28 | runtime: remove redundant fields from memory profile records | Nick Ripley |
| 2026-03-27 | all: remove openbsd/mips64 port | Tobias Klauser |
| 2026-03-26 | internal/trace: preallocate pcs array to correct size | Florian Lehner |
| 2026-03-26 | runtime, cmd/link: remove itablinks | Ian Lance Taylor |
| 2026-03-25 | runtime: use uname version check for 64-bit time on 32-bit arch codepaths | Brad Fitzpatrick |
| 2026-03-25 | cmd/dist: add GO_TEST_ASMFLAGS to set -asmflags during dist test | Dmitri Shuralyov |
| 2026-03-24 | internal/abi, cmd/link: centralize type descriptor size calculation | Jake Bailey |
| 2026-03-24 | internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order | Jake Bailey |
| 2026-03-20 | internal/pkgbits: add missing tests | Robert Griesemer |
| 2026-03-19 | cmd/compile/internal/noder: encode promoted struct fields for composite liter... | Robert Griesemer |
| 2026-03-19 | go/types, types2: allow promoted field names as keys in struct literals | Robert Griesemer |
| 2026-03-18 | syscall: remove the 42 args limit in SyscallN | qmuntal |
| 2026-03-18 | runtime: return the error code as a return value in asmstdcall | qmuntal |
| 2026-03-18 | runtime,runtime/cgo: do cgo thread initialization in Go on Windows | qmuntal |
| 2026-03-17 | go/types, types2: handle unconstrained type parameters correctly in a few places | Robert Griesemer |
| 2026-03-16 | internal/syscall/windows: don't force image section checks in Deleteat | qmuntal |
| 2026-03-16 | internal/poll: pin all objects needed during overlapped I/O | database64128 |
| 2026-03-12 | internal/gate: import from x/net/internal/gate | Damien Neil |
| 2026-03-10 | runtime/poll: fix race condition in Window's SendFile | qmuntal |
| 2026-03-10 | runtime: GODEBUG=tracebacklabels=1 for 1.27+ | David Finkel |
| 2026-03-09 | internal/poll: move rsan to heap on windows | database64128 |
| 2026-03-09 | cmd/compile, go/*: allow generic methods starting with Go 1.27 | Robert Griesemer |
| 2026-03-09 | net: correctly handle non-nil empty cmsg buffer on windows | database64128 |
| 2026-03-06 | internal/runtime/maps/: devirtualize hashing for specialized maps | ArsenySamoylov |
| 2026-03-05 | html/template: properly escape URLs in meta content attributes | Roland Shoemaker |
| 2026-03-03 | internal/bytealg: on android/arm64, don't read outside 16-byte regions | Keith Randall |
| 2026-02-27 | runtime: on android/arm64, don't read outside 16-byte regions | Keith Randall |
| 2026-02-26 | os: avoid escape from Root via ReadDir or Readdir | Damien Neil |
| 2026-02-24 | internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows | Alex Brainman |
| 2026-02-24 | internal/runtime/sys: only use speculation barrier for DIT on Apple Silicon | Roland Shoemaker |
| 2026-02-24 | internal/profile: fix error message casing for function ID not found | jjpinto |
| 2026-02-24 | internal/runtime/sys: improve DIT assembly | Roland Shoemaker |
| 2026-02-24 | internal/cpu,cmd/internal/obj/arm64: add SB | Roland Shoemaker |
| 2026-02-19 | internal/syscall/windows: use byte instead of bool for all BOOLEAN Windows da... | Alex Brainman |
| 2026-02-19 | cmd/compile, go/*: move method type parameter checks from parsers to type che... | Robert Griesemer |
| 2026-02-18 | internal/runtime/gc/scan: require popcnt for x86 | khr@golang.org |