| .. |
|
cast.rs
|
rename expose_addr to expose_provenance
|
2024-04-03 16:00:38 +02:00 |
|
discriminant.rs
|
tag_for_variant follow-ups
|
2024-03-23 10:45:42 +01:00 |
|
eval_context.rs
|
Actually create ranged int types in the type system.
|
2024-04-08 12:02:19 +00:00 |
|
intern.rs
|
Forbid implicit nested statics in thread local statics
|
2024-04-02 13:00:46 +00:00 |
|
intrinsics.rs
|
Actually create ranged int types in the type system.
|
2024-04-08 12:02:19 +00:00 |
|
machine.rs
|
Avoid various uses of Option<Span> in favor of using DUMMY_SP in the few cases that used None
|
2024-03-18 09:34:08 +00:00 |
|
memory.rs
|
Rollup merge of #122537 - RalfJung:interpret-allocation, r=oli-obk
|
2024-03-22 11:36:59 +01:00 |
|
mod.rs
|
Move only usage of take_static_root_alloc to its definition and inline it
|
2024-03-14 11:40:30 +00:00 |
|
operand.rs
|
Check x86_64 size assertions on aarch64, too
|
2024-04-03 16:53:03 +11:00 |
|
operator.rs
|
Add+Use mir::BinOp::Cmp
|
2024-03-23 23:23:41 -07:00 |
|
place.rs
|
Check x86_64 size assertions on aarch64, too
|
2024-04-03 16:53:03 +11:00 |
|
projection.rs
|
remove some frame parameters that are no longer needed
|
2024-03-09 18:28:14 +01:00 |
|
step.rs
|
Put checks that detect UB under their own flag below debug_assertions
|
2024-04-06 11:21:47 -04:00 |
|
terminator.rs
|
Make RawPtr take Ty and Mutbl separately
|
2024-03-22 11:13:29 -04:00 |
|
traits.rs
|
make it more clear which functions create fresh AllocId
|
2023-09-14 07:27:31 +02:00 |
|
util.rs
|
Move the entire success path into eval_body_using_ecx
|
2024-03-14 12:21:29 +00:00 |
|
validity.rs
|
Actually create ranged int types in the type system.
|
2024-04-08 12:02:19 +00:00 |
|
visitor.rs
|
miri: do not apply aliasing restrictions to Box with custom allocator
|
2024-03-09 13:08:55 +01:00 |