aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib
AgeCommit message (Expand)Author
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: relax native FIPS 140-3 modeFilippo Valsorda
2025-03-13crypto/tls: add ConnectionState.CurveIDFilippo Valsorda
2025-03-12mime/multipart: add helper to build content-disposition header contentsLuca Maltagliati
2025-03-04crypto/elliptic: drop hidden Inverse and CombinedMult methodsFilippo Valsorda
2025-02-25crypto/tls: require EMS in FIPS 140-3 modeFilippo Valsorda
2025-02-24net: accept a valid IP address in LookupMXIan Lance Taylor
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
2025-02-03doc: initialize next directory for Go 1.25Cherry Mui
2024-12-05doc/next: deleteGopher Robot
2024-12-05testing: improve documentation, examples, release notes forJunyang Shao
2024-12-04doc/next: add release notes for runtime and syncMichael Anthony Knyszek
2024-12-03doc/next: minor grammar fix in release notesRobert Griesemer
2024-11-30crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKeyFilippo Valsorda
2024-11-30crypto/rsa: move precomputation to crypto/internal/fips140/rsaFilippo Valsorda
2024-11-28doc/next: organize 9-todo.md items by categoryDmitri Shuralyov
2024-11-27doc/next: document that crypto/rand.Read never failsIan Lance Taylor
2024-11-26doc: add note about crypto/x509 serial generationRoland Shoemaker
2024-11-26doc: add note about x509sha1 removalRoland Shoemaker
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/x509: switch default policy field to PoliciesRoland Shoemaker
2024-11-22crypto/sha3: new packageFilippo Valsorda
2024-11-22crypto/rsa: refuse to generate and/or use keys smaller than 1024 bitsFilippo 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 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-15os/user: support built-in service user accounts on Windowsqmuntal
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