rust/src/libstd/num
bors 7d0cc44f87 auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon
This is a large spring-cleaning commit now that the 0.12.0 release has passed removing an amount of deprecated functionality. This removes a number of deprecated crates (all still available as cargo packages in the rust-lang organization) as well as a slew of deprecated functions. All `#[crate_id]` support has also been removed.

I tried to avoid anything that was recently deprecated, but I may have missed something! The major pain points of this commit is the fact that rustc/syntax have `#[allow(deprecated)]`, but I've removed that annotation so moving forward they should be cleaned up as we go.
2014-10-20 16:07:43 +00:00
..
f32.rs auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon 2014-10-20 16:07:43 +00:00
f64.rs auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon 2014-10-20 16:07:43 +00:00
float_macros.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
i8.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
i16.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
i32.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
i64.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
int_macros.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
int.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
mod.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
strconv.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
u8.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
u16.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
u32.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
u64.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
uint_macros.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
uint.rs Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00