aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2015-10-30doc/go1.6.txt: mention possible GOTRACEBACK changeRuss Cox
2015-10-30doc: some go1.6.txt additionsBrad Fitzpatrick
2015-10-21doc: go1.6.txt: -msan option for cmd/{go,compile,link}Ian Lance Taylor
2015-10-20spec: remove "untyped bool" oxymoronsMatthew Dempsky
2015-10-20spec: clarify numeric conversions where IEEE-754 produces -0.0Robert Griesemer
2015-10-10doc: go1.6.txt: *url.Error implements net.ErrorDave Cheney
2015-10-06doc: fix typo in contributing guideKatrina Owen
2015-10-03doc: update release tag in source directions to go1.5.1Austin Clements
2015-09-28doc: add text/template blocks and redefinition to go1.6.txtAndrew Gerrand
2015-09-25doc: go1.6.txt: bufio.ErrFinalTokenRob Pike
2015-09-23spec: minor adjustment of prose in composite literal sectionRobert Griesemer
2015-09-23doc: go1.6.txt: go test flag changesRob Pike
2015-09-23doc: document go1.4.3Chris Broadfoot
2015-09-18doc: go1.6.txt: template.IsTrue, bufio.Scanner.BufferRob Pike
2015-09-16doc: go1.6.txt: add math/rand.ReadRob Pike
2015-09-15doc: go1.6.txt: template.Funcs checks namesRob Pike
2015-09-12spec: fix composite literal syntax to match proseRobert Griesemer
2015-09-10doc: in go1.6.txt, small changes to fmt and timeRob Pike
2015-09-09doc: go1.6.txt: text/template and space trimmingRob Pike
2015-09-09doc: fix typo in go1.6.txtRob Pike
2015-09-09doc: document go1.5.1Chris Broadfoot
2015-09-08doc: mention that go install removes binaries built by go buildRob Pike
2015-09-08doc: strconv.QuoteToGraphic in go1.6.txtRob Pike