1
0
mirror of https://github.com/golang/go synced 2024-07-08 12:18:55 +00:00
go/test
Russ Cox 9f8f2e6130 convert composite literals from { } to ( ).
only non-trivial changes are in
	convlit1.go
	golden.out

R=gri
OCL=25019
CL=25024
2009-02-13 14:48:32 -08:00
..
bugs convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
chan convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
fixedbugs convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
ken insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
235.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
args.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
bigalg.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
char_lit.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
closure.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
cmp1.go interface speedups and fixes. 2009-01-26 12:36:21 -08:00
cmp2.go implement new restrictions on what 2009-01-26 09:56:42 -08:00
cmp3.go implement new restrictions on what 2009-01-26 09:56:42 -08:00
cmp4.go implement new restrictions on what 2009-01-26 09:56:42 -08:00
cmp5.go implement new restrictions on what 2009-01-26 09:56:42 -08:00
complit.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
const.go fix the easy parts of bug120 2008-11-17 13:58:45 -08:00
convlit.go fix the easy parts of bug120 2008-11-17 13:58:45 -08:00
convlit1.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
defer.go test for defer 2009-01-27 15:08:08 -08:00
empty.go test of new empty productions 2008-10-08 15:33:18 -07:00
env.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
errchk make sure errchk only prints BUG once. 2008-10-30 12:43:32 -07:00
escape.go if take address of local, move to heap. 2009-01-29 17:38:58 -08:00
escape1.go Rename function to avoid function redefinition error. Remove 2009-02-05 12:54:15 -08:00
export.go delete export 2009-01-20 14:40:40 -08:00
float_lit.go minor int/float fixes 2008-10-29 13:58:12 -07:00
for.go fix bug depot: 2008-08-11 22:07:49 -07:00
func.go delete export 2009-01-20 14:40:40 -08:00
func1.go Check for specific error messages in the testsuite. This 2008-09-19 14:39:49 -07:00
func2.go convert *[] to []. 2008-12-18 22:37:22 -08:00
func3.go change in spec results in non-error 2008-10-06 16:27:14 -07:00
func4.go Recognize gccgo error messages: 2009-02-06 15:57:02 -08:00
func5.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
gc.go gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
gc1.go gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
golden.out convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
hashmap.go delete export 2009-01-20 14:40:40 -08:00
helloworld.go fix bug depot: 2008-08-11 22:07:49 -07:00
hilbert.go delete export 2009-01-20 14:40:40 -08:00
if.go fix bug depot: 2008-08-11 22:07:49 -07:00
if1.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
indirect.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
initcomma.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
int_lit.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
interface.go delete export 2009-01-20 14:40:40 -08:00
interface1.go delete export 2009-01-20 14:40:40 -08:00
interface2.go insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
interface3.go delete export 2009-01-20 14:40:40 -08:00
interface4.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
interface5.go insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
interface6.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
iota.go delete export 2009-01-20 14:40:40 -08:00
literal.go fix bug depot: 2008-08-11 22:07:49 -07:00
malloc1.go printf->Printf etc. 2009-01-15 13:48:11 -08:00
mallocrand.go delete export 2009-01-20 14:40:40 -08:00
mallocrep.go convert tests; nothing interesting. 2009-01-16 16:12:14 -08:00
mallocrep1.go delete export 2009-01-20 14:40:40 -08:00
map.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
method.go delete export 2009-01-20 14:40:40 -08:00
method1.go delete export 2009-01-20 14:40:40 -08:00
method2.go delete export 2009-01-20 14:40:40 -08:00
method3.go convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
nil.go delete export 2009-01-20 14:40:40 -08:00
peano.go delete export 2009-01-20 14:40:40 -08:00
printbig.go fix printing of -(1<<63) 2008-09-17 14:08:52 -07:00
run update golden.out. 2008-11-17 12:44:22 -08:00
sieve.go delete export 2009-01-20 14:40:40 -08:00
sigchld.go preparation for exec. 2008-12-03 14:21:28 -08:00
simassign.go fix bug depot: 2008-08-11 22:07:49 -07:00
stack.go closures - runtime and debugger support, test case 2009-02-06 13:46:56 -08:00
string_lit.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
switch.go fix bug depot: 2008-08-11 22:07:49 -07:00
switch1.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
test0.go delete export 2009-01-20 14:40:40 -08:00
turing.go fix bug depot: 2008-08-11 22:07:49 -07:00
utf.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
varinit.go The scope rules have been clarified to indicate that a 2008-11-17 12:19:02 -08:00
vectors.go additions to array container: 2009-01-28 13:32:31 -08:00