aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-05-07doc/go1.17: fill in TODO for compress/lzw packageJoe Tsai
2021-05-07doc/go1.17: fill in TODO for reflect packageJoe Tsai
2021-05-07doc/go1.17: document encoding/binary.Uvarint max read of 10 bytesEmmanuel T Odeke
2021-05-07doc/go1.17: fill in TODO for strconv packageJoe Tsai
2021-05-07doc/go1.17: move language specification TODO to the right placeDmitri Shuralyov
2021-05-06crypto/tls: enforce ALPN overlap when negotiated on both sidesRoland Shoemaker
2021-05-06doc/go1.17: document fixes for negative rune handlingDmitri Shuralyov
2021-05-05doc/go1.17: fill in Go 1.17 release note TODOs using relnoteDmitri Shuralyov
2021-05-04doc/go1.17: require macOS 10.13 or laterDmitri Shuralyov
2021-05-04cmd/go: suppress SSH password prompts when fetching modules or reposBryan C. Mills
2021-05-02time: make time.Time print a valid Go string with %#vKevin Burke
2021-04-30cmd/go: prune go.mod and go.sum files from vendored dependenciesBryan C. Mills
2021-04-30cmd/go: annotate versions in vendor/modules.txtBryan C. Mills
2021-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills
2021-04-30cmd/go: enable lazy loadingBryan C. Mills
2021-04-28spec: clarify conditions for switch expression typeRobert Griesemer
2021-04-27doc: change <a/> to </a> in speclixianyang
2021-04-22spec: add unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-20spec: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-16doc: add release note for module deprecationJay Conrod
2021-04-06runtime/cgo: add Handle for managing (c)go pointersChangkun Ou
2021-03-19cmd/go: assume Go 1.16 instead of Go 1.11 for dependencies that lack explicit...Bryan C. Mills
2021-03-17cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills
2021-03-17spec: fix rendering of >=Robert Griesemer
2021-03-16spec: clarify that signed integers>=0 are permitted as shift countsnobishino
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2021-03-02cmd/go: remove -insecure flag on go getwitchard
2021-02-24spec: improve sentence structure for passing a sliceDQNEO
2021-02-23doc: start draft go1.17 release notes, move go1.16 to x/websiteDmitri Shuralyov
2021-02-20doc/1.16: fix link to fs.FileInfoAlberto Donizetti
2021-02-20spec: every type has a method set (minor clarification)Robert Griesemer
2021-02-16doc/go1.16: remove draft noticeDmitri Shuralyov
2021-02-16doc/go1.16: fix mismatched id attributeKimMachineGun
2021-02-16doc: remove all docs not tied to distributionRuss Cox
2021-02-16doc: remove install.html and install-source.htmlRuss Cox
2021-02-15doc/faq: update generics entry to reflect accepted proposalIan Lance Taylor
2021-02-12doc/go1.16: note that package path elements beginning with '.' are disallowedBryan C. Mills
2021-02-11spec: More precise wording in section on function calls.DQNEO
2021-02-08doc/go1.16: mention new vet check for asn1.UnmarshalKimMachineGun
2021-02-05doc/go1.16: add missed heading tag in vet sectionKimMachineGun
2021-02-02spec: improve the example in Type assertions sectiontask4233
2021-02-01doc/go1.16: document that on OpenBSD syscalls are now made through libcCherry Zhang
2021-02-01doc/go1.16: minor markup fixesToshihiro Shiino
2021-01-28doc/go1.16: document go/build/constraint packageIan Lance Taylor
2021-01-27doc/go1.16: fix closing brace in .Export formatRyuji Iwata
2021-01-25doc/go1.16: mention os.DirFS in os sectionIan Lance Taylor
2021-01-25doc/go1.16: mention os.DirEntry and types moved from os to io/fsIan Lance Taylor
2021-01-25doc/go1.16: mention new testing/iotest functionsIan Lance Taylor
2021-01-25doc/go1.16: mention deprecation of io/ioutilIan Lance Taylor
2021-01-25doc/go1.16: mention go/build changesIan Lance Taylor