rust/library/core/src/num
Scott McMurray 3e16e9211e Add NonZeroUn::is_power_of_two
This saves instructions on both new and old machines.
2021-01-16 19:27:51 -08:00
..
dec2flt Fix automatic_links warnings 2020-11-05 10:22:08 +01:00
flt2dec rename MaybeUninit slice methods 2020-09-05 17:24:22 +02:00
shells Fix typos. 2020-12-30 23:23:02 +01:00
bignum.rs Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00
diy_float.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
error.rs Apply suggested changes 2020-10-26 18:14:12 +00:00
f32.rs Move {f32,f64}::clamp to core. 2020-11-27 19:15:51 +01:00
f64.rs Move {f32,f64}::clamp to core. 2020-11-27 19:15:51 +01:00
int_macros.rs Remove all doc_comment!{} hacks by using #[doc = expr] where needed. 2020-12-30 22:49:08 +01:00
mod.rs Remove all doc_comment!{} hacks by using #[doc = expr] where needed. 2020-12-30 22:49:08 +01:00
nonzero.rs Add NonZeroUn::is_power_of_two 2021-01-16 19:27:51 -08:00
uint_macros.rs Remove all doc_comment!{} hacks by using #[doc = expr] where needed. 2020-12-30 22:49:08 +01:00
wrapping.rs Remove all doc_comment!{} hacks by using #[doc = expr] where needed. 2020-12-30 22:49:08 +01:00