aboutsummaryrefslogtreecommitdiff
path: root/doc/next
AgeCommit message (Expand)Author
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-15doc: add a release note for greenteagc GOEXPERIMENTMichael Anthony Knyszek
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-06runtime: replace mentions of "raised" with "panicked"Mark Freeman
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-29doc: fix grammar and spellingJohn Bampton
2025-04-23cmd/vet: add hostport analyzerAlan Donovan
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-07doc/go1.25: document macOS requirementsCarlos Amedee
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-04-01cmd/vet: add waitgroup analyzerAlan Donovan
2025-03-31os,internal/poll: support I/O on overlapped handles not added to the pollerqmuntal
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-20doc: go 1.26 remove support for windows/armqiulaidongfeng
2025-03-19os: add Root.ReadlinkDamien Neil
2025-03-19os: add Root.LchownDamien Neil
2025-03-18os: add Root.ChtimesDamien Neil
2025-03-18doc: document change in nil-ptr checking behaviorKeith Randall
2025-03-17doc/next: add release note for work package patternMichael Matloob
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-13doc/next: add release note for new toolchain line behaviorMichael Matloob
2025-03-13doc/next: add tentative DWARF 5 release note fragmentThan McIntosh
2025-03-12mime/multipart: add helper to build content-disposition header contentsLuca Maltagliati
2025-03-10internal/godebugs: add decoratemappings as an opaque godebug settingMichael Pratt
2025-03-05runtime: in asan mode call __lsan_do_leak_check when exitingIan Lance Taylor
2025-03-04crypto/elliptic: drop hidden Inverse and CombinedMult methodsFilippo Valsorda
2025-02-25crypto/tls: require EMS in FIPS 140-3 modeFilippo Valsorda