aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2010-07-30release.2010-07-29weekly.2010-07-29Andrew Gerrand
2010-07-29go_spec: don't allow parens around the literal type of composite literalsRobert Griesemer
2010-07-30doc: update front page and go_learning.htmlAndrew Gerrand
2010-07-27spec: add recover to predeclared identifiers listAndrew Gerrand
2010-07-20gccgo_install.html: Description of the port to RTEMS added.Vinu Rajashekhar
2010-07-15release.2010-07-14weekly.2010-07-14Andrew Gerrand
2010-07-14go spec: clarification of channel close()Robert Griesemer
2010-07-14tutorial: show how to compile helloworld3, which depends on ./fileRob Pike
2010-07-13Go specification: Lock down some details about channels and select:Rob Pike
2010-07-13go spec: specify len/cap for nil slices, maps, and channelsRobert Griesemer
2010-07-09go/spec: fix typoRobert Griesemer
2010-07-05doc/go_tutorial: mention order of compilationAndrew Gerrand
2010-07-02Add various items to the Go Resources page.Andrew Gerrand
2010-07-01spec: restrict when len(x) is constantRuss Cox
2010-07-02release.2010-07-01weekly.2010-07-01Andrew Gerrand
2010-06-30doc/codewalk: Share Memory By CommunicatingAndrew Gerrand
2010-06-21release.2010-06-21weekly.2010-06-21Andrew Gerrand
2010-06-21spec: struct tags must be identical for types to be identicalRuss Cox
2010-06-18Effective Go: minor change to correct a comment in an exampleRob Pike
2010-06-18Effective Go: panic and recoverRob Pike
2010-06-16Effective Go: add a section on defer.Rob Pike
2010-06-14Effective Go: update ... discussion.Rob Pike
2010-06-14tutorial: update discussion of variadic functionsRob Pike
2010-06-12spec: remove ... (keeping ...T)Russ Cox
2010-06-11spec: clarify that result parameters are always zeroed before the function ex...Rob Pike
2010-06-09release.2010-06-09weekly.2010-06-09Andrew Gerrand
2010-06-08doc: add Google I/O talk and programsRuss Cox
2010-06-07go spec: rename "assignment compatible" -> "assignable"Robert Griesemer
2010-06-07go spec: clean-up and consolidation of spec with implementationRobert Griesemer
2010-06-05tutorial: fix one-word mistake in echo exampleRob Pike
2010-06-03go spec: Base comparison compatibility on assignment compatibility.Robert Griesemer
2010-06-02doc: codereview + Mercurial QueuesPeter Williams
2010-06-01doc/code.html: fix error string formatAndrew Gerrand
2010-06-01edit simple typosJoe Poirier
2010-05-30doc/code: example package with testsAndrew Gerrand
2010-05-28go spec: change def. of "type compatibility" to be non-recursiveRobert Griesemer
2010-05-27go spec: Disallow &a notation to obtain a sliceRobert Griesemer
2010-05-27release.2010-05-27weekly.2010-05-27Andrew Gerrand
2010-05-27golang.org: added Resources page, re-organized left hand panel.Andrew Gerrand
2010-05-25spec: Fix link to fallthrough statementsEvan Shaw
2010-05-24go spec: minor fix, to match conversion rules 4 and 5Robert Griesemer
2010-05-24go spec: fix and clarify syntax of conversionsRobert Griesemer
2010-05-24spec: index of non-addressable array is not addressableRuss Cox
2010-05-23spec: Fix a code tagEvan Shaw
2010-05-14go spec: added imaginary literal to semicolon rules (was missing)Robert Griesemer
2010-05-13rename 'gordon' to 'gopher'Andrew Gerrand
2010-05-07go spec: simplify section on channel typesRobert Griesemer
2010-05-07codelab/wiki: fix typo in demo URLAndrew Gerrand
2010-05-05release.2010-05-04weekly.2010-05-04Andrew Gerrand
2010-05-04go spec: clarification of make arguments,Robert Griesemer