summaryrefslogtreecommitdiff
path: root/test/peano.go
Commit message (Expand)AuthorAgeFilesLines
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-1/+7
* test/[n-r]*.go: add documentationRob Pike2012-02-241-0/+3
* test: use testlib (final 61)Russ Cox2012-02-161-1/+1
* test: change several tests to not printIan Lance Taylor2012-01-181-1/+9
* test: gofmt a few testsIan Lance Taylor2012-01-181-12/+0
* test/peano: use directly recursive type defRobert Griesemer2010-08-061-9/+4
* single argument panicRuss Cox2010-03-301-41/+41
* time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox2009-10-091-1/+1
* delete exportRuss Cox2009-01-201-1/+1
* convert tests; nothing interesting.Russ Cox2009-01-161-1/+1
* new new & makeRuss Cox2009-01-061-1/+1
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-2/+2
* fix bug depot:Rob Pike2008-08-111-2/+2
* add new test - factorial by inc and decRob Pike2008-07-121-0/+131