rust/src/test/bench
Huon Wilson ae4762761c Merge core::num::Float and std::num::FloatMath.
`FloatMath` no longer exists and all functionality from both traits is
available under `Float`. Change from

    use std::num::{Float, FloatMath};

to

    use std::num::Float;

[breaking-change]
2015-01-06 23:21:27 +11:00
..
core-map.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
core-set.rs fix benchmarks 2015-01-05 17:22:17 -05:00
core-std.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
core-uint-to-str.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
msgsend-pipes-shared.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
msgsend-pipes.rs Rollup test fixes and rebase conflicts 2015-01-02 10:50:13 -08:00
msgsend-ring-mutex-arcs.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
noise.rs Merge core::num::Float and std::num::FloatMath. 2015-01-06 23:21:27 +11:00
rt-messaging-ping-pong.rs bench: do not quit rt-messaging-ping-pong.rs early 2015-01-05 03:19:34 +02:00
rt-parfib.rs Rollup test fixes and rebase conflicts 2015-01-02 10:50:13 -08:00
shootout-ackermann.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-binarytrees.rs Rollup test fixes and rebase conflicts 2015-01-02 10:50:13 -08:00
shootout-chameneos-redux.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-fannkuch-redux.rs Rollup test fixes and rebase conflicts 2015-01-02 10:50:13 -08:00
shootout-fasta-redux.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-fasta.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
shootout-fibo.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-k-nucleotide-pipes.rs fix benchmarks 2015-01-05 17:22:17 -05:00
shootout-k-nucleotide.data Revert "src/test/bench: restructure" 2013-08-30 16:17:53 -04:00
shootout-k-nucleotide.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
shootout-mandelbrot.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
shootout-meteor.rs rollup merge of #20568: huonw/ungate-AT-globs 2015-01-05 18:42:00 -08:00
shootout-nbody.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-pfib.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-regex-dna.rs Un-gate macro_rules 2015-01-05 18:21:14 -08:00
shootout-reverse-complement.rs Remove use of associated_types feature gate from tests. 2015-01-05 20:00:10 +11:00
shootout-spectralnorm.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
shootout-threadring.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
std-smallintmap.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
sudoku.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
task-perf-alloc-unwind.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
task-perf-jargon-metal-smoke.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
task-perf-one-million.rs Mostly rote conversion of proc() to move|| (and occasionally Thunk::new) 2014-12-14 04:21:56 -05:00
task-perf-spawnalot.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00