aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2010-09-07release.2010-09-06weekly.2010-09-06Andrew Gerrand
2010-09-04tutorial: regenerate HTML to pick up change to progs/file.go.Rob Pike
2010-09-02go spec clarification: arrays must be addressable to be sliceableRobert Griesemer
2010-09-01spec: delete spurious space (missed fix from previous review)Rob Pike
2010-09-01spec: fix a couple of tiny glitchesRob Pike
2010-08-31doc: add round-robin flag to io2010 balance example.Nigel Tao
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-30doc: various changes for validating HTMLScott Lawrence
2010-08-28 Documentation: Fix a bug in the example in Constants subsectionJames Fysh
2010-08-27doc: fix margins in root.htmlAndrew Gerrand
2010-08-27doc: remove console.log line from root.htmlAndrew Gerrand
2010-08-27doc: fix wiki codelab title and srcextract.goAndrew Gerrand
2010-08-26doc/go_learning: add links to more German docsAndrew Gerrand
2010-08-25release.2010-08-25weekly.2010-08-25Andrew Gerrand
2010-08-24build: update, streamline documentation for new $GOBINRuss Cox
2010-08-24effective go: fix errors caught by HaWeRob Pike
2010-08-23doc: Update gccgo information for recent changes.Ian Lance Taylor
2010-08-19doc: add missing paren (pointed out by nbjoerg)Christopher Wedgwood
2010-08-18build: no required environment variablesRuss Cox
2010-08-16spec: delete erroneous word 'pointer' in specification of select.Rob Pike
2010-08-14spec: trivial syntax fixStephen Ma
2010-08-12release.2010-08-11weekly.2010-08-11Andrew Gerrand
2010-08-05release.2010-08-04weekly.2010-08-04Andrew Gerrand
2010-08-04os: change the type of permissions argument for Open etc. to uint32.Rob Pike
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