aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor
AgeCommit message (Expand)Author
18 hoursbytes,strings: add CutLastqiulaidongfeng
7 daysdoc/next: move 78137.md to the correct directoryNicholas S. Husin
7 daysgo/types: Hasher, a hash function for TypesAlan Donovan
12 dayshash/maphash: add Hasher interface and ComparableHasher implAlan Donovan
2026-03-24doc/next: add release note for automatic HTTP/1 response body drainingNicholas S. Husin
2026-03-06net/url: add Values.CloneEmmanuel T Odeke
2026-02-23go/token: add File.String methodAlan Donovan
2026-02-19net/url: add (*URL).CloneEmmanuel T Odeke
2026-02-02testing/synctest: add SleepDamien Neil
2026-01-28go/scanner: add End method to ScannerMateusz Poliwczak
2026-01-22net/http: Add Server.DisableClientPriority fieldNicholas S. Husin
2026-01-22all: update to Unicode 17Russ Cox
2026-01-21doc/next: initializeCarlos Amedee
2025-12-03doc/next: deleteGopher Robot
2025-12-03doc/next/6-stdlib/99-minor/go/ast/76031.md: add BasicLit caveatAlan Donovan
2025-12-02doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flagsRobert Griesemer
2025-12-02doc/next: release note for scheduler metricsMichael Anthony Knyszek
2025-12-01doc/next: clean up some Go 1.26 release notesBrad Fitzpatrick
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26crypto/tls: support crypto.MessageSigner private keysFilippo Valsorda
2025-11-26crypto/fips140: add WithoutEnforcementDaniel Morsing
2025-11-26crypto/x509: add ExtKeyUsage.OID methodRoland Shoemaker
2025-11-25crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchangesFilippo Valsorda
2025-11-25crypto/hpke: expose crypto/internal/hpkeFilippo Valsorda
2025-11-25reflect: add iterator equivalents for NumField, NumIn, NumOut and NumMethodQuentin Quaadgras
2025-11-25crypto/rsa: add EncryptOAEPWithOptionsAndrey Pshenkin
2025-11-25crypto/tls: expose HelloRetryRequest stateDaniel McCarney
2025-11-24doc: pre-announce removal of 1.23 and earlier crypto GODEBUGsSean Liao
2025-11-24crypto/fips140: add VersionSean Liao
2025-11-24net/http: add Transport.NewClientConnDamien Neil
2025-11-24crypto/x509: add ExtKeyUsage.String and KeyUsage.String methodsFilippo Valsorda
2025-11-20crypto/tls: add QUICErrorEventDamien Neil
2025-11-20os/signal: make NotifyContext cancel the context with a causeFilippo Valsorda
2025-11-19crypto: add Encapsulator and Decapsulator interfacesFilippo Valsorda
2025-11-19crypto/ecdh: add KeyExchanger interfaceFilippo Valsorda
2025-11-17debug/elf: sync new loong64 relocation types up to LoongArch ELF psABI v20250521WANG Xuerui
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-21go/ast: add ParseDirective for parsing directive commentsAustin Clements
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-15os: add (*Process).WithHandleKir Kolyshkin
2025-09-09crypto/rsa: check PrivateKey.D for consistency with Dp and DqFilippo Valsorda