aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2018-11-02[release-branch.go1.10] doc: document Go 1.10.5Andrew Bonventre
2018-08-24[release-branch.go1.10] doc: document Go 1.10.4Andrew Bonventre
2018-06-06[release-branch.go1.10] doc: document Go 1.10.3Filippo Valsorda
2018-06-06[release-branch.go1.10] doc: document Go 1.9.7Filippo Valsorda
2018-05-26[release-branch.go1.10] doc: sync with masterFilippo Valsorda
2018-05-23[release-branch.go1.10] doc: update Code of ConductAndrew Bonventre
2018-04-30[release-branch.go1.10] doc: document Go 1.10.2Andrew Bonventre
2018-04-30[release-branch.go1.10] doc: document Go 1.9.6Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: update 1.9.5 release notes to include net/http/p...Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: update release notes for Go 1.9.5Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: document Go 1.10.1Andrew Bonventre
2018-03-29[release-branch.go1.10] doc: document Go 1.9.5Andrew Bonventre
2018-02-17[release-branch.go1.10] doc: update devel/release.html to add Go 1.10Andrew Bonventre
2018-02-16[release-branch.go1.10] doc: add note about invalid flag errors to 1.10 relea...Ian Lance Taylor
2018-02-15[release-branch.go1.10] doc: mention net/http Server Content-Type changeBrad Fitzpatrick
2018-02-15[release-branch.go1.10] doc: remove draft notice from Go 1.10 release notesIan Lance Taylor
2018-02-12all: restore changes from faulty merge/revertAndrew Bonventre
2018-02-12Revert "[release-branch.go1.10] all: merge master into release-branch.go1.10"Andrew Bonventre
2018-02-12doc: note that x509 cert parsing rejects some more certs nowBrad Fitzpatrick
2018-02-09doc: minor wording improvement to the diagnostics guideJBD
2018-02-07doc: document Go 1.9.4 and Go 1.8.7Russ Cox
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2018-02-05doc/editors: remove feature matrix for various editors/IDEsAndrew Bonventre
2018-02-02spec: remove need for separate Function production (cleanup)Robert Griesemer
2018-01-30doc: add GOMIPS to source installation docsBrad Fitzpatrick
2018-01-29doc: fix the closing tag in contribute.htmlMohit Agarwal
2018-01-29doc: fix two small mistakes in 1.10 release notesAlberto Donizetti
2018-01-26doc: fix spelling mistakeKevin Burke
2018-01-25database/sql: buffers provided to Rows.Next should not be modified by driversDaniel Theophanes
2018-01-25doc: remove Sarah Adams from conduct working group contactsSarah Adams
2018-01-23spec: consistently use "defined type" and "type name" (cleanup)Robert Griesemer
2018-01-23doc, cmd/go: final release notes editsRuss Cox
2018-01-23doc: document Go 1.8.6Andrew Bonventre
2018-01-22doc: update 1.9.3 release dateAndrew Bonventre
2018-01-22doc/go1.10: address final TODOsRuss Cox
2018-01-20doc: change anchor URLs from golang.org/dl/ to /dl/Andrew Bonventre
2018-01-20doc/faq: clarify that concurrent maps reads are safeIan Lance Taylor
2018-01-19doc: document Go 1.9.3Andrew Bonventre
2018-01-17spec: mention that special case for integer division is due to overflowRobert Griesemer
2018-01-16doc: specify which pprof version was vendored in go1.10Alberto Donizetti
2018-01-11spec: remove example explaining that type B0 and B0 are identicalRobert Griesemer
2018-01-11doc, api: add type Srcset string change to go1.10 notes and APIgo1.10beta2Andrew Bonventre
2018-01-10doc/go1.10: document that Go 1.11 will remove Windows XP supportRuss Cox
2018-01-10doc/go1.10: fix typo of "preserves"kim yongbin
2018-01-10doc/go1.10: fix more TODOsRuss Cox
2018-01-09spec: use consistent quoting style in proseRobert Griesemer
2018-01-09reflect: fix doc nitRuss Cox
2018-01-09doc: remove interior <code> spaces in debugging, diagnostics docsRuss Cox
2018-01-09doc/debugging_with_gdb: soften text about disabling optimizationsRuss Cox
2018-01-09doc: s/tool chain/toolchain/Russ Cox