rust/library/core/src/num
bors 3e565f1a27 Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDenton
Add better assert messages for f32/f64 clamps
2023-04-14 10:44:36 +00:00
..
dec2flt Improve the floating point parser in dec2flt. 2023-04-10 00:47:08 +02:00
flt2dec Fix inconsistent rounding of 0.5 when formatted to 0 decimal places 2022-10-11 23:09:23 +02:00
shells Fix wrong type in docs: i16 -> u16 2023-04-07 23:49:20 +02:00
bignum.rs Rename integer log* methods to ilog* 2022-08-09 10:20:49 -07:00
diy_float.rs Fix assert in diy_float 2021-07-27 16:02:35 -04:00
error.rs Remove a couple of #[doc(hidden)] pub fn and their #[feature] gates 2023-02-10 08:06:35 +01:00
f32.rs Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDenton 2023-04-14 10:44:36 +00:00
f64.rs Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDenton 2023-04-14 10:44:36 +00:00
fmt.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
int_log10.rs Have a function for the log(0) panic, rather than copy-pasting the string constant 2023-02-10 12:50:17 -08:00
int_macros.rs Require literals for some (u)int_impl! parameters 2023-02-22 23:26:22 -08:00
mod.rs Fix ASCII case comment 2023-03-27 16:06:54 +01:00
nonzero.rs Auto merge of #94786 - joshlf:patch-5, r=dtolnay 2023-04-05 01:09:59 +00:00
saturating.rs Unimpl {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}<$t> for Saturating<$t> 2022-01-26 23:49:54 +01:00
uint_macros.rs The wrapping_neg example for unsigned types shouldn't use i8 2023-04-07 20:09:15 -07:00
wrapping.rs Stabilize wrapping_int_assign_impl in 1.60.0. 2022-02-07 11:45:12 +01:00