rust/compiler/rustc_const_eval/src
bors 8019fa0dc0 Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung
Initial work on Miri permissive-exposed-provenance

Rustc portion of the changes for portions of a permissive ptr-to-int model for Miri. The main changes here are changing `ptr_get_alloc` and `get_alloc_id` to return an Option, and also making ptr-to-int casts have an expose side effect.
2022-05-14 10:36:47 +00:00
..
const_eval Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung 2022-05-14 10:36:47 +00:00
interpret Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung 2022-05-14 10:36:47 +00:00
transform Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco 2022-05-12 12:48:30 +00:00
util rustc: Panic by default in DefIdTree::parent 2022-05-02 01:56:50 +03:00
lib.rs Stabilize bool::then_some 2022-05-04 13:22:08 +02:00