aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-03-07doc/codelab/wiki: include into windows buildAlex Brainman
2011-03-07doc: amend release.2011-03-07 notes to mention reflect and path changesAndrew Gerrand
2011-03-07release.2011-03-07weekly.2011-03-07Andrew Gerrand
2011-03-04doc: there's no such thing as a .cgo fileAndrew Gerrand
2011-03-04doc: add "implements" question to FAQAndrew Gerrand
2011-03-04doc: describe platform-specific conventions in code.htmlAndrew Gerrand
2011-03-03go spec: minor clarification of scope rule for functionsRobert Griesemer
2011-03-03doc: remove reference to bug count from install.htmlAndrew Gerrand
2011-03-01docs: make "runtime" a word only as a name for the package.Rob Pike
2011-03-01doc: add FAQ about large binaries and stack vs heap allocationAndrew Gerrand
2011-02-25release.2011-02-24weekly.2011-02-24Andrew Gerrand
2011-02-22Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.b...Kyle Consalus
2011-02-22go spec: make condition mandatory in if statementsRobert Griesemer
2011-02-22go spec: fix local linkRobert Griesemer
2011-02-19spec: delete incorrect obsolete mention of selector working onRob Pike
2011-02-16Effective Go: stress that comments are uninterpreted textRob Pike
2011-02-16doc/devel/release: discuss StartProcess in release notesAndrew Gerrand
2011-02-16doc: fix release notes anchor tagAndrew Gerrand
2011-02-15go spec: minor clarification on channel typesRobert Griesemer
2011-02-16release.2011-02-15weekly.2011-02-15Andrew Gerrand
2011-02-14makehtml: use appendRob Pike
2011-02-14tutorial: rework the introduction to give "Effective Go"Rob Pike
2011-02-14build: run test/ directory firstRuss Cox
2011-02-12code.html: update to reflect that package names need not be uniqueRob Pike
2011-02-09template: reverse order of arguments to ExecuteRob Pike
2011-02-09srcextract: HTML-escape output if so desiredRobert Griesemer
2011-02-09codelab: update due to recent changes in go/printerRob Pike
2011-02-08go spec: fix a few typosAnthony Martin
2011-02-08go spec: clarification re: method sets of newly declared pointer typesRobert Griesemer
2011-02-07Codelab/wiki: fix typoAndrey Mirtchovski
2011-02-07Codelab: correct function definitions for handlers before closures are introd...Andrey Mirtchovski
2011-02-04spec: fix Typeof() return typeGustavo Niemeyer
2011-02-04go spec, effective go: cleanupsRobert Griesemer
2011-02-03go spec: move to Unicode 6.0Robert Griesemer
2011-02-03go spec: adjust notion of AssignabilityRobert Griesemer
2011-02-03spec: allow imported packages named mainRuss Cox
2011-02-02Getting Started guide: update for new versions of MercurialRobert Griesemer
2011-02-02Effective Go: fix typoRobert Griesemer
2011-02-02release.2011-02-01weekly.2011-02-01Andrew Gerrand
2011-02-01go spec: s/log.Crash/log.Panic/Robert Griesemer
2011-02-01log: rename Exit* to Fatal*Rob Pike
2011-02-01go spec: follow-up cleanups after communication operator changesRobert Griesemer
2011-01-31ebnflint: exit with non-zero status on errorRuss Cox
2011-01-31doc/progs: make sure all programs compile and runRob Pike
2011-01-31effective go: remove non-blocking ops in leaky bucket exampleRob Pike
2011-01-28doc/codelab/wiki: fixesRuss Cox
2011-01-27spec: remove non-blocking channel operatorsRuss Cox
2011-01-27doc/codelab/wiki: tests use available TCP portAndrew Gerrand
2011-01-27doc/codelab/wiki: replace curl with a Go programAndrew Gerrand
2011-01-26go spec: clarify address operators.Robert Griesemer