rust/src/libcore/fmt
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
..
rt register snapshot 880fb89 2015-02-27 01:48:49 +01:00
builders.rs Update debug helpers and add list builder 2015-03-28 10:33:51 -07:00
float.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
mod.rs Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton 2015-03-29 05:21:29 +00:00
num.rs Remove IteratorExt 2015-03-28 13:53:45 -07:00