aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2020-04-03doc: document testing.TB.TempDir in release notesBrad Fitzpatrick
2020-04-03flag: exit 0 when -h or -help invoked but undefinedShang Jian Ding
2020-04-01doc: update the minimum supported macOS version to 10.11Carlos Amedee
2020-03-31cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-29doc: fix path to make.bashMichał Łowicki
2020-03-28doc: decrease prominence of GOROOT_BOOTSTRAPGiovanni Bajo
2020-03-27Revert "cmd/go: add support for GOPROXY fallback on unexpected errors"Bryan C. Mills
2020-03-26cmd/go: add support for GOPROXY fallback on unexpected errorsJay Conrod
2020-03-20doc/articles/wiki: use correct variable name in closures guideHowJMay
2020-03-18doc/go1.14: mention Windows change for Open permissionsIan Lance Taylor
2020-03-17testing: do not require os.Exit in TestMainChangkun Ou
2020-03-06doc/go1.14: document that unparsable URL in net/url.Error is now quotedStefan Baebler
2020-03-04cmd/go: invalidate cached test results when the -timeout flag changesBryan C. Mills
2020-03-03doc/mem: remove unnecessary pre tags within same snippetJingwei
2020-03-03runtime: during panic, print value instead of address, if kind is printableEmmanuel T Odeke
2020-03-02doc: race condition in unsynchronized send/closeChangkun Ou
2020-02-28doc: update Effective Go with 1.14 language changesFelix Cornelius
2020-02-25cmd/go/internal/{test,vet}: use a standard flag.FlagSet to parse flagsBryan C. Mills
2020-02-25doc/go1.14: add link to module migration guideAlexander Rakoczy
2020-02-25doc/articles/race_detector: mention memory leak potentialKevin Burke
2020-02-25doc: add Go 1.14 to release historyCarlos Amedee
2020-02-25sync: add new Map method LoadAndDeleteChangkun Ou
2020-02-24doc/go1.14: document that freebsd/arm64 requires FreeBSD 12.0 or laterTobias Klauser
2020-02-24doc/go1.14: remove draft noticeDmitri Shuralyov
2020-02-24time: add Ticker.ResetChangkun Ou
2020-02-23Revert "time: add Ticker.Reset"Andrew Bonventre
2020-02-23time: add Ticker.ResetChangkun Ou
2020-02-23doc: remove extra br tagsSam Chen
2020-02-21doc/go1.14: document the change to json.Number decodingDaniel Martí
2020-02-21testing: testing: add (*T).Deadline method for test timeoutBryan C. Mills
2020-02-20doc/go1.15: create go1.15.htmlBryan C. Mills
2020-02-18doc/go1.14: highlight the addition of hash/maphash packageDmitri Shuralyov
2020-02-18doc/go1.14: remove TODO comment for CL 200439Dmitri Shuralyov
2020-02-17doc/go1.14: add missing period at sentence endAlberto Donizetti
2020-02-11hash/maphash: mention that hash values do not persist in package docsIan Lance Taylor
2020-02-10doc/go1.14: add a couple minor crypto release notesFilippo Valsorda
2020-02-10doc: move doc/modules.md to x/websiteJay Conrod
2020-02-08doc/go1.14: rearrange in alphabetical orderToshihiro Shiino
2020-02-08doc/go1.14: add link to TempFile in io/ioutilToshihiro Shiino
2020-02-08doc/go1.14: fix inconsistent markupToshihiro Shiino
2020-02-07doc: fill in 'go mod init' section of module documentationJay Conrod
2020-02-07doc: fill in 'go mod download' section of module documentationJay Conrod
2020-02-07doc: fill in 'go list -m' section in module documentationJay Conrod
2020-02-07doc: fill in 'Module-aware commands' section in module documentationJay Conrod
2020-02-07doc: add section on module paths to module documentationJay Conrod
2020-02-07doc: add section on go.mod file syntaxJay Conrod
2020-02-06doc/go1.14: disable text/template processing in HTML pageDmitri Shuralyov
2020-02-05doc/go1.14: quote {{ and }} in text/template noteIan Lance Taylor
2020-02-05doc/go1.14: mention better error checking in text/templateIan Lance Taylor
2020-02-05doc/go1.14: document io/ioutil.TempDir's predictable prefix+suffixEmmanuel T Odeke