rust/library/core/src/num
Trevor Spiteri a381e29117 add BITS associated constant to core::num::Wrapping
This keeps `Wrapping` synchronized with the primitives it wraps as for
the #32463 `wrapping_int_impl` feature.
2021-05-11 13:36:43 +02:00
..
dec2flt Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se 2021-03-27 10:40:16 +00:00
flt2dec Preserve signed zero on roundtrip 2021-03-22 17:02:09 -07:00
shells Convert the rest of the standard library primitives to intra-doc links 2021-02-25 20:32:49 -05:00
bignum.rs [clippy] remove redundant field names 2021-05-02 20:24:17 -04:00
diy_float.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
error.rs Fix link 2021-02-23 08:54:18 -05:00
f32.rs Stabilize is_subnormal. 2021-04-11 11:48:26 +02:00
f64.rs Stabilize is_subnormal. 2021-04-11 11:48:26 +02:00
int_macros.rs Make unchecked_{add,sub,mul} inherent methods unstably const 2021-05-09 16:29:40 -04:00
mod.rs Add escape_default method to u8 and [u8] 2021-03-28 17:38:25 -04:00
nonzero.rs fix 'const-stable since' for NonZeroU*::new_unchecked 2021-04-16 20:35:14 +02:00
uint_macros.rs Make unchecked_{add,sub,mul} inherent methods unstably const 2021-05-09 16:29:40 -04:00
wrapping.rs add BITS associated constant to core::num::Wrapping 2021-05-11 13:36:43 +02:00