rust/compiler/rustc_const_eval/src/interpret
2024-03-09 18:28:14 +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 remove a machine hook that is no longer used 2024-03-09 18:28:14 +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 remove a machine hook that is no longer used 2024-03-09 18:28:14 +01:00
memory.rs Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister 2024-02-15 12:36:37 +00: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 interpret: ensure that Place is never used for a different frame 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 a machine hook that is no longer used 2024-03-09 18:28:14 +01: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 allow statics pointing to mutable statics 2024-02-29 09:34:15 +01:00
visitor.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00