aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2011-12-07doc: fix weekly.2011-12-06 release notes typoweekly.2011-12-06Andrew Gerrand
2011-12-07weekly.2011-12-06Andrew Gerrand
2011-12-05use new strconv APIRuss Cox
2011-12-05spec: remove contentious composite literal shorteningRuss Cox
2011-12-02spec: additional composite literal shortenings per Go 1 planRuss Cox
2011-12-02spec: pointer to array can be slicedRuss Cox
2011-12-02doc: do not slice array literalRuss Cox
2011-12-02spec: avoid slice of array literalRuss Cox
2011-12-02doc: correct weekly snapshot notes on hash.Hash changeAndrew Gerrand
2011-12-02weekly.2011-12-02weekly.2011-12-02Andrew Gerrand
2011-12-01go/doc: Detect headings in comments and format them as h3 in html.Volker Dobler
2011-12-01weekly.2011-12-01weekly.2011-12-01Andrew Gerrand
2011-11-29spec: update spacing to match gofmt, where reasonable.David Symonds
2011-11-28doc/tmptohtml: output fixChristopher Wedgwood
2011-11-24effective_go: remove unused variable from a couple of examplesRob Pike
2011-11-23text/template: new, simpler APIRob Pike
2011-11-22tutorial: update go_tutorial.htmlRob Pike
2011-11-22allow direct conversion between string and named []byte, []runeRuss Cox
2011-11-19weekly.2011-11-18weekly.2011-11-18Andrew Gerrand
2011-11-18codereview: undo last night's rollbackRuss Cox
2011-11-18doc: link to Chinese translation of A Tour of GoAndrew Gerrand
2011-11-15allow copy of struct containing unexported fieldsRuss Cox
2011-11-14doc/install: add openbsdJoel Sing
2011-11-14doc/progs: fix windows version to satisfy new errorAlex Brainman
2011-11-13spec: disallow general func, map comparisonsRuss Cox
2011-11-13syscall: use errorRuss Cox
2011-11-10tutorial: describe unidirectional channelsRob Pike
2011-11-09effective_go: a little more about comma ok and type assertionRob Pike
2011-11-09effective_go: fix up the description of cipher blocks and streamsRob Pike
2011-11-09crypto: update incorrect references to Cipher interface; should be Block.Rob Pike
2011-11-09FAQ: rearrange and expand the discussion of testingRob Pike
2011-11-09doc: htmlescape weekly notesRuss Cox
2011-11-09doc: fix anchor ID in weekly.html.David Symonds
2011-11-08FAQ: updateRob Pike
2011-11-09weekly.2011-11-09weekly.2011-11-09Andrew Gerrand
2011-11-08renaming_4: gofix -r everything/but/src/pkgRob Pike
2011-11-08renaming_1: hand-edited files for go 1 renamingRob Pike
2011-11-09weekly.2011-11-08weekly.2011-11-08Andrew Gerrand
2011-11-03all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere
2011-11-01spec: delete spurious articleRob Pike
2011-11-02weekly.2011-11-02weekly.2011-11-02Andrew Gerrand
2011-11-01all: rename os.Error to error in various non-code contextsRuss Cox
2011-11-01non-pkg: gofix -r error -force=errorRuss Cox
2011-11-01tutorial,effective_go: prepare for error changeRob Pike
2011-11-01spec: add errorRuss Cox
2011-11-02weekly.2011-11-01weekly.2011-11-01Andrew Gerrand
2011-11-01doc/Makefile: add 'all' rule to build all docsRob Pike
2011-11-01doc: refer to tour.golang.org instead of go-tour.appspot.comAndrew Gerrand
2011-11-01doc: fix typo in spec example code commentCharles L. Dorian
2011-11-01go spec: introduce rune typeRobert Griesemer