aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2011-10-12runtime: append([]byte, string...)Luuk van Dijk
2011-10-10doc: fix tutorial and Makefile PATH without dotAndrew Gerrand
2011-10-06weekly.2011-10-06weekly.2011-10-06Andrew Gerrand
2011-10-06doc: remove errant console.log from godocs.jsAndrew Gerrand
2011-10-06go/doc, godoc, gotest: support for reading example documentationAndrew Gerrand
2011-10-06Effective Go: IntArray -> IntSliceRob Pike
2011-10-05doc: document r60.2Andrew Gerrand
2011-10-05doc: link to Czech translation of The Laws of ReflectionAndrew Gerrand
2011-10-05doc: link to A Tour of GoAndrew Gerrand
2011-10-05documentation: Debugging Go code with GDB tutorial.Luuk van Dijk
2011-10-03doc: update tutorial.Rob Pike
2011-09-30doc: link to image/draw blog post.Nigel Tao
2011-09-29go spec: remove notes about gccgo limitations, now fixedIan Lance Taylor
2011-09-26doc: fix memory model read visibility bugRuss Cox
2011-09-23doc: link to image blog postAndrew Gerrand
2011-09-22weekly.2011-09-21weekly.2011-09-21Andrew Gerrand
2011-09-19doc: when configuring gold for gccgo, use --enable-gold=defaultIan Lance Taylor
2011-09-19doc: link to golang-franceAndrew Gerrand
2011-09-19doc: update release.r60.1 notesAndrew Gerrand
2011-09-16weekly.2011-09-16weekly.2011-09-16Andrew Gerrand
2011-09-15doc: release.r60.1Andrew Gerrand
2011-09-10doc: link to notable blog postsAndrew Gerrand
2011-09-08doc: release.r60Andrew Gerrand
2011-09-08doc: fix date in weekly snapshot historyAndrew Gerrand
2011-09-08weekly.2011-09-07weekly.2011-09-07Andrew Gerrand
2011-09-07weekly.html: remove note about exp/template -> template move.David Symonds
2011-09-01weekly.2011-09-01weekly.2011-09-01Nigel Tao
2011-08-31go spec: update section on Implementation DifferencesRobert Griesemer
2011-08-29doc/progs: fix windows/amd64Jaroslavas Počepko
2011-08-29doc/codelab/wiki: fix MakefileRuss Cox
2011-08-25doc: emphasize that environment variables are optionalRuss Cox
2011-08-23effective go: fix erroneous quoting of ampersands that cropped upRob Pike
2011-08-22godoc: add dummy playground.js to silence godoc warning at start-upRobert Griesemer
2011-08-22effective go: extract and test a couple more examples.Rob Pike
2011-08-22effective_go: fix brace quotes.Rob Pike