summaryrefslogtreecommitdiff
path: root/test/ken
AgeCommit message (Expand)AuthorFilesLines
2009-01-06new new & makeRuss Cox13-28/+28
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike3-7/+7
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox13-24/+24
2008-12-18arraysKen Thompson3-10/+21
2008-12-15range clause must have = or :=Ken Thompson1-6/+6
2008-12-05range statementKen Thompson1-0/+113
2008-11-24compiler catches out of bounds; work aroundRob Pike1-1/+2
2008-11-07Don't use a type guard with a type which is not an interface.Ian Lance Taylor1-1/+1
2008-10-29typesKen Thompson2-8/+9
2008-10-25testKen Thompson1-0/+236
2008-10-24Per discussion earlier today with r and gri: when an interfaceIan Lance Taylor1-1/+2
2008-10-15basic types/interfaces testKen Thompson1-0/+104
2008-10-07remove uses of *T as an implicit forward declaration of TRuss Cox1-0/+6
2008-10-07update code to follow new semicolon rules:Russ Cox2-2/+2
2008-09-29Storing an out of range constant into a variable shouldIan Lance Taylor1-6/+0
2008-09-20another async select bugKen Thompson1-139/+185
2008-09-20fix some testsRob Pike1-1/+4
2008-09-19channel testKen Thompson1-0/+267
2008-09-05T{} syntax for constructorsKen Thompson2-2/+2
2008-09-03update testsRob Pike2-6/+4
2008-08-29fix type of (1<<x)Ken Thompson2-0/+287
2008-08-20delete redundant bug.Rob Pike1-30/+0
2008-08-12fixed bugs in const/caseKen Thompson1-37/+35
2008-08-11fix bug depot:Rob Pike23-125/+125
2008-08-07fix erroneous code in bugs; reported by iant.Rob Pike2-7/+8
2008-07-08test update. also remove two duplicatesRob Pike2-351/+0
2008-07-08test update. some tests now run; no change to outputRob Pike3-3/+2
2008-07-07test cleanupRob Pike2-2/+4
2008-06-27export sys.exitRob Pike3-7/+4
2008-06-21remove receclarations from testsKen Thompson3-25/+25
2008-06-18clean up ken/rob2.go to eliminate a few workaroundsRob Pike1-7/+6
2008-06-11add bug045: bad nil assigning into arrayRob Pike1-12/+10
2008-06-08update lots of testsRob Pike1-1/+1
2008-06-06check in the bugs and fixed bugsRob Pike1-2/+12
2008-06-06add ken's tests.Rob Pike25-0/+1798