rust/compiler/rustc_const_eval/src
Matthias Krüger 8039488e59
Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk
Miri: detect wrong vtables in wide pointers

Fixes https://github.com/rust-lang/miri/issues/3497.
Needed to catch the UB that https://github.com/rust-lang/rust/pull/123572 will start exploiting.

r? `@oli-obk`
2024-04-23 06:24:57 +02:00
..
const_eval Use less fragile error handling 2024-04-17 09:50:44 +00:00
interpret Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk 2024-04-23 06:24:57 +02:00
transform Add an intrinsic that lowers to AggregateKind::RawPtr 2024-04-21 11:08:37 -07:00
util Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
errors.rs Miri: detect wrong vtables in wide pointers 2024-04-21 13:04:51 +02:00
lib.rs Stabilize generic NonZero. 2024-04-22 18:48:47 +02:00