rust/compiler/rustc_const_eval/src/interpret
2023-07-11 21:59:01 +02:00
..
intrinsics Remove ExpnKind::Inlined. 2023-05-25 16:43:14 +00:00
cast.rs Rename adjustment::PointerCast and variants using it to PointerCoercion 2023-07-07 18:17:16 +02:00
discriminant.rs Various minor Idx-related tweaks 2023-04-16 02:42:50 -07:00
eval_context.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
intern.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
intrinsics.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
machine.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
memory.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
mod.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
operand.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
operator.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
place.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
projection.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
step.rs Dedup some type checks in the MIR validator 2023-06-19 01:47:03 -07:00
terminator.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +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 rename needs_subst to has_param 2023-04-27 08:35:19 +01:00
validity.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
visitor.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00