rust/src/libstd/num
Brian Anderson d36a8f3f9c collections: Move push/pop to MutableSeq
Implement for Vec, DList, RingBuf. Add MutableSeq to the prelude.

Since the collections traits are in the prelude most consumers of
these methods will continue to work without change.

[breaking-change]
2014-07-23 13:20:10 -07:00
..
f32.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
f64.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
float_macros.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
i8.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i16.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i32.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
i64.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
int.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
int_macros.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
mod.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
strconv.rs collections: Move push/pop to MutableSeq 2014-07-23 13:20:10 -07:00
u8.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u16.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u32.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
u64.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
uint.rs std: Add stability attributes to primitive numeric modules 2014-06-24 17:23:05 -07:00
uint_macros.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00