aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-08weekly.2012-02-07weekly.2012-02-07Andrew Gerrand
2012-02-08archive/zip: tweak API and docs.Andrew Gerrand
2012-02-08encoding/csv: document ReadAll behavior at EOFRob Pike
2012-02-07net/http: don't ignore some errors in testsBrad Fitzpatrick
2012-02-08encoding/binary: hide TotalSizeRob Pike
2012-02-07cmd/api: compare multiple contextsBrad Fitzpatrick
2012-02-08bufio: drop error return for NewReaderSize and NewWriterSizeRob Pike
2012-02-07net/http/httputil: preserve query params in reverse proxyBrad Fitzpatrick
2012-02-08encoding/hex: canonicalize error type namesRob Pike
2012-02-08image: delete the image.Repeated type.Nigel Tao
2012-02-08io/ioutil: document EOF behavior in ReadFile and ReadAllRob Pike
2012-02-08bug408: deleteRob Pike
2012-02-07go/printer, gofmt: don't print incorrect programsRobert Griesemer
2012-02-075l, 6l, 8l: implement -X flagRuss Cox
2012-02-07test: disable bug408Russ Cox
2012-02-07flag: describe valid input for Duration flags.David Symonds
2012-02-07encoding/gob: document CommonTypeRob Pike
2012-02-07encoding/xml: fix documentation for Decoder.SkipRob Pike
2012-02-07bufio: remove special error type, update docsRob Pike
2012-02-07misc/osx: update for dist tool, drop image.bash, update readmeAndrew Gerrand
2012-02-07cmd/dist: prevent race on VERSION creationGustavo Niemeyer
2012-02-06fix build: wrong godoc code submitted beforeRobert Griesemer
2012-02-06go/token: remove dependency on encoding/gobRobert Griesemer
2012-02-07net: run TestDialTimeout on windowsAlex Brainman
2012-02-07path/filepath: repair and simplify the symlink testRob Pike
2012-02-07misc/osx: don't set GOROOT or modify profile filesAndrew Gerrand
2012-02-06syscall: add Timeval.Nano, Timespec.Nano, for conversion to DurationRuss Cox
2012-02-07go_spec: primality is elusiveRob Pike
2012-02-06cgo: print line numbers in fatal errors when relevant.Rémy Oudompheng
2012-02-06build: add make.bash --dist-toolRuss Cox
2012-02-06doc: remove overuse of simplyRuss Cox
2012-02-06build: delete make paraphernaliaRuss Cox
2012-02-06cmd/dist: ignore file names beginning with . or _Russ Cox
2012-02-06runtime: delete UpdateMemStats, replace with ReadMemStats(&stats).Rémy Oudompheng
2012-02-06database/sql: permit scanning into interface{}Brad Fitzpatrick
2012-02-068a, 8l: implement support for RDTSC instruction.Shenghou Ma
2012-02-06build: remove unnecessary pragmasAnthony Martin
2012-02-06cmd/go: fixed panic on `go clean -n` and `go clean -x`.Sanjay Menakuru
2012-02-06cmd/gc: disallow switch _ := v.(type)Russ Cox
2012-02-06misc/goplay: use go tool "run"Olivier Duperray
2012-02-06cmd/go: pass env CGO_CFLAGS to cgoJeff Hodges
2012-02-06runtime: fix float64 hash on 32-bit machineRuss Cox
2012-02-06runtime: use GOTRACEBACK to decide whether to show runtime framesRuss Cox
2012-02-06cmd/gc: another special (%hhS) case for method names.Luuk van Dijk
2012-02-06cmd/gc: fix codegen reordering for expressions involving && and ||Luuk van Dijk
2012-02-06archive/zip: support full range of FileMode flagsGustavo Niemeyer
2012-02-06gc: don't print implicit type on struct literal in exportLuuk van Dijk
2012-02-06net/http: Don't set Content-Type header for HEAD requests by defaultPatrick Mylund Nielsen
2012-02-06A+C: Patrick Mylund Nielsen (individual CLA)David Symonds
2012-02-06bytes: API tweaksRob Pike