summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug059.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+3
2009-04-15code changes for array conversion.Russ Cox1-1/+1
2009-01-20delete exportRuss Cox1-1/+1
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
2009-01-16casify, cleanup sysRuss Cox1-1/+1
2009-01-06new new & makeRuss Cox1-2/+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-1/+1
2008-12-18convert *[] to [].Russ Cox1-2/+2
2008-06-30add test that was mistakenly not checked in, now fixedRob Pike1-0/+34