rust/src/libcore/num
Brian Anderson 1f70acbf4c Improvements to feature staging
This gets rid of the 'experimental' level, removes the non-staged_api
case (i.e. stability levels for out-of-tree crates), and lets the
staged_api attributes use 'unstable' and 'deprecated' lints.

This makes the transition period to the full feature staging design
a bit nicer.
2015-01-08 03:07:23 -08:00
..
f32.rs Unstabilise f32/f64 constants that are int/uint. 2015-01-06 23:21:27 +11:00
f64.rs Unstabilise f32/f64 constants that are int/uint. 2015-01-06 23:21:27 +11:00
float_macros.rs Stop using macro_escape as an inner attribute 2015-01-05 12:00:57 -08:00
i8.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
i16.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
i32.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
i64.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
int.rs rollup merge of #20708: aturon/new-int-modules 2015-01-07 17:18:01 -08:00
int_macros.rs Stop using macro_escape as an inner attribute 2015-01-05 12:00:57 -08:00
isize.rs Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
mod.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
u8.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
u16.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
u32.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
u64.rs librustc: Always parse macro!()/macro![] as expressions if not 2014-12-18 12:09:07 -05:00
uint.rs Add isize, usize modules, deprecate int, uint modules 2015-01-07 11:40:11 -08:00
uint_macros.rs Stop using macro_escape as an inner attribute 2015-01-05 12:00:57 -08:00
usize.rs Add isize, usize modules, deprecate int, uint modules 2015-01-07 11:40:11 -08:00