rust/compiler/rustc_const_eval/src
bors 27eb6d7018 Auto merge of #98627 - RalfJung:interpret-arith, r=lcnr
interpret: don't rely on ScalarPair for overflowed arithmetic

This is for https://github.com/rust-lang/rust/pull/97861.
Cc `@eddyb`

I would like to avoid making this depend on `dest.layout.abi` to avoid a branch that we are not usually covering both sides of. Though OTOH this seems like fairly straight-forward code. But let's benchmark this option first to see how bad that extra `force_allocation` really is.
2022-07-04 20:00:41 +00:00
..
const_eval Rollup merge of #98756 - TaKO8Ki:use-const-instead-of-function, r=Dylan-DPC 2022-07-01 20:19:21 +05:30
interpret Auto merge of #98627 - RalfJung:interpret-arith, r=lcnr 2022-07-04 20:00:41 +00:00
transform cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
util cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
lib.rs Improve pretty printing of valtrees for references 2022-06-28 22:38:32 +02:00