summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug059.go
Commit message (Expand)AuthorAgeFilesLines
* test: use testlib (second 100)Russ Cox2012-02-161-1/+1
* test: don't assign address of array to slice.Ian Lance Taylor2010-08-311-1/+1
* move things out of sys into os and runtimeRuss Cox2009-05-081-1/+3
* 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
* casify, cleanup sysRuss Cox2009-01-161-1/+1
* new new & makeRuss Cox2009-01-061-2/+2
* 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-2/+2
* add test that was mistakenly not checked in, now fixedRob Pike2008-06-301-0/+34