rust/compiler/rustc_const_eval/src
Matthias Krüger 01fdb9d148
Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726
avoid 'miri' when refering to the shared interpreter

This is basically the rustc source code version of https://github.com/rust-lang/rustc-dev-guide/pull/1471.
2023-08-03 08:12:39 +02:00
..
const_eval rename deref_operand → deref_pointer and some Miri helper functions 2023-08-01 13:40:29 +02:00
interpret Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726 2023-08-03 08:12:39 +02:00
transform Remove constness from TraitPredicate 2023-08-02 15:38:00 +00:00
util Turns out opaque types can have hidden types registered during mir validation 2023-07-27 08:23:06 +00:00
errors.rs properly track why we checked whether a pointer is in-bounds 2023-08-01 17:57:13 +02:00
lib.rs Name the destructure_mir_constant query appropriately 2023-07-05 15:54:43 +00:00