aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-07-12[release-branch.r58] doc: document r58.1Russ Cox
2011-06-30[release-branch.r58] document release.r58release.r58Andrew Gerrand
2011-06-29[release-branch.r58] doc/faq: remove misleading FAQ entryAndrew Gerrand
2011-06-29[release-branch.r58] doc/faq: add question about converting from []T to []int...Andrew Gerrand
2011-06-29[release-branch.r58] doc/GoCourseDay1: shrink the PDF by rewriting it using p...Andrew Gerrand
2011-06-29[release-branch.r58] docs/GoCourseDay1.pdf: fix error in operator table.Andrew Gerrand
2011-06-29[release-branch.r58] docs: Update notes for 3-day Go course.Andrew Gerrand
2011-06-10weekly.2011-06-09weekly.2011-06-09Andrew Gerrand
2011-06-08go spec: handle a corner case of a special case for shifts...Robert Griesemer
2011-06-06doc: don't insert paragraphs inside pre blocksAndrew Gerrand
2011-06-03weekly.2011-06-02weekly.2011-06-02Andrew Gerrand
2011-06-03doc: add Belarusian FAQ translationAndrew Gerrand
2011-06-02doc: add link to App Engine docs to front pageAndrew Gerrand
2011-05-27doc: put Release History link on 'Documentation' pageAndrew Gerrand
2011-05-25doc: mention go/printer instead of container/vector in effective goAndrew Gerrand
2011-05-25spec: delete spurious tag.Rob Pike
2011-05-24go spec: be precise with the use of the informal ellipsis … and the Go tok...Robert Griesemer
2011-05-25docs: remove some prose-unworthy empty parentheses.Rob Pike
2011-05-25spec: add missing comma.Rob Pike
2011-05-23go spec: clarify rules for shiftsRobert Griesemer
2011-05-23weekly.2011-05-22weekly.2011-05-22Andrew Gerrand
2011-05-22doc: close paragraph tags in FAQEvan Shaw
2011-05-20godoc: don't display navigation list with only 1 elementAndrew Gerrand
2011-05-17doc: add Korean Go siteAndrew Gerrand
2011-05-17doc: add I/O 2011 talks to talks/, docs.html, and front page.Andrew Gerrand
2011-05-16doc/go_mem.html: close happens before receive on closed channelRuss Cox
2011-05-15spec: fix copy to return "number of elements copied", not "numberNigel Tao
2011-05-13contrib*.html: make "golang-dev" the default reviewer.Rob Pike
2011-05-13go spec: fix error in production syntaxRobert Griesemer
2011-05-13doc: auto-generated html change missing from 7ee7980ea06dBrad Fitzpatrick
2011-05-13http: remove finalURL from Client.Get; move to ResponseBrad Fitzpatrick
2011-05-12go spec: clarify semantics of range clauseRobert Griesemer
2011-05-12doc/codelab: correct typo.Johan Euphrosine
2011-05-11effective go: explain about values/pointers in String() exampleRob Pike
2011-05-10doc/roadmap: put "App Engine support" under "Done".Andrew Gerrand
2011-05-08go spec: fix up HTML glitches.Rob Pike
2011-05-08effective go: update to new Open signature.Rob Pike
2011-05-06doc: remove left and right padding in H2 headings.Dmitry Chestnykh
2011-05-05go spec: newlines cannot be used inside a char or "" string literalRobert Griesemer
2011-05-04doc: document r57.1Russ Cox
2011-05-03doc: release.r57Russ Cox
2011-05-02doc/install: specify clone -u instead of -rAndrew Gerrand
2011-05-02godoc: if there is no search box, don't run the respective JS codeRobert Griesemer
2011-05-02go spec: clarify semantics of integer divisionRobert Griesemer
2011-05-02go spec: restricted expressions may still be parenthesizedRobert Griesemer
2011-04-29undo CL 4428057 / 19e540fc7d7dRobert Griesemer
2011-04-29spec: narrow syntax for expression and select statementsRobert Griesemer
2011-04-28weekly.2011-04-27weekly.2011-04-27Andrew Gerrand
2011-04-27tutorial: replace the forever loops with finite counts in sieve programs.Rob Pike
2011-04-26doc: mention make version in install.htmlRuss Cox