rust/compiler/rustc_const_eval/src/interpret
Ralf Jung 173d1bd36b properly fill a promoted's required_consts
then we can also make all_required_consts_are_checked a constant instead of a function
2024-04-23 23:02:54 +02:00
..
cast.rs Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
discriminant.rs ScalarInt: add methods to assert being a (u)int of given size 2024-04-19 13:51:52 +02:00
eval_context.rs properly fill a promoted's required_consts 2024-04-23 23:02:54 +02:00
intern.rs Use less fragile error handling 2024-04-17 09:50:44 +00:00
intrinsics.rs Add an assertion in const eval 2024-04-16 11:56:21 +00:00
machine.rs properly fill a promoted's required_consts 2024-04-23 23:02:54 +02:00
memory.rs interpret: rename base_pointer -> root_pointer 2024-04-17 07:35:48 +02:00
mod.rs Validate before reporting interning errors. 2024-04-17 09:50:44 +00:00
operand.rs Address PR feedback 2024-04-21 11:08:37 -07:00
operator.rs ScalarInt: add methods to assert being a (u)int of given size 2024-04-19 13:51:52 +02:00
place.rs Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
projection.rs remove some frame parameters that are no longer needed 2024-03-09 18:28:14 +01:00
step.rs Address PR feedback 2024-04-21 11:08:37 -07:00
terminator.rs Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk 2024-04-23 06:24:57 +02:00
traits.rs interpret: rename base_pointer -> root_pointer 2024-04-17 07:35:48 +02:00
util.rs Move the entire success path into eval_body_using_ecx 2024-03-14 12:21:29 +00:00
validity.rs Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
visitor.rs Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00