aboutsummaryrefslogtreecommitdiff
path: root/doc/next
AgeCommit message (Expand)Author
2025-11-17go/ast: fix BasicLit.End position for raw strings containing \rAlan Donovan
2025-11-17crypto/mlkem/mlkemtest: add derandomized Encapsulate768/1024Filippo Valsorda
2025-11-17go/token: add (*File).End methodAlan Donovan
2025-11-15crypto/rsa: deprecate PKCS#1 v1.5 encryptionFilippo Valsorda
2025-11-12net/url: disallow raw IPv6 addresses in hostSean Liao
2025-11-03bytes: add Buffer.PeekIlia Choly
2025-10-27cmd/link: internal linking support for windows/arm64qmuntal
2025-10-22doc/next: improve new(expr) release noteAlan Donovan
2025-10-21go/ast: add ParseDirective for parsing directive commentsAustin Clements
2025-10-10cmd/go: unify "go fix" and "go vet"Alan Donovan
2025-10-07cmd/go, testing: add TB.ArtifactDir and -artifacts flagDamien Neil
2025-10-02net/http/httputil: deprecate ReverseProxy.DirectorDamien Neil
2025-09-30errors: add AsTypeJulien Cretel
2025-09-26net/http: add HTTP2Config.StrictMaxConcurrentRequestsDamien Neil
2025-09-25doc/next: document new image/jpeg DCT in release notesRuss Cox
2025-09-23doc/go_spec.html: document new(expr)Alan Donovan
2025-09-15os: add (*Process).WithHandleKir Kolyshkin
2025-09-09crypto/rsa: check PrivateKey.D for consistency with Dp and DqFilippo Valsorda
2025-09-09crypto/rsa: check for post-Precompute changes in ValidateFilippo Valsorda
2025-09-09crypto/ecdsa: deprecate direct use of big.Int fields in keysFilippo Valsorda
2025-09-04log/slog: add multiple handlers support for loggerJes Cok
2025-09-03net/netip: export Prefix.Compare, fix orderingdatabase64128
2025-08-29os,syscall: pass file flags to CreateFile on Windowsqmuntal
2025-08-23net/http/httptest: redirect example.com requests to serverSean Liao
2025-08-11database/sql: allow drivers to override Scan behaviorJack Christensen
2025-08-11net: context aware Dialer.Dial functionsMichael Fraenkel
2025-08-11cmd/dist: require Go 1.24.6 as minimum bootstrap toolchainDmitri Shuralyov
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-07-24cmd/doc: deleteMichael Matloob
2025-07-23doc/next: initializeMichael Anthony Knyszek
2025-05-29doc/next: deleteGopher Robot
2025-05-28doc/next: add release note for riscv64 plugin build modeMichael Anthony Knyszek
2025-05-28doc/next: tweak runtime release notesMichael Anthony Knyszek
2025-05-27doc/next: add small header to TODODavid Chase
2025-05-27go/ast: deprecate FilterPackage, PackageExports, MergePackageFilesAlan Donovan
2025-05-23doc/next: add crudely processed todosDavid Chase
2025-05-22doc: fix TBD markKeith Randall
2025-05-22doc: mention stack allocation of variable-sized make callsKeith Randall
2025-05-21runtime/trace: add the flight recorderCarlos Amedee
2025-05-21crypto,hash: add and implement hash.ClonerFilippo Valsorda
2025-05-21doc: refer to SHAKE in #69518 release noteFilippo Valsorda
2025-05-21testing: add AttrDamien Neil
2025-05-21crypto/x509: use truncated SHA-256 for SubjectKeyIdFilippo Valsorda
2025-05-21crypto/tls: disable SHA-1 signature algorithms in TLS 1.2Filippo Valsorda
2025-05-21hash: add XOF interfaceqiulaidongfeng
2025-05-21crypto/ecdsa: add low-level encoding functions for keysFilippo Valsorda
2025-05-21net/http: add CrossOriginProtectionFilippo Valsorda
2025-05-21crypto/tls: have servers prefer TLS 1.3 when supportedDaniel McCarney
2025-05-21crypto/tls: add GetEncryptedClientHelloKeysRoland Shoemaker
2025-05-21os: add Root.ReadFile and Root.WriteFileDamien Neil