rust/compiler/rustc_const_eval/src/interpret
Matthias Krüger 3aace9a641
Rollup merge of #104982 - RalfJung:norun, r=oli-obk
interpret: get rid of run() function

Miri needs its own loop anyway, so there's not much of a point in trying to share this code.
2022-11-28 17:25:49 +01:00
..
intrinsics interpret: use Either over Result when it is not representing an error condition 2022-11-18 10:18:32 +01:00
cast.rs Rollup merge of #103546 - RalfJung:cast, r=oli-obk 2022-10-26 17:32:55 +05:30
eval_context.rs Rollup merge of #104564 - RalfJung:either, r=oli-obk 2022-11-20 18:21:48 +01:00
intern.rs interpret: support for per-byte provenance 2022-11-06 14:17:10 +01:00
intrinsics.rs constify exact_div intrinsic 2022-11-19 16:36:08 +01:00
machine.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
memory.rs cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
mod.rs interpret: refactor projection handling code 2022-07-11 22:50:46 -04:00
operand.rs add FIXME's 2022-11-25 09:28:44 +00:00
operator.rs make read_immediate error immediately on uninit, so ImmTy can carry initialized Scalar 2022-08-26 13:20:57 -04:00
place.rs review feedback 2022-11-18 14:24:48 +01:00
projection.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
step.rs interpret: get rid of run() function 2022-11-27 15:20:26 +01:00
terminator.rs interpret: remove an incorrect assertion 2022-10-20 19:06:34 +02:00
traits.rs add is_sized method on Abi and Layout, and use it 2022-11-13 12:23:53 +01:00
util.rs Update TypeVisitor paths 2022-07-06 06:41:53 +01:00
validity.rs Move a comment to the right place 2022-11-25 08:11:53 +00:00
visitor.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00