rust/src/test
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
..
auxiliary rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
bench std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
codegen Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
compile-fail Port of pcwalton removal of #[unsafe_destructor] check. 2015-03-29 00:19:19 +01:00
compile-fail-fulldeps Add tests checking that a number of feature gates are gating their features. 2015-03-21 10:18:28 +01:00
debuginfo Fix some typos 2015-03-28 18:09:51 +03:00
parse-fail rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
pretty Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
run-fail Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
run-make Fix some typos 2015-03-28 18:09:51 +03:00
run-pass std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
run-pass-fulldeps rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
run-pass-valgrind Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00