aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.13.html
AgeCommit message (Expand)Author
2020-02-05doc: rename HTML element IDs to avoid duplicatesDmitri Shuralyov
2019-09-26net/http, doc/go1.13.html: revert TimeoutHandler.FlushEmmanuel T Odeke
2019-09-19doc/go1.13: add id tag to note about removal of NaCl port in Go 1.14Andrew
2019-09-03doc/go1.13: remove announcements of arm64 support on NetBSD and OpenBSDBryan C. Mills
2019-09-02doc/1.13: remove draft note and make various fixesAndrew Bonventre
2019-09-01doc: make the draft 1.13 release notes expected release date accurateAlex Gaynor
2019-08-27crypto/tls: make SSLv3 again disabled by defaultFilippo Valsorda
2019-08-26doc: align documents linkobei
2019-08-26doc/go1.13: add information about using private modules to the introductionKatie Hockman
2019-08-25doc/go1.13: add missing slashesToshihiro Shiino
2019-08-25doc/go1.13: fix bad URLs to strconv identifiersEmmanuel T Odeke
2019-08-23doc/go1.13: document fmt's number syntax updatesEmmanuel T Odeke
2019-08-22syscall: document relationship among Errno, errors.Is and os.Err*Jonathan Amsterdam
2019-08-21doc/go1.13: document _ between digits for math/big, strconvEmmanuel T Odeke
2019-08-20doc/go1.13: mention '-o <directory>' support for 'go build'Bryan C. Mills
2019-08-14doc/go1.13: add missing periodsToshihiro Shiino
2019-08-10doc/go1.13: mention faster sync.Mutex/RWMutex/OnceCarlo Alberto Ferraris
2019-08-06doc: mention Unicode update in release notesMarcel van Lohuizen
2019-08-05doc/go1.13.html: describe error-value additionsJonathan Amsterdam
2019-08-03doc/go1.13: add release notes for GOWASM environment variableAgniva De Sarker
2019-08-02doc/go1.13: mention confusion between keep-alive timeout and deadlineIan Lance Taylor
2019-08-02doc/go1.13: document net/http.Transport.Request.Body unfurlingEmmanuel T Odeke
2019-08-01doc/go1.13: add more release notes for net/httpEmmanuel T Odeke
2019-07-29go1.13.html: release note for %wJonathan Amsterdam
2019-07-22doc/go1.13: mention the effect of testing.Init on package initializationBryan C. Mills
2019-07-19cmd/go: document go get @upgrade behavior in release notesJay Conrod
2019-07-17doc/go1.13: remove 1.12 reference from 1.13 release notesAlberto Donizetti
2019-07-16cmd/go: tighten the check for pseudo-version base tagsBryan C. Mills
2019-07-15crypto/tls: deprecate SSLv3 supportFilippo Valsorda
2019-07-14doc/go1.13: fix misspelling of "interpreted"Alberto Donizetti
2019-07-12doc/go1.13: document removal of NaCl targets in Go 1.14Norman B. Lancaster
2019-07-05doc/go1.13: fix links and a closing tagMohit Agarwal
2019-07-03doc/go1.13: fix typoTobias Klauser
2019-06-27doc: fix spec links in Go 1.13 release notesDiogo Pinela
2019-06-26doc/go1.13: make cmd/go paragraphs more conciseBryan C. Mills
2019-06-26doc/go1.13: describe new 'go version' behaviorJay Conrod
2019-06-26doc/go1.13: move 'go get -t' paragraph to be adjacent to 'go get -u' changesBryan C. Mills
2019-06-26doc/go1.13: describe the change in behavior of GO111MODULE=autoBryan C. Mills
2019-06-25doc/go1.13: binary-only package are no longer supportedJay Conrod
2019-06-25doc/go1.13: close <em> and <code> tagsDmitri Shuralyov
2019-06-25doc/go1.13: describe new cmd/go environment variablesBryan C. Mills
2019-06-25doc/go1.13: describe 'go env -w'Bryan C. Mills
2019-06-25doc/go1.13: describe changes to 'go get'Bryan C. Mills
2019-06-25doc/go1.13: add release notes for the errors packageAndrew
2019-06-24doc/go1.13: cmd/go, math/big, and a leftover crypto/x509 release noteFilippo Valsorda
2019-06-24doc/go1.13: mention {NetBSD,OpenBSD}/arm64 portsIan Lance Taylor
2019-06-24doc/go1.13: remove bytes TODO since it does not require a release noteAndrew
2019-06-21doc: add release notes for godoc and go docDmitri Shuralyov
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-06-21doc/go1.13: document changes to gofmt, go/* libs, and fix entry for text/scannerRobert Griesemer