summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: add Google I/O talk and programsRuss Cox2010-06-086-0/+722
* go spec: rename "assignment compatible" -> "assignable"Robert Griesemer2010-06-071-27/+25
* go spec: clean-up and consolidation of spec with implementationRobert Griesemer2010-06-071-118/+125
* tutorial: fix one-word mistake in echo exampleRob Pike2010-06-052-2/+2
* go spec: Base comparison compatibility on assignment compatibility.Robert Griesemer2010-06-031-73/+68
* doc: codereview + Mercurial QueuesPeter Williams2010-06-022-4/+115
* doc/code.html: fix error string formatAndrew Gerrand2010-06-011-1/+1
* edit simple typosJoe Poirier2010-06-012-6/+6
* doc/code: example package with testsAndrew Gerrand2010-05-301-0/+85
* go spec: change def. of "type compatibility" to be non-recursiveRobert Griesemer2010-05-281-28/+38
* go spec: Disallow &a notation to obtain a sliceRobert Griesemer2010-05-271-7/+1
* release.2010-05-27weekly.2010-05-27Andrew Gerrand2010-05-271-0/+68
* golang.org: added Resources page, re-organized left hand panel.Andrew Gerrand2010-05-271-0/+141
* spec: Fix link to fallthrough statementsEvan Shaw2010-05-251-1/+1
* go spec: minor fix, to match conversion rules 4 and 5Robert Griesemer2010-05-241-1/+2
* go spec: fix and clarify syntax of conversionsRobert Griesemer2010-05-241-6/+17
* spec: index of non-addressable array is not addressableRuss Cox2010-05-241-3/+4
* spec: Fix a code tagEvan Shaw2010-05-231-1/+1
* go spec: added imaginary literal to semicolon rules (was missing)Robert Griesemer2010-05-141-12/+34
* rename 'gordon' to 'gopher'Andrew Gerrand2010-05-138-0/+0
* go spec: simplify section on channel typesRobert Griesemer2010-05-071-20/+18
* codelab/wiki: fix typo in demo URLAndrew Gerrand2010-05-072-2/+2
* release.2010-05-04weekly.2010-05-04Andrew Gerrand2010-05-051-0/+28
* go spec: clarification of make arguments,Robert Griesemer2010-05-041-14/+17
* codelab/wiki: switch edit/view, as they were backwardsAndrew Gerrand2010-05-033-10/+13
* go spec: fix iota descriptionRobert Griesemer2010-04-291-5/+4
* codelab/index.html: a few typos.Andrey Mirtchovski2010-04-291-3/+3
* codelab/index.html "os" needs to be imported because os.Error is used almost ...Andrey Mirtchovski2010-04-291-3/+6
* spec: clarify "continue" with label. the text was obvious in intent butRob Pike2010-04-281-1/+4
* release.2010-04-27weekly.2010-04-27Andrew Gerrand2010-04-281-0/+63
* wiki codelab: typo fixAndrew Gerrand2010-04-282-2/+2
* Wiki codelab, complete with tests.Andrew Gerrand2010-04-2821-0/+2513
* go spec: fix wrong commentRobert Griesemer2010-04-271-1/+1
* go_tutorial: removed outdated use of semicolonsAndrew Gerrand2010-04-282-44/+44
* homepage: removed animation, use custom js instead of gdynamicfeedsAndrew Gerrand2010-04-272-13/+24
* godoc: add codewalk supportRuss Cox2010-04-265-1/+670
* doc/root.html: remove key from jsapi srcAndrew Gerrand2010-04-271-1/+1
* go_faq: typo fixAndrew Gerrand2010-04-231-1/+1
* spec: Fix run-time panic header idEvan Shaw2010-04-221-1/+1
* faq: more up-to-date info about the Windows portAndrew Gerrand2010-04-221-2/+2
* go_faq: add question: Why does Go perform badly on benchmark X?Andrew Gerrand2010-04-211-1/+35
* go_spec updatesweekly.2010-04-13Russ Cox2010-04-131-5/+5
* release.2010-04-13Andrew Gerrand2010-04-141-0/+36
* Use the copy function rather than a loop.Ian Lance Taylor2010-04-131-4/+2
* Update roadmap: delete many accomplishmentsRob Pike2010-04-091-22/+1
* gp_spec typo fix: code example in the "Handling panics" sectionJoe Poirier2010-04-081-1/+1
* Language FAQ: editing tweaks after iant.Rob Pike2010-04-071-3/+3
* Language FAQ: update the entry on exceptions.Rob Pike2010-04-071-14/+13
* doc/go_mem: remove semicolonsDavid Symonds2010-04-061-47/+47
* programming_faq: added question on T vs *T method setsAndrew Gerrand2010-04-051-1/+37