rust/library/core/src/num
bors 26c06cf8e2 Auto merge of #92356 - kellerkindt:saturating_int_assign_impl, r=dtolnay
Add {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}{,Assign}<$t> to Saturat…

Tracking issue #92354
2022-01-16 05:23:44 +00:00
..
dec2flt Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay 2021-12-15 10:57:02 +01: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 Simplify BigNum::bit_length() with log2() 2022-01-10 15:31:11 -08: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 add some missing must use to float ops 2022-01-06 00:20:58 -05:00
f64.rs add some missing must use to float ops 2022-01-06 00:20:58 -05:00
fmt.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
int_log10.rs Add #[inline] to int log10 functions. 2021-10-12 15:21:14 +02:00
int_macros.rs Switch all libraries to the 2021 edition 2021-12-23 19:03: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 Add {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}{,Assign}<$t> to Saturating<$t> 2021-12-28 17:25:00 +01:00
uint_macros.rs Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00
wrapping.rs Added const versions of common numeric operations 2021-10-22 10:03:18 +13:00