rust/compiler/rustc_const_eval/src/interpret
2022-03-31 08:57:45 -04:00
..
intrinsics Improve AdtDef interning. 2022-03-11 13:31:24 +11:00
cast.rs CTFE engine: expose misc_cast to Miri 2022-03-06 14:01:01 -05:00
eval_context.rs catch overflow in slice size computation 2022-03-31 08:57:45 -04:00
intern.rs Spellchecking some comments 2022-03-30 01:39:38 -04:00
intrinsics.rs audit check_mul uses in interpret 2022-03-31 08:57:45 -04:00
machine.rs Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
memory.rs Spellchecking some comments 2022-03-30 01:39:38 -04:00
mod.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00
operand.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
operator.rs explain why shift with signed offset works the way it does 2022-03-06 11:29:24 -05:00
place.rs Spellchecking some comments 2022-03-30 01:39:38 -04:00
step.rs Spellchecking some comments 2022-03-30 01:39:38 -04:00
terminator.rs Spellchecking some comments 2022-03-30 01:39:38 -04:00
traits.rs interpret: make isize::MAX the limit for dynamic value sizes 2022-03-31 08:57:45 -04:00
util.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
validity.rs interpret: with enforce_number_validity, ensure integers are truly Scalar::Int (i.e., no pointers) 2022-03-26 14:35:36 -04:00
visitor.rs Rename rustc_mir to rustc_const_eval. 2021-09-07 20:46:26 +02:00