rust/compiler/rustc_const_eval/src/interpret
2024-03-14 11:40:30 +00:00
..
cast.rs typo 2024-03-04 23:18:02 +01:00
discriminant.rs interpret: update comment about read_discriminant on uninhabited variants 2024-03-08 10:52:33 +01:00
eval_context.rs remove unnecessary frame parameter from after_local_allocated 2024-03-10 09:52:29 +01:00
intern.rs Move only usage of take_static_root_alloc to its definition and inline it 2024-03-14 11:40:30 +00:00
intrinsics.rs consistently use MPlaceTy for return places 2024-03-04 23:40:26 +01:00
machine.rs Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk 2024-03-14 07:28:07 +00:00
memory.rs Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk 2024-03-13 09:22:55 +00:00
mod.rs Move only usage of take_static_root_alloc to its definition and inline it 2024-03-14 11:40:30 +00:00
operand.rs remove some frame parameters that are no longer needed 2024-03-09 18:28:14 +01:00
operator.rs Add f16 and f128 to rustc_type_ir::FloatTy and rustc_abi::Primitive 2024-02-28 12:58:32 -05:00
place.rs remove unnecessary frame parameter from after_local_allocated 2024-03-10 09:52:29 +01:00
projection.rs remove some frame parameters that are no longer needed 2024-03-09 18:28:14 +01:00
step.rs Only enable library UB checks in const-eval/Miri when debug_assertions are enabled 2024-03-09 11:34:15 -05:00
terminator.rs remove some frame parameters that are no longer needed 2024-03-09 18:28:14 +01:00
traits.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
util.rs Move only usage of take_static_root_alloc to its definition and inline it 2024-03-14 11:40:30 +00:00
validity.rs Exhaustively match on the mutability and nestedness 2024-03-12 05:53:47 +00:00
visitor.rs miri: do not apply aliasing restrictions to Box with custom allocator 2024-03-09 13:08:55 +01:00