rust/compiler/rustc_const_eval/src
Matthias Krüger a795f0f536
Rollup merge of #94685 - RalfJung:saturating, r=oli-obk
interpret: move saturating_add/sub into (pub) helper method

I plan to use them for `simd_saturating_add/sub`.

The first commit just moves code, the 2nd simplifies it a bit with some helper methods that did not exist yet when the code was originally written.
2022-03-07 11:35:57 +01:00
..
const_eval Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
interpret Rollup merge of #94685 - RalfJung:saturating, r=oli-obk 2022-03-07 11:35:57 +01:00
transform rename ErrorReported -> ErrorGuaranteed 2022-03-02 09:45:25 -06:00
util rustc_const_eval: adopt let else in more places 2022-02-19 01:55:47 +01:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00