rust/compiler/rustc_const_eval/src/interpret
2023-07-21 03:31:45 +02:00
..
intrinsics refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
cast.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
discriminant.rs support non-null pointer niches in CTFE 2023-07-21 03:31:45 +02:00
eval_context.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
intern.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
intrinsics.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
machine.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
memory.rs support non-null pointer niches in CTFE 2023-07-21 03:31:45 +02:00
mod.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
operand.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
operator.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
place.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04: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 Refactor checking function target features during const-eval 2023-07-16 16:07:55 +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 refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
validity.rs support non-null pointer niches in CTFE 2023-07-21 03:31:45 +02:00
visitor.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00