aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-07-31[release-branch.r59] doc: document release.r59Andrew Gerrand
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
2011-05-23go spec: clarify rules for shiftsRobert Griesemer
2011-05-23weekly.2011-05-22weekly.2011-05-22Andrew Gerrand
2011-05-22doc: close paragraph tags in FAQEvan Shaw
2011-05-20godoc: don't display navigation list with only 1 elementAndrew Gerrand
2011-05-17doc: add Korean Go siteAndrew Gerrand
2011-05-17doc: add I/O 2011 talks to talks/, docs.html, and front page.Andrew Gerrand
2011-05-16doc/go_mem.html: close happens before receive on closed channelRuss Cox
2011-05-15spec: fix copy to return "number of elements copied", not "numberNigel Tao
2011-05-13contrib*.html: make "golang-dev" the default reviewer.Rob Pike
2011-05-13go spec: fix error in production syntaxRobert Griesemer
2011-05-13doc: auto-generated html change missing from 7ee7980ea06dBrad Fitzpatrick
2011-05-13http: remove finalURL from Client.Get; move to ResponseBrad Fitzpatrick