- 31 Jan, 2012 19 commits
-
-
Mikio Hara authored
R=rsc, r CC=golang-dev https://golang.org/cl/5593046
-
Wei Guangjing authored
R=golang-dev, lvd CC=golang-dev https://golang.org/cl/5601058
-
Joel Sing authored
Ensure that file descriptors have not already been leaked into our environment - close any that are open at the start of the TestExtraFiles test. Also use the appropriate command for listing open files. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5574062
-
Ian Lance Taylor authored
gccgo currently fails this test: fixedbugs/bug402.go:12:9: error: floating point constant truncated to integer fixedbugs/bug402.go:13:8: error: floating point constant truncated to integer R=golang-dev, gri CC=golang-dev https://golang.org/cl/5600050
-
Damian Gryski authored
This patch adds a hash seed to the Hmap struct. Each seed is initialized by runtime.fastrand1(). This is the first step of a solution to issue 2630. Fastrand1 still needs to be updated to provide us with actually random bits. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5599046
-
Russ Cox authored
R=golang-dev CC=golang-dev https://golang.org/cl/5600055
-
Russ Cox authored
The new cross-compiling bin target was breaking everything but the system where buildscript.sh ran. TBR=golang-dev CC=golang-dev https://golang.org/cl/5598055
-
Russ Cox authored
TBR=golang-dev CC=golang-dev https://golang.org/cl/5600054
-
Russ Cox authored
Consequently, remove many package Makefiles, and shorten the few that remain. gomake becomes 'go tool make'. Turn off test phases of run.bash that do not work, flagged with $BROKEN. Future CLs will restore these, but this seemed like a big enough CL already. R=golang-dev, r CC=golang-dev https://golang.org/cl/5601057
-
Russ Cox authored
Add 'go clean'. Make 'go build' write to pkgname, not a.out. Make 'go test -c' write to pkgname.test, not test.out. Make 'go install' write alternate binaries to .../bin/goos_goarch/. R=golang-dev, r CC=golang-dev https://golang.org/cl/5600048
-
Russ Cox authored
Fixes #2436. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5576075
-
Brad Fitzpatrick authored
A current theory is that this test is too fast for the time resolution on the VMs where our builders run. R=rsc CC=golang-dev https://golang.org/cl/5581056
-
Russ Cox authored
The builder is Debian, so maybe running dash, the shell that time forgot. R=golang-dev, r CC=golang-dev https://golang.org/cl/5600053
-
Anthony Martin authored
We weren't properly deleting the various header files (that were temporarily renamed) if a $CC for the current $GOARCH didn't exist. And since the compiler checks the current directory for headers before any -I arguments, this had the unfortunate side effect of including the last generated headers instead of the correct ones. R=r, rsc CC=golang-dev https://golang.org/cl/5581055
-
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 21 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
-