| Age | Commit message (Expand) | Author |
| 2024-10-01 | [release-branch.go1.23] go1.23.2go1.23.2 | Gopher Robot |
| 2024-09-27 | [release-branch.go1.23] runtime: if stop/reset races with running timer, retu... | Ian Lance Taylor |
| 2024-09-25 | [release-branch.go1.23] cmd/compile: fix wrong esacpe analysis for rangefunc | Cuong Manh Le |
| 2024-09-18 | [release-branch.go1.23] syscall: on exec failure, close pidfd | Ian Lance Taylor |
| 2024-09-11 | [release-branch.go1.23] unique: don't retain uncloned input as key | Michael Anthony Knyszek |
| 2024-09-06 | [release-branch.go1.23] os: dup pidfd if caller sets PidFD manually | Wei Fu |
| 2024-09-06 | [release-branch.go1.23] internal/weak: shade pointer in weak-to-strong conver... | Michael Anthony Knyszek |
| 2024-09-06 | [release-branch.go1.23] runtime: size maps.Clone destination bucket array safely | Keith Randall |
| 2024-09-05 | [release-branch.go1.23] cmd/cgo: correct padding required by alignment | Ian Lance Taylor |
| 2024-09-05 | [release-branch.go1.23] go1.23.1go1.23.1 | Gopher Robot |
| 2024-09-05 | [release-branch.go1.23] go/build/constraint: add parsing limits | Roland Shoemaker |
| 2024-09-05 | [release-branch.go1.23] encoding/gob: cover missed cases when checking ignore... | Roland Shoemaker |
| 2024-09-05 | [release-branch.go1.23] go/parser: track depth in nested element lists | Roland Shoemaker |
| 2024-08-29 | [release-branch.go1.23] cmd: vendor golang.org/x/telemetry@internal-branch.go... | Michael Pratt |
| 2024-08-28 | [release-branch.go1.23] database/sql: fix panic with concurrent Conn and Close | Nic Klaassen |
| 2024-08-28 | [release-branch.go1.23] go/types, types2: unalias tilde terms in underIs | Tim King |
| 2024-08-28 | [release-branch.go1.23] runtime: store bp on cgocallback as unsafe.Pointer | Michael Anthony Knyszek |
| 2024-08-28 | [release-branch.go1.23] go/types, types2: use max(fileVersion, go1.21) if fil... | Michael Matloob |
| 2024-08-21 | [release-branch.go1.23] runtime: on AIX, fix call to _cgo_sys_thread_create i... | Paul E. Murphy |
| 2024-08-21 | [release-branch.go1.23] go/types, types2: Named.cleanup must also handle *Ali... | Robert Griesemer |
| 2024-08-21 | [release-branch.go1.23] unique: use TypeFor instead of TypeOf to get type in ... | Michael Anthony Knyszek |
| 2024-08-21 | [release-branch.go1.23] os: use O_EXCL instead of O_TRUNC in CopyFS to disall... | Andy Pan |
| 2024-08-14 | [release-branch.go1.23] os: fix Chtimes test flakes | Kir Kolyshkin |
| 2024-08-13 | [release-branch.go1.23] go1.23.0go1.23.0 | Gopher Robot |
| 2024-08-13 | [release-branch.go1.23] revert "go/types, types2: only use fileVersion if 1.2... | Carlos Amedee |
| 2024-08-12 | [release-branch.go1.23] go/types, types2: only use fileVersion if 1.21 or gre... | Michael Matloob |
| 2024-08-02 | [release-branch.go1.23] crypto/tls: fix testHandshake close flakes | Filippo Valsorda |
| 2024-07-26 | [release-branch.go1.23] types2, go/types: fix instantiation of named type wit... | Cuong Manh Le |
| 2024-07-26 | [release-branch.go1.23] cmd/compile: more informative panic when importing ge... | Robert Griesemer |
| 2024-07-24 | [release-branch.go1.23] os: document CopyFS behavior for symlinks in destination | Damien Neil |
| 2024-07-22 | [release-branch.go1.23] all: merge master (5e8a731) into release-branch.go1.23 | Dmitri Shuralyov |
| 2024-07-22 | README: fix CC BY license name | Will Faught |
| 2024-07-22 | slices: explicitly document nil and empty slice equality | Sean Liao |
| 2024-07-22 | cmd/compile: don't inline runtime functions in -d=checkptr build | Cherry Mui |
| 2024-07-19 | runtime: mark lockWithRankMayAcquire as nosplit | Cuong Manh Le |
| 2024-07-17 | maps: document handling of non-reflexive keys | Sean Liao |
| 2024-07-17 | cmd: vendor golang.org/x/telemetry@0b706e1 | Rob Findley |
| 2024-07-17 | os: don't try to signal PID -1 on Unix | Ian Lance Taylor |
| 2024-07-17 | runtime: avoid multiple records with identical stacks from MutexProfile | Nick Ripley |
| 2024-07-17 | cmd/cgo/internal/testcarchive: remove 1-minute timeout | Cherry Mui |
| 2024-07-17 | math/big: fix comment typo in natdiv.go | withsky |
| 2024-07-17 | internal/bytealg: extend memchr result correctly on wasm | Zxilly |
| 2024-07-16 | cmd/internal/cov: close counter data files eagerly | Than McIntosh |
| 2024-07-16 | regexp: more cross-references in docstrings | Kir Kolyshkin |
| 2024-07-16 | bytes: more cross-references in docstrings | Kir Kolyshkin |
| 2024-07-16 | math/big: use lists in docstrings | Kir Kolyshkin |
| 2024-07-16 | math/big: more cross-references in docstrings | Kir Kolyshkin |
| 2024-07-16 | encoding/binary: use list format in docstrings | Kir Kolyshkin |
| 2024-07-16 | strings,bytes,regexp: use lists in Split* docstrings | Kir Kolyshkin |
| 2024-07-16 | crypto/tls: add exclude tls flags to bogo_shim_test | Clide Stefani |