aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2015-12-03[release-branch.go1.5] doc: correct release date for go1.5.2Chris Broadfoot
2015-12-03[release-branch.go1.5] doc: document go1.5.2Chris Broadfoot
2015-11-24[release-branch.go1.5] doc: add Code of ConductAndrew Gerrand
2015-10-03doc: update release tag in source directions to go1.5.1Austin Clements
2015-09-23[release-branch.go1.5] doc: document go1.4.3Chris Broadfoot
2015-09-09[release-branch.go1.5] doc: document go1.5.1Chris Broadfoot
2015-09-08[release-branch.go1.5] doc: mention that go install removes binaries built by...Rob Pike
2015-09-03[release-branch.go1.5] doc: add Go Security Policy documentAndrew Gerrand
2015-09-03[release-branch.go1.5] doc: only show Share button when enabledAndrew Gerrand
2015-08-19doc: document Go 1.5 on release pageRuss Cox
2015-08-19doc: fix typos in go1.5.htmlRob Pike
2015-08-19doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not Power 64Russ Cox
2015-08-19doc: adjust binary install page supported system listRuss Cox
2015-08-17doc: only the Logger.SetOutput method is new in Go 1.5Ian Lance Taylor
2015-08-11doc: link to Go 1.5 release notes from "project" pageAndrew Gerrand
2015-08-10doc: NaCl requires pepper 41Dave Cheney
2015-08-07doc: tweak phrasing in Go 1.5 release notesAndrew Gerrand
2015-08-06doc: do not call WaitGroup a functionRuss Cox
2015-08-06doc: remove duplicate -asmflags mentionJoe Shaw
2015-08-06doc/go1.5.html: fix typoMikio Hara
2015-08-05spec: clarify semantics of built-in functions 'complex', 'real', and 'imag'Robert Griesemer
2015-08-05spec: better organization of arithmetic operator sectionRobert Griesemer
2015-08-05spec: fix inconsistency of visibility rules for method namesRobert Griesemer
2015-08-05spec: clarify that short variable declarations can redeclare parametersRobert Griesemer
2015-08-05spec: clarify sentence about non-constant shiftsRobert Griesemer
2015-08-05doc/go1.5: fix hyperlink for runtime/traceRuss Cox
2015-08-05doc: mention new DWARF line table decoder in go1.5.htmlAustin Clements
2015-08-05doc/go1.5.html: update references to runtime/trace packageDmitry Vyukov
2015-08-05doc: adjust installation instructions dynamically for a given downloadAndrew Gerrand
2015-08-05doc: bump minimum requirement to OS X 10.7Andrew Gerrand
2015-08-04doc: link to design doc for GOMAXPROCS change in go1.5.htmlIan Lance Taylor
2015-08-04doc: link to the release cycle from contribute.htmlCaleb Spare
2015-08-04doc: Mention contributor agreement immediately after GerritAndy Maloney
2015-08-03doc: document new linker -X syntax in go1.5.htmlRob Pike
2015-08-03doc: link to proposal process from contribution guidelinesAndrew Gerrand
2015-08-02doc: update install from source instructions for go1.5ALTree
2015-07-31spec: fixed various example code snippetsRobert Griesemer
2015-07-31doc: solaris info added to go1.5.htmlRob Pike
2015-07-30spec: document existing expression switch restrictionsRobert Griesemer
2015-07-30doc: in go1.5.html fix claim about linking for ppc64(le)?Rob Pike
2015-07-30doc: add go1.5 note about change to zero-sized fields in cgoIan Lance Taylor
2015-07-29doc: remove non-answer from FAQAndrew Gerrand
2015-07-29doc: add json tokenizer to go1.5.htmlRob Pike
2015-07-23spec: be precise about rune/string literals and commentsRobert Griesemer
2015-07-23cmd/go: document internal and vendorRuss Cox
2015-07-23doc: mention the ppc64(le) ports in release notesRob Pike
2015-07-22doc: add line break in install-source.htmlHari haran
2015-07-22doc: add a clause about embedded methods to go1compatRob Pike
2015-07-21doc: add missing preposition in go1.5.htmlBrad Fitzpatrick
2015-07-21doc/go1.5.html: update the net.Dial release notes.Paul Marks