rust/src/libcore/num
bors c4071d0919 Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, r=LukasKalbertodt
Move numeric consts to associated consts step1

A subset of #67913. Implements the first step of RFC https://github.com/rust-lang/rfcs/pull/2700

This PR adds the new constants as unstable constants and defines the old ones in terms of the new ones. Then fix a tiny bit of code that started having naming collisions because of the new assoc consts.

Removed a test that did not seem relevant any longer. Since doing just `u8::MIN` should now indeed be valid.
2020-01-30 08:55:07 +00:00
..
dec2flt Fix some float operations to work together with the assoc consts 2020-01-23 20:55:06 +01:00
flt2dec Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
bignum.rs Use Self instead of $type 2020-01-06 04:33:31 +00:00
diy_float.rs Require issue = "none" over issue = "0" in unstable attributes 2019-12-21 13:16:18 +02:00
f32.rs Add relevant associated constants to the float types 2020-01-23 20:55:06 +01:00
f64.rs Add relevant associated constants to the float types 2020-01-23 20:55:06 +01:00
i8.rs Remove licenses 2018-12-25 21:08:33 -07:00
i16.rs Remove licenses 2018-12-25 21:08:33 -07:00
i32.rs Remove licenses 2018-12-25 21:08:33 -07:00
i64.rs Remove licenses 2018-12-25 21:08:33 -07:00
i128.rs Remove licenses 2018-12-25 21:08:33 -07:00
int_macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
isize.rs Remove licenses 2018-12-25 21:08:33 -07:00
mod.rs Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, r=LukasKalbertodt 2020-01-30 08:55:07 +00:00
u8.rs Remove licenses 2018-12-25 21:08:33 -07:00
u16.rs Remove licenses 2018-12-25 21:08:33 -07:00
u32.rs Remove licenses 2018-12-25 21:08:33 -07:00
u64.rs Remove licenses 2018-12-25 21:08:33 -07:00
u128.rs Remove licenses 2018-12-25 21:08:33 -07:00
uint_macros.rs Remove licenses 2018-12-25 21:08:33 -07:00
usize.rs Remove licenses 2018-12-25 21:08:33 -07:00
wrapping.rs Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00