aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib
AgeCommit message (Expand)Author
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-07-23doc/next: initializeMichael Anthony Knyszek
2025-05-29doc/next: deleteGopher Robot
2025-05-27go/ast: deprecate FilterPackage, PackageExports, MergePackageFilesAlan Donovan
2025-05-23doc/next: add crudely processed todosDavid Chase
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
2025-05-21log/slog: add GroupAttrsSean Liao
2025-05-21runtime: use cgroup CPU limit to set GOMAXPROCSMichael Pratt
2025-05-21os: add Root.MkdirAllDamien Neil
2025-05-21os: add Root.RemoveAllDamien Neil
2025-05-20testing/synctest: add TestDamien Neil
2025-05-20reflect: add TypeAssert[T]Mateusz Poliwczak
2025-05-20doc: add release notes for cleanups and the unique packageMichael Anthony Knyszek
2025-05-19go/token: add FileSet.AddExistingFilesAlan Donovan
2025-05-19go/ast: add PreorderStack, a variant of Inspect that builds a stackAlan Donovan
2025-05-13testing: add Outputsuntala
2025-05-13Revert "testing: add Output"Jonathan Amsterdam
2025-05-13testing: add Outputsuntala
2025-05-08crypto,crypto/x509: implement MessageSignerRoland Shoemaker
2025-05-07runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2025-05-06log/slog: export Source method in Record for custom handler supportErnesto Alejandro Santana Hidalgo
2025-05-05net,os: support converting between *os.File and net.Conn on Windowsqmuntal
2025-04-30net: support IPv6 addresses in ListenMulticastUDP on Windowsqmuntal
2025-04-18regexp/syntax: recognize category aliases like \p{Letter}Russ Cox
2025-04-18unicode: add CategoryAliases, Cn, LCRuss Cox
2025-04-07doc/next: fix linkBrad Fitzpatrick
2025-04-04os: support overlapped IO with NewFileqmuntal
2025-04-04sync: add WaitGroup.Goqiulaidongfeng
2025-04-03api: move go1.25 to next/70250Alan Donovan
2025-03-31os,internal/poll: support I/O on overlapped handles not added to the pollerqmuntal
2025-03-28os: add Root.SymlinkDamien Neil