summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug048.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+13
2011-09-13Imported Upstream version 60Ondřej Surý1-13/+0
2009-09-15last round: non-package codeRuss Cox1-0/+1
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2008-09-05T{} syntax for constructorsKen Thompson1-1/+1
T(expression) for conversion FUNC keyword no longer a type R=r OCL=14887 CL=14887
2008-09-03update bugsRob Pike1-0/+12
add test for composite literals R=gri OCL=14766 CL=14766