- 11 Oct, 2013 9 commits
-
-
Ian Lance Taylor authored
This matches the behaviour of builder.includeArgs in cmd/go/build.go. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/14535048
-
Ian Lance Taylor authored
Fixes #6567. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/14502060
-
Ian Lance Taylor authored
R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/14611043
-
Ian Lance Taylor authored
R=golang-dev, jsing, r CC=golang-dev https://golang.org/cl/14523056
-
Shenghou Ma authored
Fixes #6557. R=golang-dev, rsc, tracey.brendan CC=golang-dev https://golang.org/cl/14432053
-
Andrew Gerrand authored
This will allow "godoc godoc", "godoc vet", "godoc cover" to work. Fixes #6527. R=r, dsymonds CC=golang-dev https://golang.org/cl/14566049
-
Yasuhiro Matsumoto authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/14454059
-
Rob Pike authored
At the moment, godoc expands the example in the link, but in the past it has not. Add a waffle word to allow either possibility. Also change the order of cases in the switch in Compare to be consistent with the other switch in the function. R=golang-dev, iant CC=golang-dev https://golang.org/cl/14439055
-
Francesc Campoy authored
R=adg, campoy, r CC=golang-dev https://golang.org/cl/14419059
-
- 10 Oct, 2013 3 commits
-
-
Dominik Honnef authored
The regexp for closing CLs that were sent by you but committed by someone else only matched messages for the main repository, because of the added &repo=... for subrepositories. R=golang-dev, r CC=golang-dev https://golang.org/cl/14512045
-
Dominik Honnef authored
R=adonovan CC=golang-dev https://golang.org/cl/14548049
-
Dominik Honnef authored
Fixes #6531. R=adonovan CC=golang-dev https://golang.org/cl/14523043
-
- 09 Oct, 2013 7 commits
-
-
Ian Lance Taylor authored
Fixes #6553. R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/14526048
-
Keith Randall authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/14441055
-
Ian Lance Taylor authored
Also add the action's object directory to the list of directories we use to find SWIG shared libraries. Fixes #6521. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/14369043
-
Ian Lance Taylor authored
R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/14448044
-
Russ Cox authored
Fixes a bug in cgo on OS X using clang. See golang.org/issue/6472 for details. Fixes #6472. R=golang-dev, iant CC=golang-dev https://golang.org/cl/14575043
-
Ian Lance Taylor authored
R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/14582043
-
Russ Cox authored
Test using compress/gzip, because that's how the data arrived. Fixes #6550. R=golang-dev, r CC=golang-dev https://golang.org/cl/14441051
-
- 08 Oct, 2013 7 commits
-
-
Rob Pike authored
This dataset is current as of Sep 30, 2013. Fixes #6524 R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/14570044
-
Rob Pike authored
Also tweak the package document, putting in section headings and adding a sentence about intended use. Fixes #4925. R=golang-dev, iant, adg, ugorji CC=golang-dev https://golang.org/cl/14519044
-
Andrew Gerrand authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/14494044
-
Alan Donovan authored
R=r, gri CC=golang-dev https://golang.org/cl/14552044
-
Carl Shapiro authored
Instead of adding an -march=armv5t flag to the gcc command line, the same effect is obtained with an ".arch armv5t" pseudo op in the assembly file that uses armv5t instructions. R=golang-dev, iant, dave CC=golang-dev https://golang.org/cl/14511044
-
Andrew Gerrand authored
Generated by addca. R=gobot CC=golang-dev https://golang.org/cl/14502047
-
Andrew Gerrand authored
Fixes #6525. R=r CC=golang-dev https://golang.org/cl/14383043
-
- 07 Oct, 2013 8 commits
-
-
Rob Pike authored
Fixes #6543 6543 is also a fine NGC object. R=golang-dev, dsymonds, kamil.kisiel, minux.ma CC=golang-dev https://golang.org/cl/14515044
-
Robert Griesemer authored
But they cannot be dereferenced. See also issue 6116. Fixes #6358. R=r, rsc, iant, ken CC=golang-dev https://golang.org/cl/14374046
-
Dominik Honnef authored
The Go compiler emits extra information for this case: imported and not used: "sandbox/foo_bar" as bar R=adonovan CC=golang-dev https://golang.org/cl/14111043
-
Joel Sing authored
Like FreeBSD, DragonFly does not provide a sysconf value for _SC_GETPW_R_SIZE_MAX. R=golang-dev, iant CC=golang-dev https://golang.org/cl/14469043
-
Joel Sing authored
All of the currently supported platforms have a working user implementation and do not use stubs. As a result, enable the tests on all platforms rather than whitelisting. R=golang-dev, dave, iant CC=golang-dev https://golang.org/cl/14454044
-
Joel Sing authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/14470043
-
Jeff Sickel authored
See Rob Pike's lesson on shortcuts, https://plus.google.com/101960720994009339267/posts/R58WgWwN9jp R=golang-dev, r, rsc CC=aram.h, golang-dev https://golang.org/cl/14374045
-
Russ Cox authored
Generated by addca. R=gobot CC=golang-dev https://golang.org/cl/14467045
-
- 05 Oct, 2013 1 commit
-
-
David Symonds authored
R=golang-dev, adg CC=golang-dev, mikioh.mikioh https://golang.org/cl/14417043
-
- 04 Oct, 2013 5 commits
-
-
Keith Randall authored
If an iterator is started while a map is in the middle of a grow, and the map has NaN keys, then those keys might get returned by the iterator more than once. This fix makes the evacuation decision deterministic and repeatable for NaN keys so each one gets returned only once. R=golang-dev, r, khr, iant CC=golang-dev https://golang.org/cl/14367043
-
Keith Randall authored
R=golang-dev, cshapiro, iant CC=golang-dev https://golang.org/cl/14405043
-
Ian Lance Taylor authored
The gccgo implementation mishandled calling Interface on a value created by MakeFunc. R=golang-dev, r CC=golang-dev https://golang.org/cl/14401043
-
Mikio Hara authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/14379043
-
Alex Brainman authored
Fixes #6417 R=golang-dev, rsc CC=golang-dev https://golang.org/cl/14231047
-