aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
19 hoursbytes,strings: add CutLastqiulaidongfeng
3 dayscmd/go: remove bzr supportMichael Matloob
5 daysspec: move rule for type parameters up in section of range clauseRobert Griesemer
6 daysspec: fix prose in Instantiatons sectionRobert Griesemer
7 daysdoc/next: move 78137.md to the correct directoryNicholas S. Husin
7 daysspec: add syntax and prose for generic methodsRobert Griesemer
7 daysgo/types: Hasher, a hash function for TypesAlan Donovan
12 dayshash/maphash: add Hasher interface and ComparableHasher implAlan Donovan
13 daysspec: in range-over-func, the yield function cannot be variadicRobert Griesemer
2026-03-24spec: s/defined/declared/ in a handful of places (cleanup)Robert Griesemer
2026-03-24spec: predeclared types are named, not defined typesRobert Griesemer
2026-03-24doc/next: add release note for automatic HTTP/1 response body drainingNicholas S. Husin
2026-03-23net: avoid wrapping io.EOF in UnixConn read methodsBasavaraj PB
2026-03-20doc: fix 2 links in godebug.mdDmitri Shuralyov
2026-03-20doc: remove template use in godebug.mdDmitri Shuralyov
2026-03-18cmd/internal/objabi: implement GCC-compatible response file parsingMichael Podtserkovskii
2026-03-17doc/next: add release notes for enabling stdversion in testsSean Liao
2026-03-16spec: fix prose in rule for keys of struct composite literalsRobert Griesemer
2026-03-10runtime: GODEBUG=tracebacklabels=1 for 1.27+David Finkel
2026-03-06net/url: add Values.CloneEmmanuel T Odeke
2026-03-05html/template: properly escape URLs in meta content attributesRoland Shoemaker
2026-03-05spec: permit keys denoting embedded fields in struct literalsRobert Griesemer
2026-03-03doc/go_spec: add max and min to forbidden expression statements listTowaiji
2026-02-23go/token: add File.String methodAlan Donovan
2026-02-19net/url: add (*URL).CloneEmmanuel T Odeke
2026-02-13doc: document the gotypesalias removalMateusz Poliwczak
2026-02-13doc: document GODEBUG carve out for security releasesSean Liao
2026-02-02testing/synctest: add SleepDamien Neil
2026-01-28go/scanner: add End method to ScannerMateusz Poliwczak
2026-01-26doc/go1.27: document macOS requirementsDmitri Shuralyov
2026-01-22net/http: Add Server.DisableClientPriority fieldNicholas S. Husin
2026-01-22all: update to Unicode 17Russ Cox
2026-01-21doc/next: initializeCarlos Amedee
2026-01-16doc: fix urlmaxqueryparams typosMichael Pratt
2026-01-15net/url: add urlmaxqueryparams GODEBUG to limit the number of query parametersDamien Neil
2026-01-12spec: slightly re-arrange composite literal section for readabilityRobert Griesemer
2025-12-03doc/next: deleteGopher Robot
2025-12-03doc/next: pluralize 'result'Will Faught
2025-12-03doc/next/6-stdlib/99-minor/go/ast/76031.md: add BasicLit caveatAlan Donovan
2025-12-02doc: pre-announce removal of gotypesalias and asynctimerchan GODEBUG flagsRobert Griesemer
2025-12-02spec: remove restriction on channel element types for close built-in (bug fix)Robert Griesemer
2025-12-02doc/next: release note for scheduler metricsMichael Anthony Knyszek
2025-12-02doc/next: document cgo call overhead improvementMichael Anthony Knyszek
2025-12-02doc: mention stack allocation of slicesKeith Randall
2025-12-02doc/next: add section for Green TeaMichael Anthony Knyszek
2025-12-02spec: more precise prose for built-in function newRobert Griesemer
2025-12-01doc: document go tool pprof -http default changeMichael Pratt
2025-12-01doc/next: clean up some Go 1.26 release notesBrad Fitzpatrick
2025-11-26crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandomFilippo Valsorda
2025-11-26runtime/secret: implement new secret packageDaniel Morsing