aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-05-04[release-branch.r57] doc: document r57.1release.r57.1Russ Cox
2011-05-03[release-branch.r57] doc: release.r57release.r57Russ Cox
2011-05-03[release-branch.r57] doc/install: specify clone -u instead of -rRuss Cox
2011-04-28weekly.2011-04-27weekly.2011-04-27Andrew Gerrand
2011-04-27tutorial: replace the forever loops with finite counts in sieve programs.Rob Pike
2011-04-26doc: mention make version in install.htmlRuss Cox
2011-04-22go spec: for map types, mention indexing operationsRobert Griesemer
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-04-19go spec: attempt at clarifying language for "append"Robert Griesemer
2011-04-18tutorial: modernize the definition and use of Open.Rob Pike
2011-04-15godoc: use "search" input type for search box.Dmitry Chestnykh
2011-04-14weekly.2011-04-13weekly.2011-04-13Andrew Gerrand
2011-04-14doc/install.html: document use of libc6-dev-i386Andrew Gerrand
2011-04-07A codewalk through a simple program that illustrates several aspects of Go fu...John DeNero
2011-04-05roadmap: add sections on tools, packages.Rob Pike
2011-04-05spec: add parens missing from "protect" example.Rob Pike
2011-04-05weekly.2011-04-04weekly.2011-04-04Andrew Gerrand
2011-03-31roadmap: remove description of implementation of garbage collector.Rob Pike
2011-03-29weekly.2011-03-28weekly.2011-03-28Andrew Gerrand
2011-03-28doc: gccgo now supports method expressions and multiple init functions.Ian Lance Taylor
2011-03-27build: add all-qemu.bash, handful of arm fixesRuss Cox
2011-03-24doc: update contrib.html to be more enticingAndrew Gerrand
2011-03-17doc: mention godoc in "implements" FAQAndrew Gerrand
2011-03-17doc: explain release and weekly tags in install.htmlAndrew Gerrand
2011-03-16doc: fix line wrapping for release.htmlAndrew Gerrand
2011-03-16weekly.2011-03-15weekly.2011-03-15Andrew Gerrand
2011-03-15spec: disallow unused labelsRuss Cox
2011-03-11spec: remove closed from language, replaced by x, ok = <-cRuss Cox
2011-03-11.hgtags: s/release/weekly/Andrew Gerrand
2011-03-09Effective Go: some small cleanups.Rob Pike
2011-03-09doc: update codelab wiki to fix template.Execute argument orderAndrew Gerrand
2011-03-08FAQ: hello, world is now 1.1MB, down from 1.8MBRob Pike
2011-03-07go spec: clarify return statement rulesRobert Griesemer
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