1
Fork 0
rust/compiler/rustc_const_eval/src/interpret
2022-03-26 14:35:36 -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 interpret: mark a dead match arm as dead 2022-03-26 13:17:07 -04:00
intern.rs rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
intrinsics.rs Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead 2022-03-12 07:02:05 +00:00
machine.rs Introduce ConstAllocation. 2022-03-07 08:25:50 +11:00
memory.rs interpret/memory: simplify check_and_deref_ptr 2022-03-22 20:19:30 -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 Miri: extend comments on downcast operation 2022-02-22 19:09:11 -05:00
step.rs rustc_const_eval: adopt let else in more places 2022-02-19 01:55:47 +01:00
terminator.rs Miri: implement arbitrary-self dyn receivers 2022-03-18 08:50:30 -04:00
traits.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02: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