rust/compiler/rustc_const_eval/src/interpret
2024-11-17 21:49:10 +01:00
..
call.rs miri: update ABI compat checks to accept Option-like types 2024-11-04 07:50:40 +01:00
cast.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
discriminant.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
eval_context.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
intern.rs make InterpResult a dedicated type to avoid accidentally discarding the error 2024-10-01 21:45:35 +02:00
intrinsics.rs Likely unlikely fix 2024-11-17 21:49:10 +01:00
machine.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
memory.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
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 stop using ParamEnv::reveal while handling MIR 2024-10-31 14:55:53 +01:00
operator.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
place.rs stop using ParamEnv::reveal while handling MIR 2024-10-31 14:55:53 +01:00
projection.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00
stack.rs stop using ParamEnv::reveal while handling MIR 2024-10-31 14:55:53 +01:00
step.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -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 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
visitor.rs compiler: Directly use rustc_abi in const_eval 2024-11-03 13:38:47 -08:00