2012-02-08 |
Andrew Gerrand | archive/zip: tweak API and docs. |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | encoding/csv: document ReadAll behavior at EOF |
commit | commitdiff | tree |
2012-02-08 |
Brad Fitzpatrick | net/http: don't ignore some errors in tests |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | encoding/binary: hide TotalSize |
commit | commitdiff | tree |
2012-02-08 |
Brad Fitzpatrick | cmd/api: compare multiple contexts |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | bufio: drop error return for NewReaderSize and NewWrite... |
commit | commitdiff | tree |
2012-02-08 |
Brad Fitzpatrick | net/http/httputil: preserve query params in reverse... |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | encoding/hex: canonicalize error type names |
commit | commitdiff | tree |
2012-02-08 |
Nigel Tao | image: delete the image.Repeated type. |
commit | commitdiff | tree |
2012-02-08 |
Rob Pike | io/ioutil: document EOF behavior in ReadFile and ReadAll |
commit | commitdiff | tree |
2012-02-07 |
Rob Pike | bug408: delete |
commit | commitdiff | tree |
2012-02-07 |
Robert Griesemer | go/printer, gofmt: don't print incorrect programs |
commit | commitdiff | tree |
2012-02-07 |
Russ Cox | 5l, 6l, 8l: implement -X flag |
commit | commitdiff | tree |
2012-02-07 |
Russ Cox | test: disable bug408 |
commit | commitdiff | tree |
2012-02-07 |
David Symonds | flag: describe valid input for Duration flags. |
commit | commitdiff | tree |
2012-02-07 |
Rob Pike | encoding/gob: document CommonType |
commit | commitdiff | tree |
2012-02-07 |
Rob Pike | encoding/xml: fix documentation for Decoder.Skip |
commit | commitdiff | tree |
2012-02-07 |
Rob Pike | bufio: remove special error type, update docs |
commit | commitdiff | tree |
2012-02-07 |
Andrew Gerrand | misc/osx: update for dist tool, drop image.bash, update... |
commit | commitdiff | tree |
2012-02-07 |
Gustavo Niemeyer | cmd/dist: prevent race on VERSION creation |
commit | commitdiff | tree |
2012-02-07 |
Robert Griesemer | fix build: wrong godoc code submitted before |
commit | commitdiff | tree |
2012-02-07 |
Robert Griesemer | go/token: remove dependency on encoding/gob |
commit | commitdiff | tree |
2012-02-07 |
Alex Brainman | net: run TestDialTimeout on windows |
commit | commitdiff | tree |
2012-02-07 |
Rob Pike | path/filepath: repair and simplify the symlink test |
commit | commitdiff | tree |
2012-02-06 |
Andrew Gerrand | misc/osx: don't set GOROOT or modify profile files |
commit | commitdiff | tree |
2012-02-06 |
Russ Cox | syscall: add Timeval.Nano, Timespec.Nano, for conversio... |
commit | commitdiff | tree |
2012-02-06 |
Rob Pike | go_spec: primality is elusive |
commit | commitdiff | tree |
2012-02-06 |
Rémy Oudompheng | cgo: print line numbers in fatal errors when relevant. |
commit | commitdiff | tree |
2012-02-06 |
Russ Cox | build: add make.bash --dist-tool |
commit | commitdiff | tree |
2012-02-06 |
Russ Cox | doc: remove overuse of simply |
commit | commitdiff | tree |
2012-02-06 |
Russ Cox | build: delete make paraphernalia |
commit | commitdiff | tree |
2012-02-06 |
Russ Cox | cmd/dist: ignore file names beginning with . or _ |
commit | commitdiff | tree |
2012-02-06 |
Rémy Oudompheng | runtime: delete UpdateMemStats, replace with ReadMemSta... |
commit | commitdiff | tree |
2012-02-06 |
Brad Fitzpatrick | database/sql: permit scanning into interface{} |
commit | commitdiff | tree |
2012-02-06 |
Shenghou Ma | 8a, 8l: implement support for RDTSC instruction. |
commit | commitdiff | tree |
2012-02-06 |
Anthony Martin | build: remove unnecessary pragmas |
commit | commitdiff | tree |
2012-02-06 |
Sanjay Menakuru | cmd/go: fixed panic on `go clean -n` and `go clean... |
commit | commitdiff | tree |
2012-02-06 |
Russ Cox | cmd/gc: disallow switch _ := v.(type) |
commit | commitdiff | tree |
2012-02-06 |
Olivier Duperray | misc/goplay: use go tool "run" |
commit | commitdiff | tree |
2012-02-06 |
Jeff Hodges | cmd/go: pass env CGO_CFLAGS to cgo |
commit | commitdiff | tree |
2012-02-06 |
Russ Cox | runtime: fix float64 hash on 32-bit machine |
commit | commitdiff | tree |
2012-02-06 |
Russ Cox | runtime: use GOTRACEBACK to decide whether to show... |
commit | commitdiff | tree |
2012-02-06 |
Luuk van Dijk | cmd/gc: another special (%hhS) case for method names. |
commit | commitdiff | tree |
2012-02-06 |
Luuk van Dijk | cmd/gc: fix codegen reordering for expressions involvin... |
commit | commitdiff | tree |
2012-02-06 |
Gustavo Niemeyer | archive/zip: support full range of FileMode flags |
commit | commitdiff | tree |
2012-02-06 |
Luuk van Dijk | gc: don't print implicit type on struct literal in... |
commit | commitdiff | tree |
2012-02-06 |
Patrick Mylund... | net/http: Don't set Content-Type header for HEAD reques... |
commit | commitdiff | tree |
2012-02-06 |
David Symonds | A+C: Patrick Mylund Nielsen (individual CLA) |
commit | commitdiff | tree |
2012-02-06 |
Rob Pike | bytes: API tweaks |
commit | commitdiff | tree |
2012-02-06 |
Rob Pike | io: API tweaks |
commit | commitdiff | tree |
2012-02-06 |
Kyle Lemons | cmd/go: build: print import errors when... |
commit | commitdiff | tree |
2012-02-06 |
Rob Pike | all: avoid bytes.NewBuffer(nil) |
commit | commitdiff | tree |
2012-02-06 |
David Symonds | gob: fuzz testing, plus a fix for very large type names. |
commit | commitdiff | tree |
2012-02-06 |
David Symonds | testing: capture panics, present them, and mark the... |
commit | commitdiff | tree |
2012-02-06 |
Nigel Tao | html: add package doc. |
commit | commitdiff | tree |
2012-02-06 |
Anthony Martin | net: fix Plan 9 build |
commit | commitdiff | tree |
2012-02-06 |
Rob Pike | .hgignore: delete more dregs |
commit | commitdiff | tree |
2012-02-06 |
Rob Pike | .hgignore: delete dregs |
commit | commitdiff | tree |
2012-02-06 |
Nigel Tao | image: add package docs, rename s/UnknownFormatError... |
commit | commitdiff | tree |
2012-02-05 |
Andrew Gerrand | dashboard: update to go1beta |
commit | commitdiff | tree |
2012-02-05 |
Alex Brainman | cmd/dist: fix bug in bsubst |
commit | commitdiff | tree |
2012-02-05 |
David Symonds | build: fix sudo.bash. |
commit | commitdiff | tree |
2012-02-05 |
Gustavo Niemeyer | .hgignore: add VERSION.cache |
commit | commitdiff | tree |
2012-02-05 |
Gustavo Niemeyer | cmd/dist: add GOBIN to env's output |
commit | commitdiff | tree |
2012-02-04 |
David Symonds | doc/go1.html: style tweak for expvar notes. |
commit | commitdiff | tree |
2012-02-04 |
David Symonds | unicode: document large var blocks and the SpecialCase... |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | cmd/dist: fix memory bug (fix builders?) |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | cmd/dist: fix arm build |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | cmd/dist: more build fixes |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | cmd/dist: add BSD gohostos cases |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | path/filepath: disable broken tests |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | cmd/dist: fix build |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | build: delete buildscripts, runtime scripts |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | build: use cmd/dist |
commit | commitdiff | tree |
2012-02-04 |
Russ Cox | build: dist-based build for windows |
commit | commitdiff | tree |
2012-02-04 |
Mikio Hara | cmd/dist: fix build on openbsd |
commit | commitdiff | tree |
2012-02-04 |
David Symonds | expvar: revise API. |
commit | commitdiff | tree |
2012-02-04 |
Ian Lance Taylor | test: fix copyright year in new test case |
commit | commitdiff | tree |
2012-02-04 |
Ian Lance Taylor | reflect: test that PtrTo returns types that match progr... |
commit | commitdiff | tree |
2012-02-04 |
Robert Griesemer | go/printer: update documentation |
commit | commitdiff | tree |
2012-02-04 |
Ian Lance Taylor | test: test method expressions with parameters, and... |
commit | commitdiff | tree |
2012-02-03 |
Christopher... | spec: correct primes |
commit | commitdiff | tree |
2012-02-03 |
Russ Cox | cmd/dist: generate files for package runtime |
commit | commitdiff | tree |
2012-02-03 |
Rob Pike | docs: replace references to gofix etc. with tool invoca... |
commit | commitdiff | tree |
2012-02-03 |
Russ Cox | test: fix bug headers |
commit | commitdiff | tree |
2012-02-03 |
Russ Cox | lib9/utf: make safe for automatic build |
commit | commitdiff | tree |
2012-02-03 |
Adam Langley | crypto/...: changes to address some of bug 2841. |
commit | commitdiff | tree |
2012-02-03 |
Rob Pike | tools: update references to "x" to be "go tool x" |
commit | commitdiff | tree |
2012-02-03 |
Brad Fitzpatrick | test: don't use package main for files without a main... |
commit | commitdiff | tree |
2012-02-03 |
Brad Fitzpatrick | strings: add Fields example |
commit | commitdiff | tree |
2012-02-03 |
Rob Pike | spec: restore primality |
commit | commitdiff | tree |
2012-02-03 |
Robert Griesemer | godoc: provide link to subdirectories, if any |
commit | commitdiff | tree |
2012-02-03 |
Robert Griesemer | math/big: more accurate package comment |
commit | commitdiff | tree |
2012-02-03 |
Robert Griesemer | godoc: fix identifier search |
commit | commitdiff | tree |
2012-02-03 |
Robert Griesemer | godoc: diagnostic for empty FS tree |
commit | commitdiff | tree |
2012-02-03 |
Russ Cox | codereview: allow spaces in y.tab.[ch] |
commit | commitdiff | tree |
2012-02-03 |
Russ Cox | 5a, 6a, 8a, cc: check in y.tab.[ch] |
commit | commitdiff | tree |
2012-02-03 |
Russ Cox | gc: check in y.tab.[ch], yerr.h, builtin.c. |
commit | commitdiff | tree |
2012-02-03 |
Russ Cox | spec: 9 only looks prime |
commit | commitdiff | tree |
2012-02-03 |
Ian Lance Taylor | test: add test for receiver named _ |
commit | commitdiff | tree |
next |