rust/src/libstd/num
bors 3cb72a3655 auto merge of #11672 : bjz/rust/remove-times, r=brson
`Times::times` was always a second-class loop because it did not support the `break` and `continue` operations. Its playful appeal (which I liked) was then lost after `do` was disabled for closures. It's time to let this one go.
2014-01-29 20:06:36 -08:00
..
cmath.rs Clean up std::num::cmath and remove stale comments 2014-01-13 10:33:54 +11:00
f32.rs Remove the initial and trailing blank doc-comment lines 2014-01-22 20:32:40 -05:00
f64.rs Remove the initial and trailing blank doc-comment lines 2014-01-22 20:32:40 -05:00
float_macros.rs Remove ApproxEq and assert_approx_eq! 2014-01-09 15:41:46 +11:00
i8.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
i16.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
i32.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
i64.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
int_macros.rs Uppercase numeric constants 2014-01-25 21:38:25 +13:00
int.rs Uppercase numeric constants 2014-01-25 21:38:25 +13:00
mod.rs Remove Times trait 2014-01-30 14:52:25 +11:00
strconv.rs Rename CopyableVector to CloneableVector 2014-01-28 23:51:52 +01:00
u8.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
u16.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
u32.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
u64.rs Merge Bitwise and BitCount traits and remove from prelude, along with Bounded 2014-01-16 11:51:33 +11:00
uint_macros.rs Uppercase numeric constants 2014-01-25 21:38:25 +13:00
uint.rs Remove Times trait 2014-01-30 14:52:25 +11:00