..
dec2flt
Corrected EBNF grammar for from_str
2022-05-28 18:24:34 -04:00
flt2dec
Changed dec2flt to use the Eisel-Lemire algorithm.
2021-07-17 00:30:34 -05:00
shells
Remove use of #[rustc_deprecated]
2022-04-14 01:33:13 -04: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
Move error trait into core
2022-08-22 13:28:25 -07:00
f32.rs
Add inline(always) to rt functions
2022-09-04 20:35:23 +08:00
f64.rs
Add inline(always) to rt functions
2022-09-04 20:35:23 +08:00
fmt.rs
Fix a bunch of typos
2021-12-14 16:40:43 +01:00
int_log10.rs
Add log2 and log10 to NonZeroU*
2022-01-15 17:14:13 -08:00
int_macros.rs
Auto merge of #93873 - Stovent:big-ints, r=m-ou-se
2022-09-09 00:59:08 +00:00
mod.rs
Move error trait into core
2022-08-22 13:28:25 -07:00
nonzero.rs
Make const_eval_select a real intrinsic
2022-09-04 20:35:23 +08: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
Rename integer log* methods to ilog*
2022-08-09 10:20:49 -07:00
wrapping.rs
Stabilize wrapping_int_assign_impl in 1.60.0.
2022-02-07 11:45:12 +01:00