- 12 Feb, 2013 1 commit
-
-
Alan Donovan authored
Previously merely printing an error would cause the golden file comparison (in 'bash run') to fail, but that is no longer the case with the new run.go driver. R=iant CC=golang-dev https://golang.org/cl/7310087
-
- 23 Feb, 2012 1 commit
-
-
Rob Pike authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5674112
-
- 17 Feb, 2012 1 commit
-
-
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
-
- 20 Jan, 2011 1 commit
-
-
Russ Cox authored
also: cmplx -> complex float64(1.0) -> 1.0 float64(1) -> 1.0 R=gri, r, gri1, r2 CC=golang-dev https://golang.org/cl/3991043
-
- 26 Oct, 2010 1 commit
-
-
Russ Cox authored
ARM functionality is now completely working. (Or if it's not, we'll fix it.) R=ken2 CC=golang-dev https://golang.org/cl/2738041
-
- 04 Sep, 2010 1 commit
-
-
Rob Pike authored
The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
-
- 28 Jul, 2010 1 commit
-
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1692057
-
- 15 Sep, 2009 1 commit
-
-
Russ Cox authored
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
-
- 04 Sep, 2009 1 commit
-
-
Russ Cox authored
tweak test/literal.go to give more information. R=austin DELTA=45 (43 added, 0 deleted, 2 changed) OCL=34381 CL=34398
-
- 12 Aug, 2008 1 commit
-
-
Rob Pike authored
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
-
- 08 Jul, 2008 1 commit
-
-
Rob Pike authored
SVN=126336
-
- 12 Jun, 2008 1 commit
-
-
Rob Pike authored
SVN=122460
-
- 06 Jun, 2008 1 commit
-
-
Rob Pike authored
SVN=121464
-