summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug045.go
Commit message (Expand)AuthorAgeFilesLines
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: don't assign address of array to slice.Ian Lance Taylor2010-08-311-1/+1
* code changes for array conversion.Russ Cox2009-04-151-1/+1
* delete exportRuss Cox2009-01-201-1/+1
* convert tests; nothing interesting.Russ Cox2009-01-161-1/+1
* new new & makeRuss Cox2009-01-061-1/+1
* clean up some testsRob Pike2009-01-051-1/+1
* fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike2008-12-201-1/+1
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* convert *[] to [].Russ Cox2008-12-181-1/+1
* a couple of bugs around nil are fixedRob Pike2008-06-181-0/+21