| Age | Commit message (Expand) | Author |
| 2024-10-25 | doc: document new http.Transport limit on 1xx responses | Damien Neil |
| 2024-10-02 | hash/maphash: add WriteComparable and Comparable | qiulaidongfeng |
| 2024-10-02 | encoding/json: add omitzero option | Jes Cok |
| 2024-09-26 | text/template: support range-over-int | qiulaidongfeng |
| 2024-09-23 | net,net/netip: implement the encoding.(Binary|Text)Appender | apocelipes |
| 2024-09-23 | text/template: support range-over-func | qiulaidongfeng |
| 2024-09-23 | archive/{zip,tar}: fix Writer.AddFS to include empty directories | Song Gao |
| 2024-09-20 | testing: implement testing.B.Loop | sunnymilk |
| 2024-09-03 | encoding/json: add embedded structs to the UnmarshalTypeError's Field | j2gg0s |
| 2024-09-03 | net: enable multipath TCP by default for listeners | Aperence |
| 2024-08-29 | net/http: add HTTP2Config | Damien Neil |
| 2024-08-21 | os/user: document Current improvements | qmuntal |
| 2024-08-21 | crypto/x509,math/rand/v2: implement the encoding.(Binary|Text)Appender | apocelipes |
| 2024-08-20 | runtime: deprecate GOROOT | Dmitri Shuralyov |
| 2024-08-20 | doc/next: update 36532.md to wording suggested in CL | Ian Lance Taylor |
| 2024-08-20 | doc/next: revert incorrect change to 62516.md made in CL 603959 | Ian Lance Taylor |
| 2024-08-20 | time: implement the encoding.(Binary|Text)Appender for Time | apocelipes |
| 2024-08-20 | testing: add Context | Vladimir Varankin |
| 2024-08-19 | math/rand: make calls to Seed no-op | Paschalis T |
| 2024-08-16 | testing: add Chdir | Kir Kolyshkin |
| 2024-08-15 | math/big,regexp: implement the encoding.TextAppender interface | apocelipes |
| 2024-08-14 | bytes, strings: add Lines, SplitSeq, SplitAfterSeq, FieldsSeq, FieldsFuncSeq | aimuz |
| 2024-08-14 | log/slog: implement encoding.TextAppender for Level and LevelVar | apocelipes |
| 2024-08-09 | crypto/tls: expose extensions presented by client to GetCertificate | Bobby Powers |
| 2024-08-08 | net/url: implement encoding.BinaryAppender for URL | apocelipes |
| 2024-08-07 | hash: implement the encoding.BinaryAppender interface | apocelipes |
| 2024-08-01 | crypto: implement encoding.BinaryAppender for all crypto hashes | Mateusz Poliwczak |
| 2024-07-31 | go/types: add go1.23 iterator methods for 10 exported types | Alan Donovan |
| 2024-07-30 | encoding: add TextAppender and BinaryAppender | Mateusz Poliwczak |
| 2024-07-22 | doc: initialize next directory for Go 1.24 | Dmitri Shuralyov |
| 2024-06-21 | doc/next: delete | Gopher Robot |
| 2024-06-18 | net/http: keep Content-Encoding in Error, add GODEBUG for ServeContent | Damien Neil |
| 2024-06-18 | doc: add note about x509sha1 removal in 1.24 | Roland Shoemaker |
| 2024-06-18 | doc/next: improve wording for proposal 67061 | Dmitri Shuralyov |
| 2024-06-12 | doc/next: improve description of proposal 61308 | Dmitri Shuralyov |
| 2024-06-12 | doc/next: reword map iterator function notes | Cherry Mui |
| 2024-06-12 | net: add GODEBUG=netedns0=0 to disable sending EDNS0 header | Ian Lance Taylor |
| 2024-06-05 | doc: document new default for GODEBUG gotypesalias setting in release notes | Robert Griesemer |
| 2024-06-05 | doc/next: mention new error on time.Parse timezone overflow | Ian Lance Taylor |
| 2024-06-05 | doc: document GOEXPERIMENT=aliastypeparams in release notes | Robert Griesemer |
| 2024-05-30 | Revert "runtime: remove GODEBUG=runtimecontentionstacks" | Rhys Hiltner |
| 2024-05-24 | doc: add release notes for a couple minor tracing features | Michael Anthony Knyszek |
| 2024-05-23 | doc/next: populate TODOs found with relnote todo | Dmitri Shuralyov |
| 2024-05-23 | crypto/tls: add ech client support | Roland Shoemaker |
| 2024-05-22 | math/rand/v2: add ChaCha8.Read | Filippo Valsorda |
| 2024-05-22 | crypto/tls: disable 3-DES by default | Filippo Valsorda |
| 2024-05-22 | net/http: add partitioned attribute to cookie type | islishude |
| 2024-05-22 | crypto/tls: improved 0-RTT QUIC API | Damien Neil |
| 2024-05-22 | doc: correct issue number for release note | Jes Cok |
| 2024-05-22 | crypto/x509: cleanup signature generation | Filippo Valsorda |