cd5c26f0eb
Add more const int ops r? @oli-obk Tracking Issue: #53718 list of `const fn`s in this PR: - `feature = const_int_rotate` - `rotate_left` - `rotate_right` - `feature = const_int_wrapping` - `wrapping_add` - `wrapping_sub` - `wrapping_mul` - `wrapping_shl` - `wrapping_shr` - `feature = const_int_overflowing` - `overflowing_add` - `overflowing_sub` - `overflowing_mul` - `overflowing_shl` - `overflowing_shr` - `feature = const_int_sign` - `is_positive` - `is_negative` - `feature = const_int_conversion` - `reverse_bits` - `to_le_bytes` - `to_ne_bytes` - `from_be_bytes` - `from_le_bytes` - `from_ne_bytes` - `reverse_bits` |
||
---|---|---|
.. | ||
cast.rs | ||
eval_context.rs | ||
intrinsics.rs | ||
machine.rs | ||
memory.rs | ||
mod.rs | ||
operand.rs | ||
operator.rs | ||
place.rs | ||
step.rs | ||
terminator.rs | ||
traits.rs | ||
validity.rs |