rust/library/core/tests/num
T-O-R-U-S 72a25d05bf Use implicit capture syntax in format_args
This updates the standard library's documentation to use the new syntax. The
documentation is worthwhile to update as it should be more idiomatic
(particularly for features like this, which are nice for users to get acquainted
with). The general codebase is likely more hassle than benefit to update: it'll
hurt git blame, and generally updates can be done by folks updating the code if
(and when) that makes things more readable with the new format.

A few places in the compiler and library code are updated (mostly just due to
already having been done when this commit was first authored).
2022-03-10 10:23:40 -05:00
..
dec2flt Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
flt2dec Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
bignum.rs Simplification of BigNum::bit_length 2022-01-10 14:18:28 -08:00
const_from.rs
i8.rs
i16.rs
i32.rs
i64.rs
i128.rs
ieee754.rs
int_log.rs
int_macros.rs Revert "Temporarily rename int_roundings functions to avoid conflicts" 2021-11-22 15:49:04 -05:00
mod.rs
nan.rs
ops.rs
u8.rs
u16.rs
u32.rs
u64.rs
u128.rs
uint_macros.rs Revert "Temporarily rename int_roundings functions to avoid conflicts" 2021-11-22 15:49:04 -05:00
wrapping.rs Miri/CTFE: properly treat overflow in (signed) division/rem as UB 2022-03-01 20:39:51 -05:00