rust/compiler/rustc_middle
Ralf Jung d4f7dd6702 CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion infallible
This resolves all the problems we had around "normalizing" the representation of a Scalar in case it carries a Pointer value: we can just use Pointer if we want to have a value taht we are sure is already normalized.
2021-07-14 18:17:46 +02:00
..
benches
src CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion infallible 2021-07-14 18:17:46 +02:00
Cargo.toml rustc_middle: Remove unused dependency measureme 2021-06-25 01:12:59 -07:00
README.md

For more information about how rustc works, see the rustc dev guide.