Russ Cox
|
bee2d5b0ad
|
gc, spec, tests: no auto-indirect of pointer to interface value
Implies no embedding of pointer to interface value either.
R=gri, iant, ken2, r, r2
CC=golang-dev
https://golang.org/cl/2289041
|
2010-09-30 14:59:41 -04: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
|
1a3198907b
|
fix "declared and not used" in tests;
also template/template.go, missed last time.
R=r
DELTA=116 (61 added, 10 deleted, 45 changed)
OCL=34620
CL=34622
|
2009-09-14 21:03:53 -07:00 |
|
Russ Cox
|
5b62b19d43
|
convert non-pkg go files to whole-package compilation.
mostly removing forward declarations.
R=r
DELTA=138 (2 added, 127 deleted, 9 changed)
OCL=33068
CL=33099
|
2009-08-12 13:18:54 -07:00 |
|
Russ Cox
|
839a68469b
|
delete export
TBR=r
OCL=23121
CL=23127
|
2009-01-20 14:40:40 -08:00 |
|
Russ Cox
|
f48cbfdf56
|
convert tests; nothing interesting.
R=r
OCL=23012
CL=23014
|
2009-01-16 16:12:14 -08:00 |
|
Russ Cox
|
5564504507
|
new new & make
R=r
OCL=22166
CL=22166
|
2009-01-06 15:19:02 -08:00 |
|
Russ Cox
|
08ca30bbfa
|
change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.
TBR=r
OCL=21576
CL=21581
|
2008-12-19 03:05:37 -08:00 |
|
Robert Griesemer
|
7b4d719686
|
- removed need for int() conversion now that x << s has correct type
- updated golden.out
R=r
DELTA=9 (0 added, 8 deleted, 1 changed)
OCL=14657
CL=14657
|
2008-08-29 13:33:34 -07:00 |
|
Robert Griesemer
|
7eff30f0f0
|
- updated test cases to latest compiler changes
R=r
DELTA=185 (59 added, 33 deleted, 93 changed)
OCL=14655
CL=14655
|
2008-08-29 13:21:00 -07:00 |
|
Rob Pike
|
27fb2abf76
|
first cut at test suite
SVN=121454
|
2008-06-06 12:57:00 -07:00 |
|
Robert Griesemer
|
2f5b4d9893
|
- new directory structure
SVN=113851
|
2008-03-26 09:28:57 -07:00 |
|