rust/src/libstd/num
Huon Wilson efc71a8bdb std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume]().
The first acts on &str and is not nul-terminated, the last two act on strings
that are always null terminated (&'static str, ~str and @str).
2013-06-12 12:21:04 +10:00
..
cmath.rs Require documentation by default for libstd 2013-05-30 01:02:55 -05:00
f32.rs std: convert pow, hypot, atan2, log to take arguments by reference. 2013-06-11 11:36:03 +10:00
f64.rs std: convert pow, hypot, atan2, log to take arguments by reference. 2013-06-11 11:36:03 +10:00
float.rs std: convert pow, hypot, atan2, log to take arguments by reference. 2013-06-11 11:36:03 +10:00
i8.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
i16.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
i32.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
i64.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
int.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
int_macros.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
num.rs std: convert pow, hypot, atan2, log to take arguments by reference. 2013-06-11 11:36:03 +10:00
strconv.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00
u8.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u16.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u32.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
u64.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
uint.rs Remove usage of the #[merge] hack with int modules 2013-05-24 15:31:34 -05:00
uint_macros.rs std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_with_null[_consume](). 2013-06-12 12:21:04 +10:00