rust/src/libstd/num
blake2-ppc 2017cc3ce4 std::num: Add uint::next_power_of_two_opt
Like next_power_of_two, but returns None on overflow.
2013-09-16 15:04:48 +02:00
..
cmath.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
f32.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
f64.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
float.rs std: Add a bunch of Default impls 2013-09-12 18:54:13 -07:00
i8.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i16.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i32.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i64.rs Fix unused import warnings on 32bit systems 2013-09-09 03:51:29 +10:00
int_macros.rs Remove {uint,int,u64,i64,...}::from_str,from_str_radix 2013-09-15 14:29:16 +02:00
int.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
num.rs Remove {uint,int,u64,i64,...}::from_str,from_str_radix 2013-09-15 14:29:16 +02:00
strconv.rs auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichton 2013-09-06 20:10:57 -07:00
u8.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u16.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u32.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u64.rs Fix unused import warnings on 32bit systems 2013-09-09 03:51:29 +10:00
uint_macros.rs Remove {uint,int,u64,i64,...}::from_str,from_str_radix 2013-09-15 14:29:16 +02:00
uint.rs std::num: Add uint::next_power_of_two_opt 2013-09-16 15:04:48 +02:00