aboutsummaryrefslogtreecommitdiff
path: root/api/next
AgeCommit message (Expand)Author
2025-05-21os: add Root.RemoveAllDamien Neil
2025-05-20testing/synctest: add TestDamien Neil
2025-05-20reflect: add TypeAssert[T]Mateusz Poliwczak
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-06log/slog: export Source method in Record for custom handler supportErnesto Alejandro Santana Hidalgo
2025-04-18unicode: add CategoryAliases, Cn, LCRuss Cox
2025-04-04sync: add WaitGroup.Goqiulaidongfeng
2025-04-03api: move go1.25 to next/70250Alan Donovan
2025-03-28os: add Root.SymlinkDamien Neil
2025-03-24os: add Root.LinkDamien Neil
2025-03-20os: add Root.RenameDamien Neil
2025-03-19os: add Root.ReadlinkDamien Neil
2025-03-19os: add Root.LchownDamien Neil
2025-03-18os: add Root.ChtimesDamien Neil
2025-03-14debug/elf: add riscv attributes definitionsMeng Zhuo
2025-03-13crypto/tls: add ConnectionState.CurveIDFilippo Valsorda
2025-03-12mime/multipart: add helper to build content-disposition header contentsLuca Maltagliati
2025-02-19go/parser: deprecate parser.ParseDirqiulaidongfeng
2025-02-13os: add Root.ChownDamien Neil
2025-02-10os: add Root.ChmodDamien Neil
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2024-12-05api: promote next to go1.24Gopher Robot
2024-11-22crypto/cipher: deprecate NewOFB, NewCFBDecrypter, and NewCFBEncrypterFilippo Valsorda
2024-11-22crypto/tls: implement X25519MLKEM768Filippo Valsorda
2024-11-22crypto/mlkem: init packageDaniel McCarney
2024-11-22crypto/fips140: new packageFilippo Valsorda
2024-11-22crypto/sha3: new packageFilippo Valsorda
2024-11-22crypto/x509: implement policy validationRoland Shoemaker
2024-11-21net/http: add support for unencrypted HTTP/2Damien Neil
2024-11-21crypto/hkdf: init packageDaniel McCarney
2024-11-21crypto/tls: add server-side ECHRoland Shoemaker
2024-11-21crypto/rand: add Text for secure random stringsSean Liao
2024-11-21crypto/pbkdf2: init packageDaniel McCarney
2024-11-20os: add OpenInRootDamien Neil
2024-11-20os: add Root.FSDamien Neil
2024-11-20os: add Root.Stat and Root.LstatDamien Neil
2024-11-20os: add Root.RemoveDamien Neil
2024-11-20os: add RootDamien Neil
2024-11-19crypto/subtle: add DIT closureRoland Shoemaker
2024-11-19crypto/cipher: add NewGCMWithRandomNonceFilippo Valsorda
2024-11-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek
2024-11-16runtime: implement AddCleanupCarlos Amedee
2024-11-14log/slog: add DiscardHandlerCarlana Johnson
2024-11-07debug/elf: add SHT_GNU_VERDEF section parsingbenbaker76
2024-11-05net/http: add Protocols field to Server and TransportDamien Neil