rust/compiler/rustc_const_eval/src/interpret
2024-12-09 15:12:33 +01:00
..
call.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +01:00
cast.rs Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung 2024-12-06 09:27:39 +01:00
discriminant.rs fix safe-transmute handling of enums 2024-12-01 18:28:04 +01:00
eval_context.rs fix ICE when promoted has layout size overflow 2024-12-01 19:52:27 +01:00
intern.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +01:00
intrinsics.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +01:00
machine.rs extend Miri to correctly pass mutable pointers through FFI 2024-12-05 22:41:07 +01:00
memory.rs Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung 2024-12-06 09:27:39 +01:00
mod.rs make return type of get_alloc_info a struct, and reduce some code duplication with validity checking 2024-11-09 15:18:52 +01:00
operand.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
operator.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +01:00
place.rs interpret: clean up deduplicating allocation functions 2024-12-09 15:12:33 +01:00
projection.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
stack.rs Move always_storage_live_locals. 2024-11-26 12:05:57 +11:00
step.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00
traits.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
util.rs Remove polymorphization 2024-12-06 16:42:09 -05:00
validity.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +01:00
visitor.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00