rust/src/test/bench
2015-01-29 07:49:01 -05:00
..
core-map.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
core-set.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
core-std.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
core-uint-to-str.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
msgsend-pipes-shared.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
msgsend-pipes.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
msgsend-ring-mutex-arcs.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
noise.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
rt-messaging-ping-pong.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
rt-parfib.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
shootout-ackermann.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-binarytrees.rs Fix type inference problems in tests and docs 2015-01-21 11:16:00 -08:00
shootout-chameneos-redux.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
shootout-fannkuch-redux.rs convert remaining range(a, b) to a..b 2015-01-29 07:49:01 -05:00
shootout-fasta-redux.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
shootout-fasta.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
shootout-fibo.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-k-nucleotide-pipes.rs convert remaining range(a, b) to a..b 2015-01-29 07:49:01 -05:00
shootout-k-nucleotide.data Revert "src/test/bench: restructure" 2013-08-30 16:17:53 -04:00
shootout-k-nucleotide.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
shootout-mandelbrot.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
shootout-meteor.rs convert remaining range(a, b) to a..b 2015-01-29 07:49:01 -05:00
shootout-nbody.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
shootout-pfib.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
shootout-reverse-complement.rs cleanup: s/v.slice*()/&v[a..b]/g + remove redundant as_slice() calls 2015-01-27 09:03:06 -05:00
shootout-spectralnorm.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
shootout-threadring.rs fix shootout-threadring.rs 2015-01-11 00:10:26 +01:00
std-smallintmap.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
sudoku.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
task-perf-alloc-unwind.rs for x in range(a, b) -> for x in a..b 2015-01-29 07:47:37 -05:00
task-perf-jargon-metal-smoke.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00
task-perf-spawnalot.rs bench: fix a few compiler warnings 2015-01-08 09:11:16 +02:00