aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
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