aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-06io: API tweaksRob Pike
2012-02-06 cmd/go: build: print import errors when invoked on filesKyle Lemons
2012-02-06all: avoid bytes.NewBuffer(nil)Rob Pike
2012-02-06gob: fuzz testing, plus a fix for very large type names.David Symonds
2012-02-06testing: capture panics, present them, and mark the test as a failure.David Symonds
2012-02-06html: add package doc.Nigel Tao
2012-02-05net: fix Plan 9 buildAnthony Martin
2012-02-06.hgignore: delete more dregsRob Pike
2012-02-06.hgignore: delete dregsRob Pike
2012-02-06image: add package docs, rename s/UnknownFormatError/ErrFormat/ andNigel Tao
2012-02-06dashboard: update to go1betaAndrew Gerrand
2012-02-05cmd/dist: fix bug in bsubstAlex Brainman
2012-02-05build: fix sudo.bash.David Symonds
2012-02-05.hgignore: add VERSION.cacheGustavo Niemeyer
2012-02-05cmd/dist: add GOBIN to env's outputGustavo Niemeyer
2012-02-04doc/go1.html: style tweak for expvar notes.David Symonds
2012-02-04unicode: document large var blocks and the SpecialCase vars.David Symonds
2012-02-04cmd/dist: fix memory bug (fix builders?)Russ Cox
2012-02-04cmd/dist: fix arm buildRuss Cox
2012-02-04cmd/dist: more build fixesRuss Cox
2012-02-04cmd/dist: add BSD gohostos casesRuss Cox
2012-02-04path/filepath: disable broken testsRuss Cox
2012-02-04cmd/dist: fix buildRuss Cox
2012-02-04build: delete buildscripts, runtime scriptsRuss Cox
2012-02-04build: use cmd/distRuss Cox
2012-02-04build: dist-based build for windowsRuss Cox
2012-02-04cmd/dist: fix build on openbsdMikio Hara
2012-02-04expvar: revise API.David Symonds
2012-02-03test: fix copyright year in new test caseIan Lance Taylor
2012-02-03reflect: test that PtrTo returns types that match program typesIan Lance Taylor
2012-02-03go/printer: update documentationRobert Griesemer
2012-02-03test: test method expressions with parameters, and with importIan Lance Taylor
2012-02-04spec: correct primesChristopher Wedgwood
2012-02-03cmd/dist: generate files for package runtimeRuss Cox
2012-02-04docs: replace references to gofix etc. with tool invocationsRob Pike
2012-02-03test: fix bug headersRuss Cox
2012-02-03lib9/utf: make safe for automatic buildRuss Cox
2012-02-03crypto/...: changes to address some of bug 2841.Adam Langley
2012-02-04tools: update references to "x" to be "go tool x"Rob Pike
2012-02-03test: don't use package main for files without a main functionBrad Fitzpatrick
2012-02-03strings: add Fields exampleBrad Fitzpatrick
2012-02-04spec: restore primalityRob Pike
2012-02-03godoc: provide link to subdirectories, if anyRobert Griesemer
2012-02-03math/big: more accurate package commentRobert Griesemer
2012-02-03godoc: fix identifier searchRobert Griesemer
2012-02-03godoc: diagnostic for empty FS treeRobert Griesemer
2012-02-03codereview: allow spaces in y.tab.[ch]Russ Cox
2012-02-035a, 6a, 8a, cc: check in y.tab.[ch]Russ Cox
2012-02-03gc: check in y.tab.[ch], yerr.h, builtin.c.Russ Cox
2012-02-03spec: 9 only looks primeRuss Cox