mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 22:44:59 +00:00
Rename `*exact_{div,shr,shl}` to `*{div,shr,shl}_exact`
Related to rust-lang/rust#144336 and rust-lang/rust#139911, see https://github.com/rust-lang/rust/issues/139911#issuecomment-3406807537. I haven't touched the `exact_div`, `exact_udiv` and `exact_sdiv` intrinsics. Let me know if I should.