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
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
sha2.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
slice.rs
svh.rs [breaking-change] don't pub export ast::Lit_ variants 2016-02-11 12:34:48 +01:00
tempdir.rs