]> Cypherpunks.ru repositories - gostls13.git/history - test/peano.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / peano.go
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-30 Richard Musiolall: skip unsupported tests for js/wasm
2012-02-23 Rob Piketest/[n-r]*.go: add documentation
2012-02-17 Russ Coxtest: use testlib (final 61)
2012-01-18 Ian Lance Taylortest: change several tests to not print
2012-01-18 Ian Lance Taylortest: gofmt a few tests
2010-08-06 Robert Griesemertest/peano: use directly recursive type def
2010-03-30 Russ Coxsingle argument panic
2009-10-09 Russ Coxtime tests; sort -nr times.out | sed 10q is illuminating.
2009-01-20 Russ Coxdelete export
2009-01-17 Russ Coxconvert tests; nothing interesting.
2009-01-06 Russ Coxnew new & make
2008-12-19 Russ Coxchange *map to map; *chan to chan; new(T) to new(*T)
2008-08-12 Rob Pikefix bug depot:
2008-07-12 Rob Pikeadd new test - factorial by inc and dec