rust/compiler/rustc_const_eval/src/interpret
2024-04-21 11:08:37 -07:00
..
cast.rs rename expose_addr to expose_provenance 2024-04-03 16:00:38 +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 Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
intern.rs Use less fragile error handling 2024-04-17 09:50:44 +00:00
intrinsics.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
machine.rs interpret: rename base_pointer -> root_pointer 2024-04-17 07:35:48 +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 Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb 2024-04-18 09:47:45 +00: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 Make RawPtr take Ty and Mutbl separately 2024-03-22 11:13:29 -04: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 Simplify alloc id mutability check 2024-04-17 09:50:44 +00:00
visitor.rs miri: do not apply aliasing restrictions to Box with custom allocator 2024-03-09 13:08:55 +01:00