rust/library/core/src/num
Scott McMurray 23045eb622 Stabilize nonzero_is_power_of_two
Fixes 81106
FCP has finished in the tracking issue
2021-11-27 13:13:04 -08:00
..
dec2flt Use if-let guards in the codebase 2021-08-25 20:24:35 +02:00
flt2dec Changed dec2flt to use the Eisel-Lemire algorithm. 2021-07-17 00:30:34 -05: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 Fix assert in diy_float 2021-07-27 16:02:35 -04:00
error.rs Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
f32.rs Apply documentation suggestions from @est31 2021-11-20 23:05:30 +01:00
f64.rs Apply documentation suggestions from @est31 2021-11-20 23:05:30 +01:00
fmt.rs Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov" 2021-10-15 11:28:23 +02:00
int_log10.rs Add #[inline] to int log10 functions. 2021-10-12 15:21:14 +02:00
int_macros.rs Remove bigint_helper_methods for *signed* types 2021-11-12 17:00:47 -08:00
mod.rs Turn all 0x1b_u8 into '\x1b' or b'\x1b' 2021-11-19 18:14:18 +01:00
nonzero.rs Stabilize nonzero_is_power_of_two 2021-11-27 13:13:04 -08:00
saturating.rs Rollup merge of #88624 - kellerkindt:master, r=JohnTitor 2021-10-22 19:42:42 +09:00
uint_macros.rs Add more text and examples to `carrying_{add|mul}" 2021-11-04 00:51:45 -07:00
wrapping.rs Added const versions of common numeric operations 2021-10-22 10:03:18 +13:00