summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: add make.bash --dist-toolRuss Cox2012-02-061-0/+5
* doc: remove overuse of simplyRuss Cox2012-02-065-7/+7
* build: delete make paraphernaliaRuss Cox2012-02-0634-1383/+76
* cmd/dist: ignore file names beginning with . or _Russ Cox2012-02-061-1/+17
* runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).R?my Oudompheng2012-02-0612-47/+59
* database/sql: permit scanning into interface{}Brad Fitzpatrick2012-02-063-8/+42
* 8a, 8l: implement support for RDTSC instruction.Shenghou Ma2012-02-064-2/+7
* build: remove unnecessary pragmasAnthony Martin2012-02-062-4/+0
* cmd/go: fixed panic on `go clean -n` and `go clean -x`.Sanjay Menakuru2012-02-061-2/+4
* cmd/gc: disallow switch _ := v.(type)Russ Cox2012-02-062-2/+2
* cmd/go: pass env CGO_CFLAGS to cgoJeff Hodges2012-02-061-1/+1
* runtime: fix float64 hash on 32-bit machineRuss Cox2012-02-061-1/+1
* runtime: use GOTRACEBACK to decide whether to show runtime framesRuss Cox2012-02-061-2/+5
* cmd/gc: another special (%hhS) case for method names.Luuk van Dijk2012-02-061-0/+10
* cmd/gc: fix codegen reordering for expressions involving && and ||Luuk van Dijk2012-02-062-1/+8
* archive/zip: support full range of FileMode flagsGustavo Niemeyer2012-02-064-17/+71
* gc: don't print implicit type on struct literal in exportLuuk van Dijk2012-02-065-9/+20
* net/http: Don't set Content-Type header for HEAD requests by defaultPatrick Mylund Nielsen2012-02-062-3/+8
* bytes: API tweaksRob Pike2012-02-061-7/+11
* io: API tweaksRob Pike2012-02-062-15/+16
* cmd/go: build: print import errors when invoked on filesKyle Lemons2012-02-061-0/+12
* all: avoid bytes.NewBuffer(nil)Rob Pike2012-02-0618-39/+37
* gob: fuzz testing, plus a fix for very large type names.David Symonds2012-02-063-2/+69
* testing: capture panics, present them, and mark the test as a failure.David Symonds2012-02-061-0/+20
* html: add package doc.Nigel Tao2012-02-061-0/+1
* net: fix Plan 9 buildAnthony Martin2012-02-051-1/+1
* image: add package docs, rename s/UnknownFormatError/ErrFormat/ andNigel Tao2012-02-063-18/+36
* cmd/dist: fix bug in bsubstAlex Brainman2012-02-051-1/+4
* build: fix sudo.bash.David Symonds2012-02-051-2/+2
* cmd/dist: add GOBIN to env's outputGustavo Niemeyer2012-02-051-0/+1
* unicode: document large var blocks and the SpecialCase vars.David Symonds2012-02-043-2/+7
* cmd/dist: fix memory bug (fix builders?)Russ Cox2012-02-041-1/+1
* cmd/dist: fix arm buildRuss Cox2012-02-041-1/+8
* cmd/dist: more build fixesRuss Cox2012-02-041-1/+2
* cmd/dist: add BSD gohostos casesRuss Cox2012-02-041-0/+6
* path/filepath: disable broken testsRuss Cox2012-02-041-0/+6
* cmd/dist: fix buildRuss Cox2012-02-044-16/+16
* build: delete buildscripts, runtime scriptsRuss Cox2012-02-0417-7166/+0
* build: use cmd/distRuss Cox2012-02-046-270/+43
* build: dist-based build for windowsRuss Cox2012-02-044-58/+288
* cmd/dist: fix build on openbsdMikio Hara2012-02-041-2/+2
* expvar: revise API.David Symonds2012-02-042-47/+55
* reflect: test that PtrTo returns types that match program typesIan Lance Taylor2012-02-031-0/+12
* go/printer: update documentationRobert Griesemer2012-02-031-1/+1
* cmd/dist: generate files for package runtimeRuss Cox2012-02-038-183/+1892
* docs: replace references to gofix etc. with tool invocationsRob Pike2012-02-041-2/+1
* lib9/utf: make safe for automatic buildRuss Cox2012-02-035-2903/+3
* crypto/...: changes to address some of bug 2841.Adam Langley2012-02-039-215/+34
* tools: update references to "x" to be "go tool x"Rob Pike2012-02-049-16/+15
* strings: add Fields exampleBrad Fitzpatrick2012-02-031-0/+15