rust/compiler/rustc_const_eval/src/interpret
Nicholas Nethercote 3d12160dfc Move always_storage_live_locals.
It's very closely related to `MaybeStorageLive` and `MaybeStorageDead`.
It's weird that it's currently in a different module.
2024-11-26 12:05:57 +11:00
..
call.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +01:00
cast.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +01:00
discriminant.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
eval_context.rs interpret: make typing_env field private 2024-11-20 11:05:53 +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 compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
memory.rs InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +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 InterpCx store TypingEnv instead of a ParamEnv 2024-11-19 21:36:23 +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 make InterpResult a dedicated type to avoid accidentally discarding the error 2024-10-01 21:45:35 +02: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