Rob Pike
|
19bab1dc78
|
test/[n-r]*.go: add documentation
The rename ones needed redoing.
R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5698054
|
2012-02-24 10:30:39 +11:00 |
|
Russ Cox
|
57eb06fe93
|
test: use testlib (final 61)
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
|
2012-02-16 23:51:04 -05:00 |
|
Russ Cox
|
db33959797
|
cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune
Nothing terribly interesting here.
R=golang-dev, bradfitz, gri, r
CC=golang-dev
https://golang.org/cl/5300043
|
2011-10-25 22:20:02 -07:00 |
|
Russ Cox
|
81c3e8cabc
|
gc: implement new len spec, range bug fix, optimization
Fixes #885.
R=ken2
CC=golang-dev
https://golang.org/cl/1680048
|
2010-07-01 18:04:25 -07:00 |
|
Rob Pike
|
325cf8ef21
|
delete all uses of panicln by rewriting them using panic or,
in the tests, println+panic.
gofmt some tests too.
R=rsc
CC=golang-dev
https://golang.org/cl/741041
|
2010-03-24 16:46:53 -07:00 |
|
Ian Lance Taylor
|
ff68f96df0
|
Test evaluation of range variables.
R=rsc
CC=golang-dev
https://golang.org/cl/189088
|
2010-01-15 10:40:30 -08:00 |
|
Russ Cox
|
ae54cf73ca
|
last round: non-package code
R=r
DELTA=127 (38 added, 3 deleted, 86 changed)
OCL=34640
CL=34650
|
2009-09-15 12:42:24 -07:00 |
|
Russ Cox
|
54aa835b44
|
range over channels.
also fix multiple-evaluation bug in range over arrays.
R=ken
OCL=26576
CL=26576
|
2009-03-20 11:32:58 -07:00 |
|