rust/src/libcore/num
Dylan DPC c261ff1a77
Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfackler
Make `u8::is_ascii` a stable `const fn`

`char::is_ascii` was already stabilized as `const fn` in #55278, so there is no reason for `u8::is_ascii` to go through an unstable period.

cc @rust-lang/libs
2020-02-22 18:42:59 +05:30
..
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 Stabilize {f32, f64}::{LOG2_10, LOG10_2} 2020-02-16 18:53:02 +01:00
f64.rs Stabilize {f32, f64}::{LOG2_10, LOG10_2} 2020-02-16 18:53:02 +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 Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfackler 2020-02-22 18:42:59 +05:30
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