aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2011-10-28doc: A Tour of Go in JapaneseAndrew Gerrand
2011-10-27spec: define that initialization is sequentialRuss Cox
2011-10-27doc: fix escaping in weekly.htmlAndrew Gerrand
2011-10-26weekly.2011-10-26 (new rune type)weekly.2011-10-26Andrew Gerrand
2011-10-26weekly.2011-10-25weekly.2011-10-25Andrew Gerrand
2011-10-19weekly.2011-10-18weekly.2011-10-18Andrew Gerrand
2011-10-18godoc: generate package toc in template, not in JavaScriptRuss Cox
2011-10-18doc: document release.r60.3Andrew Gerrand
2011-10-17runtime: random offset for map iterationRuss Cox
2011-10-17go spec: clarifying variable declaractions w/ constantsRobert Griesemer
2011-10-17go spec: "delete" built-in functionRobert Griesemer
2011-10-15doc: add go-tour-kr, a Korean translation of A Tour of GoAndrew Gerrand
2011-10-14ld: Fixes issue 1899 ("cannot create 8.out.exe")Jaroslavas Počepko
2011-10-13gc: disallow close on receive-only channelsRuss Cox
2011-10-13runtime: run goroutines during initRuss Cox
2011-10-13spec: define order of multiple assignmentRuss Cox
2011-10-13doc: minor homepage tweakBrad Fitzpatrick
2011-10-13doc: remove link to http://golanguage.ru/Dmitriy Vyukov