- 18 Feb, 2012 13 commits
-
-
Rob Pike authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5677084
-
Ian Lance Taylor authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5673080
-
Brad Fitzpatrick authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5673090
-
David Symonds authored
R=golang-dev, bradfitz, r, r CC=golang-dev https://golang.org/cl/5676090
-
Shenghou Ma authored
R=golang-dev, adg, r CC=golang-dev https://golang.org/cl/5649068
-
Rob Pike authored
Fixes #3053. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5656094
-
Ian Lance Taylor authored
Because bug040.go was ignoring all error messages, the fact that it got an error about fuction main was being ignored. R=golang-dev, r CC=golang-dev https://golang.org/cl/5675085
-
Ian Lance Taylor authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5673089
-
Nigel Tao authored
R=r, bradfitz, r, adg CC=golang-dev https://golang.org/cl/5675076
-
Rob Pike authored
When we build the encode engine for a recursive type, we mustn't disregard the indirections or we can try to reuse an engine at the wrong indirection level. Fixes #3026. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5675087
-
Ian Lance Taylor authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5671090
-
Rob Pike authored
Fix by setting the element type if we discover it's zero while building. We could have fixed this better with foresight by doing the id setting in a different sequence, but doing that now would break binary compatibility. Fixes #2995. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5675083
-
Andrew Gerrand authored
R=golang-dev, gri, r CC=golang-dev https://golang.org/cl/5676071
-
- 17 Feb, 2012 27 commits
-
-
Robert Griesemer authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5673087
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5676084
-
Rob Pike authored
I am making a unilateral decision here. I could also settle for returning 0, as long it's documented, but I argue that it's equivalent to an index out of bounds. Fixes #2892. R=golang-dev, dsymonds, rsc CC=golang-dev https://golang.org/cl/5676079
-
Anthony Martin authored
R=golang-dev, r, gri CC=golang-dev https://golang.org/cl/5675081
-
Robert Griesemer authored
Fixes #3048. R=rsc CC=golang-dev https://golang.org/cl/5672081
-
Russ Cox authored
Fixes #2989. R=ken2 CC=golang-dev https://golang.org/cl/5674091
-
Gustavo Niemeyer authored
Fixes #3061. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5656089
-
Robert Griesemer authored
Fixes #3041. R=rsc CC=golang-dev https://golang.org/cl/5671087
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/5675074
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/5676074
-
Joe Poirier authored
files moved from misc/windows, bash packager file replaced with Windows batch file R=golang-dev, alex.brainman, rsc CC=golang-dev https://golang.org/cl/5677074
-
Shenghou Ma authored
1, strip last path separator from $GOROOT The user might define GOROOT=/path/to/go/, but then the dir check in defaulttarg() will always complain the current dir is not within $GOROOT/src/. 2, resolve symlinks in the default goroot Or if getcwd() returns a fully-resolved path, the check in defaulttarg() will always fail. R=rsc CC=golang-dev https://golang.org/cl/5649073
-
Evan Shaw authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5673081
-
Shenghou Ma authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5677076
-
Ian Lance Taylor authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5671081
-
Dmitriy Vyukov authored
R=golang-dev, r, rsc, remyoudompheng, r CC=golang-dev https://golang.org/cl/5674086
-
Dmitriy Vyukov authored
The panic happens if -benchtime flag is specified: go test -bench=EndToEndAsyncHTTP -benchtime=120 R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5677075
-
Alex Brainman authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5656084
-
Rob Pike authored
Fixes #2778. R=bradfitz, rsc, iant, adg CC=golang-dev https://golang.org/cl/5672078
-
Russ Cox authored
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5671080
-
Russ Cox authored
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5673079
-
Russ Cox authored
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5656083
-
Russ Cox authored
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev CC=golang-dev https://golang.org/cl/5673078
-
Russ Cox authored
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5656082
-
Russ Cox authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5676077
-
Russ Cox authored
Convert cryptotype to general go1rename fix. Add os.Exec -> syscall.Exec fix along with new URL fixes. Fixes #2946. R=golang-dev, r, dsymonds CC=golang-dev https://golang.org/cl/5672072
-
David Symonds authored
R=bradfitz CC=golang-dev https://golang.org/cl/5676076
-