summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug089.go
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10make test/fixedbugs save for optional semisRobert Griesemer1-2/+2
R=rsc http://codereview.appspot.com/173045
2009-02-11insert type assertions when narrowing.Russ Cox1-1/+1
R=r OCL=24349 CL=24913
2009-01-20delete exportRuss Cox1-2/+2
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-2/+2
R=r OCL=23012 CL=23014
2008-08-12update bugsRob Pike1-0/+21
exploit the compiler now supporting i2s and i2i and clean up some code fix up some panics and prints R=gri OCL=14141 CL=14141