| Age | Commit message (Expand) | Author |
| 2024-12-23 | internal/goexperiment: run go generate for synctest | Jorropo |
| 2024-12-21 | cmd/compile: load map length with the right type | Cherry Mui |
| 2024-12-21 | internal/syscall/unix: apply fstatat fix to linux/mips64le | Cherry Mui |
| 2024-12-17 | syscall, internal/syscall/unix: fix fstatat on linux/mips64 | Damien Neil |
| 2024-12-11 | internal/poll: in SendFile treat ENOTSUP like EOPNOTSUPP | Ian Lance Taylor |
| 2024-12-11 | internal/goos: fix bug in gengoos.go | zfdx123 |
| 2024-12-10 | runtime: avoid panic in expired synctest timer chan read | Damien Neil |
| 2024-12-06 | cmd/internal/objabi, internal/runtime: increase nosplit limit on OpenBSD | Damien Neil |
| 2024-11-30 | crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey | Filippo Valsorda |
| 2024-11-27 | go/types, types2: fix printing of error message with variadic calls | Robert Griesemer |
| 2024-11-22 | runtime, internal/synctest, syscall/js: keep bubble membership in syscalls | Damien Neil |
| 2024-11-22 | crypto/tls: implement X25519MLKEM768 | Filippo Valsorda |
| 2024-11-22 | crypto/x509: switch default policy field to Policies | Roland Shoemaker |
| 2024-11-22 | crypto/rsa: refuse to generate and/or use keys smaller than 1024 bits | Filippo Valsorda |
| 2024-11-22 | internal/exportdata, cmd/compile/internal/noder: merge export data handling | Tim King |
| 2024-11-21 | internal/copyright: close files | Ian Lance Taylor |
| 2024-11-21 | internal/copyright: skip testdata and vendor directories only | Dmitri Shuralyov |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-21 | cmd/go: fix -changed don`t print when GOFIPS140 is non-default | qiulaidongfeng |
| 2024-11-21 | internal/copyright: add test that copyright notices exist | Russ Cox |
| 2024-11-21 | go/types, types: better error message position for invalid receiver errors | Robert Griesemer |
| 2024-11-20 | os: add Root.Stat and Root.Lstat | Damien Neil |
| 2024-11-20 | os: add Root.Remove | Damien Neil |
| 2024-11-20 | os: add Root | Damien Neil |
| 2024-11-20 | cmd/compile: intrinsify swissmap match calls with SIMD on amd64 | Michael Pratt |
| 2024-11-20 | internal/byteorder: use canonical Go casing in names | Russ Cox |
| 2024-11-20 | go/types, types2: disallow new methods on generic alias and instantiated types | Robert Griesemer |
| 2024-11-20 | crypto/x509: remove x509sha1 GODEBUG | Roland Shoemaker |
| 2024-11-20 | testing/synctest: add experimental synctest package | Damien Neil |
| 2024-11-20 | internal/bytealg: optimize IndexByte for riscv64 | Mark Ryan |
| 2024-11-20 | cmd/compile, internal/runtime/atomic: add Xchg8 for loong64 | Guoqi Chen |
| 2024-11-19 | internal/runtime/maps: hash copy of key instead of key itself | Keith Randall |
| 2024-11-19 | internal/runtime/maps: assume constant elem offset with int64 and string keys | Keith Randall |
| 2024-11-19 | internal/runtime/maps: use simpler calculation for slot element | Keith Randall |
| 2024-11-19 | internal/syscall/unix, os: add and use Waitid syscall wrapper on linux | Tobias Klauser |
| 2024-11-19 | internal/synctest: new package for testing concurrent code | Damien Neil |
| 2024-11-19 | cmd/dist: add GOFIPS140 setting | Russ Cox |
| 2024-11-19 | os/user: fix race detector failure | qmuntal |
| 2024-11-19 | crypto/subtle: add DIT closure | Roland Shoemaker |
| 2024-11-19 | cmd/go: re-enable build JSON from go test -json, now with GODEBUG | Austin Clements |
| 2024-11-19 | cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64 | Guoqi Chen |
| 2024-11-18 | weak: move internal/weak to weak, and update according to proposal | Michael Anthony Knyszek |
| 2024-11-18 | runtime: get rid of gc programs for types | Keith Randall |
| 2024-11-18 | sync: make HashTrieMap[any, any] the default implementation of Map | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: optimize CompareAndSwap and Swap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: add Range to HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: add Clear to HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: add Delete to HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: refactor HashTrieMap tests into per-op suites | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: add LoadAndDelete to HashTrieMap | Michael Anthony Knyszek |