about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2021-01-13 04:57:28 -0500
committerJacob Pratt <jacob@jhpratt.dev>2021-01-13 04:57:28 -0500
commit265e03332bfe66ec3f376f81b09810e7a5c780a4 (patch)
tree68186451e3dd417545a1a17db243be653220d971 /compiler/rustc_codegen_llvm/src/llvm_util.rs
parent7a9b552cb1621c9c57898d147228aab32b65a7c3 (diff)
downloadrust-265e03332bfe66ec3f376f81b09810e7a5c780a4.tar.gz
rust-265e03332bfe66ec3f376f81b09810e7a5c780a4.zip
Stabilize remaining integer methods as `const fn`
This includes the following functions:
- i*::checked_div
- i*::checked_div_euclid
- i*::checked_rem
- i*::checked_rem_euclid
- i*::div_euclid
- i*::overflowing_div
- i*::overflowing_div_euclid
- i*::overflowing_rem
- i*::overflowing_rem_euclid
- i*::rem_euclid
- i*::wrapping_div
- i*::wrapping_div_euclid
- i*::wrapping_rem
- i*::wrapping_rem_euclid
- u*::checked_div
- u*::checked_div_euclid
- u*::checked_rem
- u*::checked_rem_euclid
- u*::div_euclid
- u*::overflowing_div
- u*::overflowing_div_euclid
- u*::overflowing_rem
- u*::overflowing_rem_euclid
- u*::rem_euclid
- u*::wrapping_div
- u*::wrapping_div_euclid
- u*::wrapping_rem
- u*::wrapping_rem_euclid
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions