aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2019-06-19doc/go1.13: add release notes for the testing packageAndrew
2019-06-19doc/go1.13: expand ports, add skeleton language changes sectionAustin Clements
2019-06-19doc/go1.13: add release notes for language changesRobert Griesemer
2019-06-18doc/go1.13: add crypto-related release notesFilippo Valsorda
2019-06-18doc/go1.13: add release notes for the net packageAndrew
2019-06-18doc/go1.13: runtime release notes, some compiler release notesAustin Clements
2019-06-18reflect,doc: use "the" instead of "a" in IsZero docsJosh Bleecher Snyder
2019-06-18doc: remove a Google+ link since it doesn't exist anymoreSteve Mynott
2019-06-17doc: update 1.13 release notesKeith Randall
2019-06-17cmd/go: document GOBIN and 'go install' locationsJay Conrod
2019-06-14doc: release notes for syscall and syscall/jsKatie Hockman
2019-06-14doc: add release notes for logJulie
2019-06-14doc: add release notes for contextJulie
2019-06-13doc: clarify default go command behavior in the release notesKatie Hockman
2019-06-13doc: add release notes for reflectJulie
2019-06-13doc: release notes for html/templateJulie
2019-06-13doc: mention os.UserConfigDir in release notesDmitri Shuralyov
2019-06-12doc: release notes for text/scanner and text/templateKatie Hockman
2019-06-12doc: add release notes for database/sqlJulie
2019-06-12doc: add release notes for syncKatie Hockman
2019-06-12doc: add release notes for the bytes, strings, and time packagesAndrew Bonventre
2019-06-11doc: add release notes describing the default mirror and sumdbKatie Hockman
2019-06-11doc: add release notes for os and os/execAndrew Bonventre
2019-06-10doc: document Go 1.12.6Dmitri Shuralyov
2019-06-10doc: document Go 1.11.11Dmitri Shuralyov
2019-06-10doc, net/http: add release notes for net/http and fix doc commentsAndrew Bonventre
2019-06-05doc: remove CL 159258 from 1.13 release notes listIan Lance Taylor
2019-06-05doc: update Go 1.13 release notes using relnoteAndrew Bonventre
2019-06-04doc: fix missing anchor links in contribute.htmlAgniva De Sarker
2019-05-14spec: clarify that slice a expression shares underlying array with operandRobert Griesemer
2019-05-13spec: clarify the difference between &T{} and new(T)Robert Griesemer
2019-05-13spec: clarify language on package-level variable initializationRobert Griesemer
2019-05-13doc: use consistent path in example codeShulhan
2019-05-08doc: update /doc/asm compiler output exampleRuss Cox
2019-05-06doc: document Go 1.12.5Andrew Bonventre
2019-05-06doc: document Go 1.11.10Andrew Bonventre
2019-05-02doc/go1.13: start doc, note macOS, FreeBSD deprecationsRuss Cox
2019-04-29runtime: support all as parameter in gdb goroutine commands.Haosdent Huang