1
Fork 0
rust/compiler/rustc_const_eval/src/interpret
2024-03-04 19:01:39 +01:00
..
cast.rs Split a bool argument into two named functions 2024-02-15 10:25:18 +00:00
discriminant.rs interpret/write_discriminant: when encoding niched variant, ensure the stored value matches 2024-02-10 15:33:58 +01:00
eval_context.rs interpret: avoid a long-lived PlaceTy in stack frames 2024-03-04 19:01:39 +01:00
intern.rs compiler: clippy::complexity fixes 2024-02-23 19:56:35 +01:00
intrinsics.rs interpret: do no ICE on OOB shuffle/insert/extract indices 2024-02-23 19:43:59 +01:00
machine.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00: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 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 interpret: avoid a long-lived PlaceTy in stack frames 2024-03-04 19:01:39 +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 Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin 2024-02-16 09:53:01 +00:00
traits.rs make it more clear which functions create fresh AllocId 2023-09-14 07:27:31 +02:00
util.rs Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00: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