aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2016-01-13doc: document Go 1.5.3Russ Cox
2016-01-12doc: add Overview and other small edits to How To Write Go CodeAndrew Gerrand
2016-01-10doc: note GCM behaviour change in Go 1.6.Adam Langley
2016-01-08encoding/base64: fix streaming decode of padding-free base64Russ Cox
2016-01-07doc: mention that Go no longer calls timeBeginPeriod(1) on WindowsRuss Cox
2016-01-07doc: update 1.6 release notes with buildmode progressMichael Hudson-Doyle
2016-01-07doc: remove note about installing from source for ARMRuss Cox
2016-01-07doc: show relevant test instructions on install pageAndrew Gerrand
2016-01-06doc: fix incorrect example in asm.htmlIan Lance Taylor
2016-01-06doc: document release support policyRuss Cox
2016-01-06doc: document linux/ppc64 kernel requirement (2.6.37 or later)Russ Cox
2016-01-06doc: fix source link in gdb docsRuss Cox
2016-01-06doc: discuss copyright changes in contribute.htmlRuss Cox
2016-01-06doc/play: update URL for concurrent piRuss Cox
2016-01-06doc: note the net/http CloseNotifier changes in go1.6.htmlBrad Fitzpatrick
2016-01-06doc: mention new SIGPIPE behavior in 1.6 release notesIan Lance Taylor
2016-01-05spec: New year, new spec update (to refer to Unicode 8.0).Robert Griesemer
2016-01-03doc: fix typo in install-source.html.Benny Siegert
2016-01-01doc: fix typoShenghou Ma
2015-12-31doc: 2016 is the Year of the Gopher.David Symonds
2015-12-18doc: change go1.6 http headingBrad Fitzpatrick
2015-12-18doc: add mention of debug.SetTracebackRuss Cox
2015-12-18doc: fix typo in go1.6.htmlEmmanuel Odeke
2015-12-17doc: change go1.6 http headingBrad Fitzpatrick
2015-12-17doc: Americanise spelling of wilfulBrad Fitzpatrick
2015-12-16doc: first draft of Go 1.6 release notesRuss Cox
2015-12-15spec: be clearer about which parameter section can be variadicRobert Griesemer
2015-12-14doc: fix typo "heirarchy"Russ Cox
2015-12-11doc: many updates to go1.6.txtRuss Cox
2015-12-11doc/go1.6.txt: remove fmt.Scanf change (reverted)Russ Cox
2015-12-10doc: go1.6.txt: go doc searches in breadth-first orderRob Pike
2015-12-09doc: update go1.6.txtDave Cheney
2015-12-07doc: add heading IDs to Code of ConductChris Broadfoot
2015-12-06doc: go1.6.txt: note windows path/filepath.Join behaviour changeAlex Brainman
2015-12-04doc: correct ordering of go1.5 minor revisionsChris Broadfoot
2015-12-03doc: add note about cgo pointer passing rules to go1.6.txtIan Lance Taylor
2015-12-03doc: remove shallow clone mention from go1.6.txtBrad Fitzpatrick
2015-12-03doc: correct release date for go1.5.2Chris Broadfoot
2015-12-03doc: document go1.5.2Chris Broadfoot
2015-11-30spec: clarify examples for struct field tagsRobert Griesemer
2015-11-26spec: clarify that iota is incremented even if not used in a const specRobert Griesemer
2015-11-25doc: update go1.6.txt for cmd/cgo's C.complexfloat and C.complexdouble fixMatthew Dempsky
2015-11-24doc: add Code of ConductAndrew Gerrand
2015-11-23doc: update 1.6.txt for fmt.Scanf changeRob Pike
2015-11-20doc: add FAQ entry about covariant result typesIan Lance Taylor
2015-11-14cmd/dist: default to clang, not gcc, on freebsdRuss Cox
2015-11-13doc: add mips64/mips64le to supported GOARCHesShenghou Ma
2015-11-12doc: update go1.6.txtShenghou Ma
2015-11-11doc: update go1.6.txtBrad Fitzpatrick
2015-11-06doc: updated go1.6 with reflect change for unexported embedded structsMarcel van Lohuizen