aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug045.go
AgeCommit message (Expand)Author
2012-02-16test: use testlib (first 100)Russ Cox
2010-08-31test: don't assign address of array to slice.Ian Lance Taylor
2009-04-15code changes for array conversion.Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2009-01-05clean up some testsRob Pike
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-06-18a couple of bugs around nil are fixedRob Pike