rust/src/libcore/num
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
..
dec2flt Some docs for std::num 2016-02-09 14:07:51 -05:00
flt2dec Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00
bignum.rs Register new snapshots 2015-12-21 09:26:21 -08:00
diy_float.rs
f32.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
f64.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
float_macros.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
i8.rs
i16.rs
i32.rs
i64.rs
int_macros.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00
isize.rs
mod.rs Fix signed int checked_neg docs 2016-02-14 17:44:22 +00:00
u8.rs libcore/num: Remove unused macro argument. 2016-02-15 07:44:32 +08:00
u16.rs libcore/num: Remove unused macro argument. 2016-02-15 07:44:32 +08:00
u32.rs libcore/num: Remove unused macro argument. 2016-02-15 07:44:32 +08:00
u64.rs libcore/num: Remove unused macro argument. 2016-02-15 07:44:32 +08:00
uint_macros.rs libcore/num: Remove unused macro argument. 2016-02-15 07:44:32 +08:00
usize.rs libcore/num: Remove unused macro argument. 2016-02-15 07:44:32 +08:00
wrapping.rs std: Stabilize APIs for the 1.7 release 2016-01-16 11:03:10 -08:00