1
Fork 0
rust/compiler/rustc_const_eval/src/interpret
2021-12-05 12:43:39 +01:00
..
intrinsics use matches!() macro in more places 2021-11-06 16:13:14 +01:00
cast.rs
eval_context.rs allow for failure of subst_normalize_erasing_regions in const_eval 2021-12-05 12:43:39 +01:00
intern.rs
intrinsics.rs CTFE: support assert_zero_valid and assert_uninit_valid 2021-11-29 11:49:31 -05:00
machine.rs miri: Detect uninitialized integers and floats 2021-11-09 16:21:36 -08:00
memory.rs fix ICE on Miri/CTFE copy of half a pointer 2021-11-13 20:56:01 -05:00
mod.rs
operand.rs allow for failure of subst_normalize_erasing_regions in const_eval 2021-12-05 12:43:39 +01:00
operator.rs explain why CTFE/Miri perform truncation on shift offset 2021-11-23 14:12:14 -05:00
place.rs allow for failure of subst_normalize_erasing_regions in const_eval 2021-12-05 12:43:39 +01:00
step.rs allow for failure of subst_normalize_erasing_regions in const_eval 2021-12-05 12:43:39 +01:00
terminator.rs use matches!() macro in more places 2021-11-06 16:13:14 +01:00
traits.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00
util.rs polymorphize: polymorphize shims 2021-10-01 17:08:06 +00:00
validity.rs miri: Detect uninitialized integers and floats 2021-11-09 16:21:36 -08:00
visitor.rs