rust/src/libcore/num
bors 7a3700c371 Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay
Stabilize assoc_int_consts associated int/float constants

The next step in RFC https://github.com/rust-lang/rfcs/pull/2700 (tracking issue #68490). Stabilizing the associated constants that were added in #68325.

* Stabilize all constants under the `assoc_int_consts` feature flag.
* Update documentation on old constants to say they are soft-deprecated and the new ones should be preferred.
* Update documentation examples to use new constants.
* Remove `uint_macro` and use `int_macro` for all integer types since the macros were identical anyway.

r? @LukasKalbertodt
2020-03-04 07:29:32 +00:00
..
dec2flt Fix some float operations to work together with the assoc consts 2020-01-23 20:55:06 +01:00
flt2dec Drop unused argument to float functions 2020-02-17 09:18:33 -05: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 Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay 2020-03-04 07:29:32 +00:00
f64.rs Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay 2020-03-04 07:29:32 +00:00
i8.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
i16.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
i32.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
i64.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
i128.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
int_macros.rs Remove uint_macros that was identical to int_macros 2020-02-12 20:20:56 +01:00
isize.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
mod.rs Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay 2020-03-04 07:29:32 +00:00
u8.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
u16.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
u32.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
u64.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
u128.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
usize.rs Add notice about using new consts in new code on int modules 2020-02-12 20:20:56 +01:00
wrapping.rs Propagate cfg bootstrap 2019-12-18 12:16:19 -05:00