aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2012-01-16weekly.2012-01-15weekly.2012-01-15Andrew Gerrand
2012-01-13spec: change the wording regarding select statement choiceRob Pike
2012-01-12build: don't use a fixed filename in tempBrad Fitzpatrick
2012-01-12effective_go: provide reference to runtime.NumCPU()Dmitriy Vyukov
2012-01-12doc: trivial comment typo fixShenghou Ma
2012-01-12doc: update "How to Write Go Code" to use the go toolAndrew Gerrand
2012-01-09spec: pointer comparison for pointers to 0-sized variablesRobert Griesemer
2012-01-09doc: use 2012 for year in model standard copyright headerPeter Mundy
2012-01-09doc: only trim newlines in tmpltohtml, gofmt progsAndrew Gerrand
2012-01-09doc: float -> float64 in Effective Go templateAndrew Gerrand
2012-01-09doc: float -> float64 in Effective GoJeff R. Allen
2012-01-06doc: add Slices: usage and internals articleAndrew Gerrand
2012-01-06doc: trim spaces from code snippetsAndrew Gerrand
2012-01-05doc/progs: test defer programsAndrew Gerrand
2012-01-04doc: Fix URL to the Xcode web pagePaul Borman
2012-01-03doc/codewalk/functions.xml: Fix broken function examplesJohn DeNero
2012-01-03doc/articles: add {{donotedit}} to templatesOlivier Duperray
2011-12-23weekly.2011-12-22weekly.2011-12-22Andrew Gerrand
2011-12-23doc: fix misspelt CSS properties.David Symonds
2011-12-22doc: refer to http://build.golang.org/ where applicableRobert Hencke
2011-12-21doc/progs/run: go1 prints output; fix testRob Pike
2011-12-20effective_go: redeclarationRob Pike
2011-12-19doc: delete go course notesRob Pike
2011-12-19doc: suggest code.google.com/p/go instead of go.googlecode.com/hgAndrew Gerrand
2011-12-16various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov
2011-12-15go spec: be precise about newlinesRobert Griesemer
2011-12-15doc: remove an errant dot.Andrew Gerrand
2011-12-15weekly.2011-12-14weekly.2011-12-14Andrew Gerrand
2011-12-14spec: skip carriage returns in raw literalsRob Pike
2011-12-13spec: values of underlying type uintptr can be converted to unsafe.PointerRobert Griesemer
2011-12-13contribute.html: do not fill in the reviewer fieldFlorian Weimer
2011-12-12doc/go1: timeRob Pike
2011-12-12doc/go1: more package updatesRob Pike
2011-12-12spec: allow comparison of structs, arrays containing comparable valuesRuss Cox
2011-12-13doc: add Error Handling articleAndrew Gerrand
2011-12-12doc/go1: the simpler package changesRob Pike
2011-12-12doc: remove file.go from run (fix windows build)Andrew Gerrand
2011-12-11doc/go_tutorial: make clear the file example is Unix-specificRob Pike
2011-12-12doc: add Defer, Panic, and Recover articleAndrew Gerrand
2011-12-11Housekeeping: Cleaning up the clean-up process.Lucio De Re
2011-12-10spec: adjust complex constant exampleRobert Hencke
2011-12-09doc/go1: syscalls, strconvRob Pike
2011-12-09doc/go1: the rest of the language changesRob Pike
2011-12-09tmpltohtml: feature for easier snippet extractionRob Pike
2011-12-09spec: examples of untyped boolean, string constantsRuss Cox
2011-12-09spec: remove redundant, outdated definition of default literal typesRuss Cox
2011-12-09spec: rune is now an alias for int32Russ Cox
2011-12-08spec: fix typo in example commentCharles L. Dorian
2011-12-08spec: var x = 'a' defaults to type runeRuss Cox
2011-12-08doc/go1: most of the simple language changesRob Pike