rust/compiler/rustc_const_eval/src/interpret
2023-08-06 15:47:40 -07:00
..
intrinsics interpret: make write functions generic over the place type 2023-07-25 22:33:58 +02:00
cast.rs interpret: make read functions generic over operand type 2023-07-25 22:33:59 +02:00
discriminant.rs interpret: make read functions generic over operand type 2023-07-25 22:33:59 +02:00
eval_context.rs Remove constness from ParamEnv 2023-07-27 15:50:42 +00:00
intern.rs make MPlaceTy non-Copy 2023-07-25 22:35:07 +02:00
intrinsics.rs Add a new compare_bytes intrinsic instead of calling memcmp directly 2023-08-06 15:47:40 -07:00
machine.rs miri: protect Move() function arguments during the call 2023-07-11 21:59:01 +02:00
memory.rs Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726 2023-08-03 08:12:39 +02:00
mod.rs interpret: make read functions generic over operand type 2023-07-25 22:33:59 +02:00
operand.rs Remove constness from ParamEnv 2023-07-27 15:50:42 +00:00
operator.rs inline format!() args from rustc_codegen_llvm to the end (4) 2023-07-25 23:20:28 +02:00
place.rs interpret: add mplace_to_ref helper method 2023-08-04 15:00:57 +02:00
projection.rs rename deref_operand → deref_pointer and some Miri helper functions 2023-08-01 13:40:29 +02:00
step.rs Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung 2023-08-06 17:26:29 +02:00
terminator.rs interpret: add mplace_to_ref helper method 2023-08-04 15:00:57 +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 const validation: point at where we found a pointer but expected an integer 2023-08-02 18:51:50 +02:00
visitor.rs interpret: make write functions generic over the place type 2023-07-25 22:33:58 +02:00