| Age | Commit message (Expand) | Author |
| 2024-05-21 | runtime: remove GODEBUG=runtimecontentionstacks | Rhys Hiltner |
| 2024-05-21 | runtime: increase profiling stack depth to 128 | Felix Geisendörfer |
| 2024-05-20 | cmd/compile: add structs.HostLayout | David Chase |
| 2024-05-20 | encoding/binary: add Append, Encode and Decode | Lorenz Bauer |
| 2024-05-20 | doc: simplify links for release notes | Jes Cok |
| 2024-05-20 | maps: add All, Keys, Values, Insert, Collect | aimuz |
| 2024-05-17 | sync/atomic: public And/Or ops and race instrumentation | Mauri de Souza Meneguzzo |
| 2024-05-16 | net/http: add Pattern field in Request to return matched pattern info | Chen.Zhidong |
| 2024-05-16 | doc/next/64910.md: reword release note | Jonathan Amsterdam |
| 2024-05-16 | doc: make symbol links simpler for relnotes | Jes Cok |
| 2024-05-16 | crypto/x509: add text and binary marshal methods to OID | Mateusz Poliwczak |
| 2024-05-15 | go/ast: add Preorder go1.23 iterator | Alan Donovan |
| 2024-05-15 | go/types, types2: add Alias.{TypeParams, SetTypeParams, TypeArgs, Origin} | Robert Griesemer |
| 2024-05-15 | runtime/debug: add SetCrashOutput(...CrashOptions) parameter | Alan Donovan |
| 2024-05-10 | slices: add Chunk | Matt Layher |
| 2024-05-09 | slices: add iterator-related functions | Ian Lance Taylor |
| 2024-05-09 | reflect: add iterative related methods | qiulaidongfeng |
| 2024-05-07 | math/rand/v2: add Uint | Russ Cox |
| 2024-05-06 | iter: expose fundamental types to Go 1.23 | Russ Cox |
| 2024-04-24 | go/types: add Alias.Rhs | Alan Donovan |
| 2024-04-24 | doc: fix typos in docs | guoguangwu |
| 2024-04-22 | unique: add unique package and implement Make/Handle | Michael Anthony Knyszek |
| 2024-04-19 | doc: make symbol links simpler for relnotes | Jes Cok |
| 2024-04-19 | net/http: add field Cookie.Quoted bool | Nuno Gonçalves |
| 2024-04-18 | go/types: add Func.Signature method | Alan Donovan |
| 2024-04-18 | doc: simplify symbol links for relnotes | Jes Cok |
| 2024-04-17 | net/http: add ParseCookie, ParseSetCookie | Jes Cok |
| 2024-04-16 | debug/elf: define non-standard but well-known symbol types | Ian Lance Taylor |
| 2024-04-14 | net: add Unwrap to *DNSError | Mateusz Poliwczak |
| 2024-04-12 | doc: make use of simpler symbol links for relnotes | Jes Cok |
| 2024-04-10 | doc: update relnote for sync.Map.Clear | Jes Cok |
| 2024-04-05 | testing/fstest: return structured errors in TestFS | Olivier Mengué |
| 2024-04-02 | all: add reflect.SliceAt function | Cuong Manh Le |
| 2024-03-22 | Revert "testing: add TB.SetGOMAXPROCS function" | Ian Lance Taylor |
| 2024-03-21 | testing: add TB.SetGOMAXPROCS function | sivchari |
| 2024-03-20 | doc/go1.23: document "net/http".Request.CookiesNamed method | Dmitri Shuralyov |
| 2024-03-19 | slices: add func Repeat | Jes Cok |
| 2024-03-15 | archive/tar: add FileInfoNames interface | qiulaidongfeng |
| 2024-03-15 | doc: document new timer behavior | Russ Cox |
| 2024-03-15 | doc: fix various release notes mistakes | Russ Cox |
| 2024-03-11 | net/http/httptest: add NewRequestWithContext | Kevin Burke |
| 2024-03-10 | cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsd | Joel Sing |
| 2024-03-07 | unicode/utf16: add func RuneLen | Jes Cok |
| 2024-03-07 | net: support TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT on newer Windows | Andy Pan |
| 2024-03-05 | os: fix 63703.md release notes | qmuntal |
| 2024-03-04 | os: don't normalize volumes to drive letters in os.Readlink | qmuntal |
| 2024-03-04 | os: don't treat mount points as symbolic links | qmuntal |
| 2024-03-04 | doc/go1.23: document database/sql wrap errors | aimuz |
| 2024-02-28 | reflect: add Overflow methods to Type | Jes Cok |
| 2024-02-27 | doc: document os.ModeSocket support on Windows | qmuntal |