aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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-16doc/go_mem: fix grammar issueJulien Cretel
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-11cmd/go: allow symlinks of non-directory files in embedMichael Matloob
2025-03-10internal/godebugs: add decoratemappings as an opaque godebug settingMichael Pratt
2025-03-06doc: update godebug doc to clarify godebug directive in workspaceMichael Matloob
2025-03-05runtime: in asan mode call __lsan_do_leak_check when exitingIan Lance Taylor
2025-03-05go/types: add Var.Kind() VarKind methodAlan Donovan
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-25spec: remove notion of core typesRobert Griesemer
2025-02-24net: accept a valid IP address in LookupMXIan Lance Taylor
2025-02-20doc: add a disclamer for the TLS handshake timeouts TL;DR bug in godebug.mdThomas Vaillant
2025-02-19go/parser: deprecate parser.ParseDirqiulaidongfeng
2025-02-14doc/godebug: mention GODEBUG=fips140Ian Lance Taylor
2025-02-13os: add Root.ChownDamien Neil
2025-02-10os: add Root.ChmodDamien Neil
2025-02-06runtime: don't duplicate reraised panic values in printpanicsDamien Neil
2025-02-03spec: remove reference to Go 1.17 specRobert Griesemer
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2025-02-03doc: initialize next directory for Go 1.25Cherry Mui
2025-01-13spec: fix grammar issueOleksandr Redko
2025-01-03spec: fix a dead linkyaxum62
2024-12-30spec: document that string conversions don't guarantee result slice capacityRobert Griesemer