rust/src/libcore
Manish Goregaokar 57938041c1 Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon
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-31 09:04:38 +05:30
..
fmt std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
hash Document properties for Eq + Hash 2015-03-28 16:06:37 -04:00
num Remove IteratorExt 2015-03-28 13:53:45 -07:00
str Remove IteratorExt 2015-03-28 13:53:45 -07:00
any.rs Implement Reflect trait with a variant on the standard OIBIT 2015-03-26 17:52:38 -04:00
array.rs Implement AsRef and AsMut for fixed-sized arrays 2015-03-25 01:37:08 +02:00
atomic.rs rollup merge of #23793: steveklabnik/gh21668 2015-03-27 13:04:38 -07:00
cell.rs Change lint names to plurals 2015-03-25 10:06:13 +13:00
char.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
clone.rs An example for clone 2015-03-24 16:58:08 -04:00
cmp.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
cmp_macros.rs Tweaks to equality comparisons for slices/arrays/vectors 2015-02-20 20:32:55 +03:00
convert.rs Revise use of conversion traits 2015-03-26 13:54:48 -07:00
default.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
error.rs Fix line spacing. 2015-03-29 15:25:06 -07:00
finally.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
intrinsics.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
iter.rs Add an example for FromIterator::from_iter 2015-03-29 10:32:53 -04:00
lib.rs rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
macros.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
marker.rs Fix some typos 2015-03-28 18:09:51 +03:00
mem.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
nonzero.rs Rewrite Unique<T> so that it is covariant in T, implies NonZero and ownership, 2015-02-18 10:25:12 -05:00
ops.rs Driveby cleanup of the impl for negation, which had some kind of 2015-03-30 04:59:56 -04:00
option.rs Second attempt to fix #23713 based on follow-up comments in #23791. 2015-03-30 21:00:09 +02:00
panicking.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
prelude.rs Remove IteratorExt 2015-03-28 13:53:45 -07:00
ptr.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
raw.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
result.rs Remove IteratorExt 2015-03-28 13:53:45 -07:00
simd.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
slice.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00
ty.rs markers -> marker 2015-01-07 12:10:31 +13:00