rust/src/test/bench
Tobias Bucher 97f24a8596 Make sum and product inherent methods on Iterator
In addition to being nicer, this also allows you to use `sum` and `product` for
iterators yielding custom types aside from the standard integers.

Due to removing the `AdditiveIterator` and `MultiplicativeIterator` trait, this
is a breaking change.

[breaking-change]
2015-04-08 00:26:35 +02:00
..
core-map.rs
core-set.rs
core-std.rs
core-uint-to-str.rs
msgsend-pipes-shared.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
msgsend-pipes.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
msgsend-ring-mutex-arcs.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
noise.rs Fallout in tests 2015-04-01 11:22:39 -04:00
rt-messaging-ping-pong.rs
rt-parfib.rs
shootout-ackermann.rs
shootout-binarytrees.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
shootout-chameneos-redux.rs Fallout in tests 2015-04-01 11:22:39 -04:00
shootout-fannkuch-redux.rs Fallout in tests 2015-04-01 11:22:39 -04:00
shootout-fasta-redux.rs Fallout in tests 2015-04-01 11:22:39 -04:00
shootout-fasta.rs
shootout-fibo.rs
shootout-k-nucleotide-pipes.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
shootout-k-nucleotide.data
shootout-k-nucleotide.rs Fallout in tests 2015-04-01 11:22:39 -04:00
shootout-mandelbrot.rs
shootout-meteor.rs
shootout-nbody.rs Fallout in tests 2015-04-01 11:22:39 -04:00
shootout-pfib.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
shootout-reverse-complement.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
shootout-spectralnorm.rs Make sum and product inherent methods on Iterator 2015-04-08 00:26:35 +02:00
shootout-threadring.rs
std-smallintmap.rs
sudoku.rs
task-perf-alloc-unwind.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
task-perf-jargon-metal-smoke.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
task-perf-spawnalot.rs