aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
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: 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-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-27go/types: LookupSelection: returns LookupFieldOrMethod as a SelectionAlan Donovan
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-03-05go/types: add Var.Kind() VarKind methodAlan Donovan
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-17debug/elf: adjust version API per issue discussionIan Lance Taylor
2024-12-11debug/elf: adjust version API per issue discussionIan Lance Taylor
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