summaryrefslogtreecommitdiff
path: root/test/ken/rob2.go
Commit message (Expand)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+3
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* test: change several tests to not printIan Lance Taylor2012-01-181-13/+19
* test: gofmt a few testsIan Lance Taylor2012-01-181-126/+125
* make test/ken safe for optional semisRobert Griesemer2009-12-101-24/+12
* fix "declared and not used" in tests;Russ Cox2009-09-141-3/+1
* delete forward type declarationsRuss Cox2009-08-121-6/+0
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-121-5/+0
* code changes for array conversion.Russ Cox2009-04-151-1/+1
* delete exportRuss Cox2009-01-201-14/+14
* convert tests; nothing interesting.Russ Cox2009-01-161-14/+14
* new new & makeRuss Cox2009-01-061-3/+3
* fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike2008-12-201-3/+3
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-3/+3
* remove uses of *T as an implicit forward declaration of TRuss Cox2008-10-071-0/+6
* update code to follow new semicolon rules:Russ Cox2008-10-071-1/+1
* fixed bugs in const/caseKen Thompson2008-08-121-37/+35
* fix bug depot:Rob Pike2008-08-111-10/+10
* export sys.exitRob Pike2008-06-271-3/+1
* clean up ken/rob2.go to eliminate a few workaroundsRob Pike2008-06-181-7/+6
* add ken's tests.Rob Pike2008-06-061-0/+296