rust/compiler/rustc_const_eval/src/interpret
2024-03-09 20:00:24 +01: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 consistently use MPlaceTy for return places 2024-03-04 23:40:26 +01:00
intern.rs compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
intrinsics.rs consistently use MPlaceTy for return places 2024-03-04 23:40:26 +01:00
machine.rs interpret: do not call machine read hooks during validation 2024-03-09 20:00:24 +01:00
memory.rs interpret: do not call machine read hooks during validation 2024-03-09 20:00:24 +01:00
mod.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
operand.rs Dejargnonize subst 2024-02-12 15:46:35 +09: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 Auto merge of #121985 - RalfJung:interpret-return-place, r=oli-obk 2024-03-07 12:33:19 +00:00
projection.rs interpret/visitor: ensure we only see normalized types 2024-02-10 17:00:24 +01:00
step.rs Split a bool argument into two named functions 2024-02-15 10:25:18 +00:00
terminator.rs Tweak the way we protect in-place function arguments in interpreters 2024-03-08 13:08:35 +00:00
traits.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
util.rs Convert TypeVisitor and DefIdVisitor to use VisitorResult 2024-03-05 13:28:15 -05:00
validity.rs interpret: do not call machine read hooks during validation 2024-03-09 20:00:24 +01:00
visitor.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00