aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-12-16doc: remove Go Security Policy page (moved to x/website)Dmitri Shuralyov
2019-12-13spec: reword claim about the grammar being regularAlberto Donizetti
2019-12-13doc: fix missing closing tag in module documentationJay Conrod
2019-12-13doc: remove expiration from PGP key in security.htmlFilippo Valsorda
2019-12-11doc: remove Release History pages (moved to x/website)Dmitri Shuralyov
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-12-07doc: add missing p in install from source pageAlberto Donizetti
2019-12-05doc/go1.14: document freebsd/arm64 portTobias Klauser
2019-12-05doc: add CherryPickApproved filter to Release History linksDmitri Shuralyov
2019-12-04doc: fix typo in Go 1.12.14 documentCarlos Amedee
2019-12-04doc: document Go 1.13.5Carlos Amedee
2019-12-04doc: document Go 1.12.14Carlos Amedee
2019-11-27doc: add section on resolving packages to module reference docJay Conrod
2019-11-26doc: add section on GOPROXY protocol to module reference docJay Conrod
2019-11-19doc: add section for major version suffixes to module referenceJay Conrod
2019-11-19doc: add sections for modules, packages, versions to module referenceJay Conrod
2019-11-19doc: add glossary to module reference documentationJay Conrod
2019-11-19doc/go1.14: mention new, more efficient, timersIan Lance Taylor
2019-11-14doc: convert remaining bash tests to GoBryan C. Mills
2019-11-07doc: document new math.Fma functionKeith Randall
2019-11-06doc: Effective Go: formatting of code exampleVitaly Zdanevich
2019-11-06cmd/go: avoid upgrading to +incompatible versions if the latest compatible on...Bryan C. Mills
2019-11-05doc: mention the anti-spam bypass in security.htmlFilippo Valsorda
2019-11-04testing: implement Cleanup methodRoger Peppe
2019-11-02doc: update ports list description to reflect current statusAlberto Donizetti
2019-10-31doc: document Go 1.13.4Andrew Bonventre
2019-10-31doc: document Go 1.12.13Andrew Bonventre
2019-10-28doc/go1.14: document that Go 1.14 is likely last to support darwin/armBrad Fitzpatrick
2019-10-28doc/articles: format error string as per go styleAditya Harindar
2019-10-25cmd/go: implement svn support in module modeBryan C. Mills
2019-10-24cmd/go: add -modfile flag that sets go.mod file to read/writeJay Conrod
2019-10-24doc: add skeleton module documentation with headingsJay Conrod
2019-10-23doc/play: match the hello world snippet in x/websiteRohan Verma
2019-10-23doc: clarify that contributing isn't just for codeBrad Fitzpatrick
2019-10-21bytes/hash: initialize all 64 bits of hash seedKeith Randall
2019-10-21cmd/go: add a flag to avoid creating unwritable directories in the module cacheBryan C. Mills
2019-10-18doc/go1.14: announce upcoming removal of darwin/386 portBrad Fitzpatrick
2019-10-17doc: document Go 1.13.3Alexander Rakoczy
2019-10-17doc: document Go 1.12.12Alexander Rakoczy
2019-10-17doc: document Go 1.13.2 and Go 1.12.11Katie Hockman
2019-10-17doc/go1.14.html: add some TODOs about various portsBrad Fitzpatrick
2019-10-09dog/go1.14: properly close code tagsAinar Garipov
2019-10-09cmd/go/internal/list: disallow 'list -m' with '-mod=vendor'Bryan C. Mills
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills
2019-10-04doc: remove docs.htmlDmitri Shuralyov
2019-10-04doc: remove code.htmlJean de Klerk
2019-10-04crypto/tls: remove NPN supportBrad Fitzpatrick
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-09-29doc: remove double mention of custom workspaceAlberto Donizetti
2019-09-28reflect: let StructOf define unexported fieldsDavid Crawshaw