rust/library/coretests/tests/num
Alexandre Courbot 73d3d28bed Implement feature int_lowest_highest_one for integer and NonZero types
Implement the accepted ACP for methods that find the index of the least
significant (lowest) and most significant (highest) set bit in an
integer for signed, unsigned, and NonZero types.

Also add unit tests for all these types.
2025-08-18 18:59:44 +09:00
..
dec2flt coretests/num: use ldexp instead of hard-coding a power of 2 2025-07-23 16:33:58 +02:00
flt2dec coretests/num: use ldexp instead of hard-coding a power of 2 2025-07-23 16:33:58 +02:00
bignum.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
const_from.rs Clean up some resolved test regressions of const trait removals in std 2025-08-08 00:58:54 +09:00
float_iter_sum_identity.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i8.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i16.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i32.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i64.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
i128.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
ieee754.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
int_log.rs checked_ilog tests: deal with a bit of float imprecision 2025-02-27 15:38:22 +01:00
int_macros.rs Implement feature int_lowest_highest_one for integer and NonZero types 2025-08-18 18:59:44 +09:00
int_sqrt.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
midpoint.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
mod.rs coretests/num: use ldexp instead of hard-coding a power of 2 2025-07-23 16:33:58 +02:00
nan.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
niche_types.rs Make NonZero<char> possible 2025-06-07 11:40:49 +00:00
ops.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u8.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u16.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u32.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u64.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
u128.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
uint_macros.rs Implement feature int_lowest_highest_one for integer and NonZero types 2025-08-18 18:59:44 +09:00
wrapping.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00