rust/src/test/bench
Alex Crichton acd48a2b3e std: Standardize (input, output) param orderings
This functions swaps the order of arguments to a few functions that previously
took (output, input) parameters, but now take (input, output) parameters (in
that order).

The affected functions are:

* ptr::copy
* ptr::copy_nonoverlapping
* slice::bytes::copy_memory
* intrinsics::copy
* intrinsics::copy_nonoverlapping

Closes #22890
[breaking-change]
2015-03-30 14:08:40 -07:00
..
core-map.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
core-set.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
core-std.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
core-uint-to-str.rs Fix remaining bench/debuginfo tests (and a few stragglers) 2015-02-18 09:11:02 -05:00
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 rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
rt-messaging-ping-pong.rs rollup merge of #22435: aturon/final-stab-thread 2015-02-17 17:27:44 -08:00
rt-parfib.rs rollup merge of #22435: aturon/final-stab-thread 2015-02-17 17:27:44 -08:00
shootout-ackermann.rs Replace some uses of deprecated os functions 2015-02-16 16:19:24 +02:00
shootout-binarytrees.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
shootout-chameneos-redux.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
shootout-fannkuch-redux.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
shootout-fasta-redux.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
shootout-fasta.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
shootout-fibo.rs Replace some uses of deprecated os functions 2015-02-16 16:19:24 +02:00
shootout-k-nucleotide-pipes.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
shootout-k-nucleotide.data Revert "src/test/bench: restructure" 2013-08-30 16:17:53 -04:00
shootout-k-nucleotide.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
shootout-mandelbrot.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
shootout-meteor.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
shootout-nbody.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07: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 Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
shootout-threadring.rs rollup merge of #22435: aturon/final-stab-thread 2015-02-17 17:27:44 -08:00
std-smallintmap.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
sudoku.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
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 Fix remaining bench/debuginfo tests (and a few stragglers) 2015-02-18 09:11:02 -05:00