rust/src/librustc_back
Ulrik Sverdrup 2d6496dd84 Use .copy_from_slice() where applicable
.copy_from_slice() does the same job of .clone_from_slice(), but the
former is explicitly for Copy elements and calls `memcpy` directly, and
thus is it efficient without optimization too.
2016-02-26 14:51:38 +01:00
..
target Auto merge of #31814 - petevine:master, r=alexcrichton 2016-02-23 05:17:08 +00:00
abi.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
lib.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
rpath.rs Pass --enable-new-dtags to GNU ld 2015-12-15 21:20:44 -05:00
sha2.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
slice.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
svh.rs [breaking-change] don't pub export ast::Lit_ variants 2016-02-11 12:34:48 +01:00
tempdir.rs Reduce code bloat from conversion traits in function parameters 2015-09-09 22:37:59 +03:00