| .. |
|
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
|
Use carrying_{mul|add} in num::bignum
|
2022-01-15 20:22:34 -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
|
review the total_cmp documentation
|
2022-01-30 23:20:54 +02:00 |
|
f64.rs
|
review the total_cmp documentation
|
2022-01-30 23:20:54 +02: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
|
Rollup merge of #93735 - m-ou-se:stabilize-int-abs-diff, r=joshtriplett
|
2022-02-09 14:12:21 +09:00 |
|
mod.rs
|
Stabilise inherent_ascii_escape (FCP in #77174)
|
2022-02-12 13:21:59 -05:00 |
|
nonzero.rs
|
Add missing const stability attributes
|
2022-02-03 19:15:57 -05: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
|
Rollup merge of #93735 - m-ou-se:stabilize-int-abs-diff, r=joshtriplett
|
2022-02-09 14:12:21 +09:00 |
|
wrapping.rs
|
Stabilize wrapping_int_assign_impl in 1.60.0.
|
2022-02-07 11:45:12 +01:00 |