rust/src/librustc/metadata
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
..
common.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
creader.rs rustc: Remove support for hyphens in crate names 2015-03-27 10:19:59 -07:00
csearch.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
cstore.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
decoder.rs std: Standardize (input, output) param orderings 2015-03-30 14:08:40 -07:00
encoder.rs Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
filesearch.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
loader.rs Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
macro_import.rs rustc: Remove old #[phase] and #[plugin] 2015-03-26 15:43:42 -07:00
mod.rs Separate macro and plugin loading 2015-02-12 12:44:31 -08:00
tydecode.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
tyencode.rs rustc: Remove support for int/uint 2015-03-25 16:39:00 -07:00