summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug102.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+1
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+26
2011-09-13Imported Upstream version 60Ondřej Surý1-26/+0
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox1-7/+8
R=gri CC=golang-dev http://codereview.appspot.com/1620042
2009-04-16make string take []byte only, so have to use *[10]byte to convertRuss Cox1-2/+2
R=r DELTA=4 (0 added, 0 deleted, 4 changed) OCL=27578 CL=27584
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
2009-01-06new new & makeRuss Cox1-1/+1
R=r OCL=22166 CL=22166
2008-10-14update bug listRob Pike1-0/+25
R=ken OCL=17169 CL=17169