summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug027.go
AgeCommit message (Expand)AuthorFilesLines
2009-02-11insert type assertions when narrowing.Russ Cox1-1/+1
2009-01-20delete exportRuss Cox1-3/+3
2009-01-16convert tests; nothing interesting.Russ Cox1-3/+3
2009-01-06new new & makeRuss Cox1-7/+7
2009-01-05clean up some testsRob Pike1-3/+2
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike1-1/+1
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-7/+7
2008-12-18convert *[] to [].Russ Cox1-1/+1
2008-09-03update testsRob Pike1-0/+62