summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug066.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12delete forward type declarationsRuss Cox1-5/+0
R=r DELTA=163 (1 added, 149 deleted, 13 changed) OCL=33106 CL=33111
2009-01-20delete exportRuss Cox1-5/+5
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-5/+5
R=r OCL=23012 CL=23014
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-10-07remove uses of *T as an implicit forward declaration of TRuss Cox1-0/+4
R=gri,r OCL=16648 CL=16652
2008-07-19test updateRob Pike1-0/+27
SVN=128120