- 31 Jan, 2012 5 commits
-
-
Nigel Tao authored
They have moved to the code.google.com/p/go.image subrepo. R=rsc CC=golang-dev https://golang.org/cl/5552052
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/5598052
-
Nigel Tao authored
R=rsc, r CC=golang-dev https://golang.org/cl/5581053
-
Andrew Gerrand authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5599051
-
Andrew Gerrand authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5595048
-
- 30 Jan, 2012 30 commits
-
-
Rob Pike authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5598051
-
Rob Pike authored
attempt to fix freebsd build TBR=rsc R=rsc CC=golang-dev https://golang.org/cl/5576077
-
Robert Griesemer authored
Fixes #2803. R=r CC=golang-dev https://golang.org/cl/5601053
-
Rob Pike authored
Also delete gotest, since it's messy to fix and slated for deletion anyway. A couple of things outside src can't be tested any more. "go test" will be fixed and these tests will be re-enabled. They're noisy for now. Fixes #284. R=rsc CC=golang-dev https://golang.org/cl/5598049
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5569092
-
Robert Griesemer authored
Fixes #2786. R=r, bradfitz CC=golang-dev https://golang.org/cl/5581050
-
Robert Griesemer authored
If set, all methods are shown, not just those of non-exported anonynous fields. This change will only become functional once CL 5576057 is submitted. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5599048
-
Brad Fitzpatrick authored
Fix from Russ. Tested that multiple builds in a row work again. R=rsc, rsc CC=golang-dev https://golang.org/cl/5599047
-
Brad Fitzpatrick authored
Makes for prettier docs. R=golang-dev, dsymonds, r, rsc CC=golang-dev https://golang.org/cl/5576056
-
Brad Fitzpatrick authored
Benchmarks look the same. R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/5572080
-
Anthony Martin authored
This fixes a regression that was made when adding support for building with gccgo (in d6a14e6fac0c). External commands (those not from the Go tree) were being installed to the package directory instead of the binary directory. R=golang-dev, rsc, adg, remyoudompheng, rsc CC=golang-dev https://golang.org/cl/5564072
-
Russ Cox authored
R=iant, r CC=golang-dev https://golang.org/cl/5576071
-
Russ Cox authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5581047
-
Gustavo Niemeyer authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5569090
-
Rob Pike authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5598045
-
Russ Cox authored
I assume this was a too aggressive search-and-replace. R=imkrasin CC=golang-dev https://golang.org/cl/5580047
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/5564063
-
Russ Cox authored
Fixes #2478. R=ken2 CC=golang-dev https://golang.org/cl/5593051
-
Rob Pike authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5598046
-
Gustavo Niemeyer authored
This will add the temporary object directory into the lookup path so that cgo-exported function declarations may be included from C files. R=golang-dev, rogpeppe, rsc CC=golang-dev https://golang.org/cl/5600043
-
Olivier Duperray authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5595045
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/5580046
-
Volker Dobler authored
R=golang-dev CC=bradfitz, golang-dev https://golang.org/cl/5598044
-
Alex Brainman authored
pjmlp gets credit for initial version. Fixes #1789. R=paulo.jpinto, bradfitz, remyoudompheng, rsc CC=golang-dev https://golang.org/cl/5543069
-
Alex Brainman authored
R=golang-dev, rsc, cw, rsc CC=golang-dev https://golang.org/cl/5576070
-
Brad Fitzpatrick authored
Fixes #2801 R=rsc CC=golang-dev https://golang.org/cl/5576068
-
Andrew Gerrand authored
The one time they recovered from anything they obscured a useful stack trace. We're better off just crashing hard. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5577073
-
Andrew Gerrand authored
This ensures we always have results for subrepo-tip at go-tip. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5569091
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/5576047
-
Andrew Gerrand authored
dashboard: add Kind to Package struct dashboard: add kind parameter to /packages handler R=rsc, bsiegert, rogpeppe CC=golang-dev https://golang.org/cl/5572062
-
- 29 Jan, 2012 5 commits
-
-
Gustavo Niemeyer authored
The changes to builder were not tested. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5572083
-
Volker Dobler authored
Cookies recieved in a response to a POST request are stored in the client's jar like they are for GET requests. R=golang-dev, rsc CC=bradfitz, golang-dev https://golang.org/cl/5576065
-
Rob Pike authored
fix, vet yacc is also fixed (it was wrong before) All that's left is the commands used during compilation This looks like a huge CL, but it's almost all file renames. The action is in cmd/go/pkg.go, the Makefiles, and .../doc.go. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5595044
-
Rob Pike authored
If the argument to go fix isn't a package directory, the message said nothing helpful. Now it at least says a package couldn't be found. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5577072
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5596046
-