aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-07-29weekly.2011-07-29weekly.2011-07-29Andrew Gerrand
2011-07-20weekly.2011-07-19weekly.2011-07-19Andrew Gerrand
2011-07-19doc/talks/io2010: handle the errorsAndrew Gerrand
2011-07-18doc: fix padding on h1 tagsAndrew Gerrand
2011-07-14go spec: (up-)dateRobert Griesemer
2011-07-14go: require { } around else blockRuss Cox
2011-07-13go_tutorial: change the way it's generated.Rob Pike
2011-07-13doc: gofix io2010 demo programsAndrew Gerrand
2011-07-12effective go: tweak the words about semicolons, parens in control structures,Rob Pike
2011-07-12doc: document r58.1Russ Cox
2011-07-11doc: don't specify make target for working on windwos.Yasuhiro Matsumoto
2011-07-09tutorial: remove all line numbers and references to them.Rob Pike
2011-07-09doc/progs: gofmt -wMikio Hara
2011-07-08weekly.2011-07-07weekly.2011-07-07Andrew Gerrand
2011-07-07doc: remove ed from apt-get package listBrad Fitzpatrick
2011-07-04docs: fold the prog.sh scripting from makehtml into htmlgen itself.Rob Pike
2011-07-01windows: define and use syscall.HandleWei Guangjing
2011-06-30document release.r58Andrew Gerrand
2011-06-275l, 6l, 8l: drop use of ed during buildRuss Cox
2011-06-24weekly.2011-06-23weekly.2011-06-23Andrew Gerrand
2011-06-21Effective Go: supplied missing type in variadic function example.Ben Lynn
2011-06-20doc/GoCourseDay1: shrink the PDF by rewriting it using ps2pdf.Rob Pike
2011-06-19doc/faq: remove misleading FAQ entryAndrew Gerrand
2011-06-18doc/faq: add question about converting from []T to []interface{}Andrew Gerrand
2011-06-17spec: disallow goto into blocksRuss Cox
2011-06-17weekly.2011-06-16weekly.2011-06-16Andrew Gerrand
2011-06-17doc/effective_go: add a note about prefixing error strings with theirNigel Tao
2011-06-16docs/GoCourseDay1.pdf: fix error in operator table.Rob Pike
2011-06-16doc: document r57.2Russ Cox
2011-06-16doc/effective_go.html: replace tab with spaces.Rob Pike
2011-06-14doc/gopher: add a small gif to use as an app engine logo on GAE pages.Rob Pike
2011-06-14doc/gopher: add jpgs of the goggled gopher logo for App Engine.Rob Pike
2011-06-13go spec: specify constant conversionsRobert Griesemer
2011-06-13go spec: unsafe.Alignof/Offsetof/Sizeof return uintptrRobert Griesemer
2011-06-12go spec: clarify rules for append, scope rules for :=Robert Griesemer
2011-06-11sort: change IntArray etc. to IntSlice for better name hygiene.Rob Pike
2011-06-10Go memory model: minor clarificationRobert Griesemer
2011-06-10docs: Update notes for 3-day Go course.Rob Pike
2011-06-10weekly.2011-06-09weekly.2011-06-09Andrew Gerrand
2011-06-08go spec: handle a corner case of a special case for shifts...Robert Griesemer
2011-06-06doc: don't insert paragraphs inside pre blocksAndrew Gerrand
2011-06-03weekly.2011-06-02weekly.2011-06-02Andrew Gerrand
2011-06-03doc: add Belarusian FAQ translationAndrew Gerrand
2011-06-02doc: add link to App Engine docs to front pageAndrew Gerrand
2011-05-27doc: put Release History link on 'Documentation' pageAndrew Gerrand
2011-05-25doc: mention go/printer instead of container/vector in effective goAndrew Gerrand
2011-05-25spec: delete spurious tag.Rob Pike
2011-05-24go spec: be precise with the use of the informal ellipsis … and the Go tok...Robert Griesemer
2011-05-25docs: remove some prose-unworthy empty parentheses.Rob Pike
2011-05-25spec: add missing comma.Rob Pike