rust/src/libcoretest
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
..
fmt Update debug helpers and add list builder 2015-03-28 10:33:51 -07:00
hash Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
num Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
any.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
atomic.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
cell.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
char.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
clone.rs Remove all i suffixes 2015-01-30 04:38:54 +01:00
cmp.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
finally.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
intrinsics.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
iter.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lib.rs Feature gate *all* slice patterns. #23121 2015-03-27 12:50:49 -07:00
mem.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
nonzero.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
ops.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
option.rs Test fixes and rebase conflicts, round 1 2015-03-27 11:29:36 -07:00
ptr.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
result.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
slice.rs remove some compiler warnings 2015-02-26 07:21:26 +02:00
str.rs Remove auto-deref'ing Pattern impl because it conflicts with other 2015-03-23 18:05:20 -04:00
tuple.rs Deprecating i/u suffixes in libcoretest 2015-02-10 22:56:31 +00:00