| Age | Commit message (Expand) | Author |
| 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 | 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 |
| 2024-07-16 | encoding/json: document compact json output in Encoder.Encode | Sean Liao |
| 2024-07-16 | net: document ParseIP always returns IPv6 addresses | Sean Liao |
| 2024-07-16 | archive/zip: document handling of duplicate names in Writer.Create | Sean Liao |
| 2024-07-16 | sort: add example for Find | cui fliter |
| 2024-07-16 | cmd/compile: fix recursive generic interface instantiation | Cuong Manh Le |
| 2024-07-15 | flag: add FlagSet example | Miki Tebeka |
| 2024-07-15 | Revert "runtime: avoid multiple records with identical stacks from MutexProfile" | Cherry Mui |
| 2024-07-15 | strings: re-introduce noescape wrapper | Cuong Manh Le |
| 2024-07-15 | net/http: document io.Seeker requirement for fs.FS arguments | Sean Liao |
| 2024-07-12 | cmd: vendor golang.org/x/telemetry@268b4a8ec2d7 | Rob Findley |
| 2024-07-12 | go/types: fix assertion failure when range over int is not permitted | Tim King |
| 2024-07-12 | os: clean up after TestIssue60181 | Joel Sing |
| 2024-07-11 | unsafe: say "functions like syscall.Syscall", not only Syscall | Ian Lance Taylor |
| 2024-07-11 | all: make struct comments match struct names | cuishuang |
| 2024-07-11 | strings: more cross-references in docstrings | Kir Kolyshkin |
| 2024-07-11 | database/sql/driver: fix name in comment | Jonathan Hall |
| 2024-07-11 | os: clarify that IsNotExist, IsExist, IsPermission and IsTimeout work with ni... | Diogo Pinela |
| 2024-07-10 | crypto/tls: add support for -expect-no-hrr to bogo_shim_test | Clide Stefani |
| 2024-07-10 | math: remove riscv64 assembly implementations of rounding | Jorropo |
| 2024-07-10 | context: handle nil values for valueCtx.String() | Sean Liao |
| 2024-07-09 | runtime: avoid multiple records with identical stacks from MutexProfile | Nick Ripley |
| 2024-07-09 | crypto/tls: add support for -reject-alpn and -decline-alpn flags to bogo_shim... | Clide Stefani |
| 2024-07-09 | crypto/internal/cryptotest: add common tests for the hash.Hash interface | Manuel Sabin |
| 2024-07-08 | testing: remove call to os.Exit in documentation for TestMain | Julian Dax |
| 2024-07-08 | unsafe: clarify when String bytes can be modified | Ian Lance Taylor |
| 2024-07-07 | cmd/dist: remove iter,slices,maps test on GOEXPERIMENT=rangefunc | qiulaidongfeng |