summaryrefslogtreecommitdiff
path: root/test/ken/array.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+6
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+133
2011-09-13Imported Upstream version 60Ondřej Surý1-133/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-4/+4
2010-03-30single argument panicRuss Cox1-87/+76
2009-12-10make test/ken safe for optional semisRobert Griesemer1-24/+12
2009-04-15code changes for array conversion.Russ Cox1-4/+4
2009-01-16convert tests; nothing interesting.Russ Cox1-4/+4
2009-01-06new new & makeRuss Cox1-3/+3
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike1-3/+3
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18arraysKen Thompson1-4/+4
2008-11-24compiler catches out of bounds; work aroundRob Pike1-1/+2
2008-09-03update testsRob Pike1-5/+4
2008-08-29fix type of (1<<x)Ken Thompson1-0/+156