diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2021-01-13 04:57:28 -0500 |
|---|---|---|
| committer | Jacob Pratt <jacob@jhpratt.dev> | 2021-01-13 04:57:28 -0500 |
| commit | 265e03332bfe66ec3f376f81b09810e7a5c780a4 (patch) | |
| tree | 68186451e3dd417545a1a17db243be653220d971 /compiler/rustc_codegen_llvm/src/llvm_util.rs | |
| parent | 7a9b552cb1621c9c57898d147228aab32b65a7c3 (diff) | |
| download | rust-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
