| Age | Commit message (Expand) | Author |
| 2024-11-19 | crypto/cipher: add NewGCMWithRandomNonce | Filippo Valsorda |
| 2024-11-18 | weak: move internal/weak to weak, and update according to proposal | Michael Anthony Knyszek |
| 2024-11-16 | runtime: implement AddCleanup | Carlos Amedee |
| 2024-11-14 | log/slog: add DiscardHandler | Carlana Johnson |
| 2024-11-07 | debug/elf: add SHT_GNU_VERDEF section parsing | benbaker76 |
| 2024-11-05 | net/http: add Protocols field to Server and Transport | Damien Neil |
| 2024-10-02 | hash/maphash: add WriteComparable and Comparable | qiulaidongfeng |
| 2024-09-23 | net,net/netip: implement the encoding.(Binary|Text)Appender | apocelipes |
| 2024-09-20 | testing: implement testing.B.Loop | sunnymilk |
| 2024-08-29 | net/http: add HTTP2Config | Damien Neil |
| 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 | time: implement the encoding.(Binary|Text)Appender for Time | apocelipes |
| 2024-08-20 | testing: add Context | Vladimir Varankin |
| 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-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-06-25 | crypto/tls: apply QUIC session event flag to QUICResumeSession events | Damien Neil |
| 2024-06-16 | syscall: selectively update zerrors_* on openbsd/386, openbsd/arm and openbsd... | Joel Sing |
| 2024-06-05 | api: promote next to go1.23 | Gopher Robot |
| 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 | net/http: add partitioned attribute to cookie type | islishude |
| 2024-05-22 | crypto/tls: improved 0-RTT QUIC API | Damien Neil |
| 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 | 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 | runtime/debug: eliminate temporary variadicity from SetCrashOutput | Alan Donovan |
| 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-22 | unique: add unique package and implement Make/Handle | Michael Anthony Knyszek |
| 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-17 | net/http: add ParseCookie, ParseSetCookie | Jes Cok |
| 2024-04-16 | debug/elf: define non-standard but well-known symbol types | Ian Lance Taylor |