rust/compiler/rustc_const_eval/src/interpret
2023-09-14 07:27:31 +02:00
..
intrinsics interpret: make write functions generic over the place type 2023-07-25 22:33:58 +02:00
cast.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
discriminant.rs Return ImmTy in discriminant_for_variant. 2023-09-11 16:29:41 +00:00
eval_context.rs Introduce Machine::POST_MONO_CHECKS. 2023-09-12 20:17:52 +00:00
intern.rs use AllocId instead of Allocation in ConstValue::ByRef 2023-09-14 07:26:24 +02:00
intrinsics.rs Use write_immediate. 2023-09-11 16:29:42 +00:00
machine.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
memory.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
mod.rs interpret: make MemPlace, Place, Operand types private to the interpreter 2023-09-04 17:53:38 +02:00
operand.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
operator.rs inline format!() args from rustc_codegen_llvm to the end (4) 2023-07-25 23:20:28 +02:00
place.rs miri: catch function calls where the argument is caller-invalid / the return value callee-invalid 2023-09-06 16:36:00 +02:00
projection.rs interpret: make MemPlace, Place, Operand types private to the interpreter 2023-09-04 17:53:38 +02:00
step.rs Return ImmTy in discriminant_for_variant. 2023-09-11 16:29:41 +00:00
terminator.rs add helper method for finding the one non-1-ZST field 2023-09-12 20:52:05 +02:00
traits.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
util.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
validity.rs interpret: make MemPlace, Place, Operand types private to the interpreter 2023-09-04 17:53:38 +02:00
visitor.rs interpret: fix projecting into an unsized field of a local 2023-08-30 13:43:34 +02:00