summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2010-06-02doc: codereview + Mercurial QueuesPeter Williams2-4/+115
2010-06-01doc/code.html: fix error string formatAndrew Gerrand1-1/+1
2010-06-01edit simple typosJoe Poirier2-6/+6
2010-05-30doc/code: example package with testsAndrew Gerrand1-0/+85
2010-05-28go spec: change def. of "type compatibility" to be non-recursiveRobert Griesemer1-28/+38
2010-05-27go spec: Disallow &a notation to obtain a sliceRobert Griesemer1-7/+1
2010-05-27release.2010-05-27Andrew Gerrand1-0/+68
2010-05-27golang.org: added Resources page, re-organized left hand panel.Andrew Gerrand1-0/+141
2010-05-25spec: Fix link to fallthrough statementsEvan Shaw1-1/+1
2010-05-24go spec: minor fix, to match conversion rules 4 and 5Robert Griesemer1-1/+2
2010-05-24go spec: fix and clarify syntax of conversionsRobert Griesemer1-6/+17
2010-05-24spec: index of non-addressable array is not addressableRuss Cox1-3/+4
2010-05-23spec: Fix a code tagEvan Shaw1-1/+1
2010-05-14go spec: added imaginary literal to semicolon rules (was missing)Robert Griesemer1-12/+34
2010-05-13rename 'gordon' to 'gopher'Andrew Gerrand8-0/+0
2010-05-07go spec: simplify section on channel typesRobert Griesemer1-20/+18
2010-05-07codelab/wiki: fix typo in demo URLAndrew Gerrand2-2/+2
2010-05-05release.2010-05-04Andrew Gerrand1-0/+28
2010-05-04go spec: clarification of make arguments,Robert Griesemer1-14/+17
2010-05-03codelab/wiki: switch edit/view, as they were backwardsAndrew Gerrand3-10/+13
2010-04-29go spec: fix iota descriptionRobert Griesemer1-5/+4
2010-04-29codelab/index.html: a few typos.Andrey Mirtchovski1-3/+3
2010-04-29codelab/index.html "os" needs to be imported because os.Error is used almost ...Andrey Mirtchovski1-3/+6
2010-04-28spec: clarify "continue" with label. the text was obvious in intent butRob Pike1-1/+4
2010-04-28release.2010-04-27Andrew Gerrand1-0/+63
2010-04-28wiki codelab: typo fixAndrew Gerrand2-2/+2
2010-04-28Wiki codelab, complete with tests.Andrew Gerrand21-0/+2513
2010-04-27go spec: fix wrong commentRobert Griesemer1-1/+1
2010-04-28go_tutorial: removed outdated use of semicolonsAndrew Gerrand2-44/+44
2010-04-27homepage: removed animation, use custom js instead of gdynamicfeedsAndrew Gerrand2-13/+24
2010-04-26godoc: add codewalk supportRuss Cox5-1/+670
2010-04-27doc/root.html: remove key from jsapi srcAndrew Gerrand1-1/+1
2010-04-23go_faq: typo fixAndrew Gerrand1-1/+1
2010-04-22spec: Fix run-time panic header idEvan Shaw1-1/+1
2010-04-22faq: more up-to-date info about the Windows portAndrew Gerrand1-2/+2
2010-04-21go_faq: add question: Why does Go perform badly on benchmark X?Andrew Gerrand1-1/+35
2010-04-13go_spec updatesRuss Cox1-5/+5
2010-04-14release.2010-04-13Andrew Gerrand1-0/+36
2010-04-13Use the copy function rather than a loop.Ian Lance Taylor1-4/+2
2010-04-09Update roadmap: delete many accomplishmentsRob Pike1-22/+1
2010-04-08gp_spec typo fix: code example in the "Handling panics" sectionJoe Poirier1-1/+1
2010-04-07Language FAQ: editing tweaks after iant.Rob Pike1-3/+3
2010-04-07Language FAQ: update the entry on exceptions.Rob Pike1-14/+13
2010-04-06doc/go_mem: remove semicolonsDavid Symonds1-47/+47
2010-04-05programming_faq: added question on T vs *T method setsAndrew Gerrand1-1/+37
2010-04-01go spec: correct clarification of type declarationRobert Griesemer1-6/+3
2010-03-31go spec: clarification of type declarationsRobert Griesemer1-2/+8
2010-03-31release 2010-03-30Andrew Gerrand1-0/+62
2010-03-30godoc: support for title and subtitle headers when serving .html docsRobert Griesemer2-1/+7
2010-03-30Effective Go: update maps description regarding lookup of nonexistent entry.Rob Pike1-5/+20