Rob Pike
|
80a9783f84
|
test/[n-z]*.go: add documentation
R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5700056
|
2012-02-24 11:48:19 +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
|
5bb54b8e9c
|
gc: remove func, map compare
R=ken, ken
CC=golang-dev
https://golang.org/cl/5373079
|
2011-11-13 22:58:08 -05:00 |
|
Russ Cox
|
f2b5a07453
|
delete float, complex - code changes
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
|
2011-01-19 23:09:00 -05:00 |
|
Rob Pike
|
4f61fc96b2
|
test: remove semiocolons.
The ken directory is untouched so we have some examples with explicit semis.
R=gri
CC=golang-dev
https://golang.org/cl/2157041
|
2010-09-04 10:36:13 +10:00 |
|
Russ Cox
|
918afd9491
|
move things out of sys into os and runtime
R=r
OCL=28569
CL=28573
|
2009-05-08 15:21:41 -07:00 |
|
Rob Pike
|
08eeb2535d
|
simplify test to eliminate now-deprecated forms of switch.
R=rsc
DELTA=76 (0 added, 63 deleted, 13 changed)
OCL=26439
CL=26490
|
2009-03-18 14:05:05 -07:00 |
|
Ken Thompson
|
1cdcfda140
|
remove assignment cases from switch
R=r
OCL=26480
CL=26480
|
2009-03-18 12:13:42 -07:00 |
|
Rob Pike
|
bd3c478f93
|
add value checks to the other switch - should have done this in prior round
R=rsc
OCL=26438
CL=26438
|
2009-03-17 20:57:54 -07:00 |
|
Rob Pike
|
bcb464d221
|
add test for type switches
R=rsc
DELTA=169 (169 added, 0 deleted, 0 changed)
OCL=26433
CL=26437
|
2009-03-17 20:55:42 -07:00 |
|