summaryrefslogtreecommitdiff
path: root/test/ken/rob2.go
AgeCommit message (Expand)AuthorFilesLines
2009-12-10make test/ken safe for optional semisRobert Griesemer1-24/+12
2009-09-14fix "declared and not used" in tests;Russ Cox1-3/+1
2009-08-12delete forward type declarationsRuss Cox1-6/+0
2009-08-12convert non-pkg go files to whole-package compilation.Russ Cox1-5/+0
2009-04-15code changes for array conversion.Russ Cox1-1/+1
2009-01-20delete exportRuss Cox1-14/+14
2009-01-16convert tests; nothing interesting.Russ Cox1-14/+14
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-3/+3
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 Cox1-1/+1
2008-08-12fixed bugs in const/caseKen Thompson1-37/+35
2008-08-11fix bug depot:Rob Pike1-10/+10
2008-06-27export sys.exitRob Pike1-3/+1
2008-06-18clean up ken/rob2.go to eliminate a few workaroundsRob Pike1-7/+6
2008-06-06add ken's tests.Rob Pike1-0/+296