Files
rust/compiler/rustc_middle/src
bors 3e827cc21e Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obk
CTFE core engine allocation & memory API improvemenets

This is a first step towards https://github.com/rust-lang/miri/issues/841.
- make `Allocation` API offset-based (no more making up `Pointer`s just to access an `Allocation`)
- make `Memory` API higher-level (combine checking for access and getting access into one operation)

The Miri-side PR is at https://github.com/rust-lang/miri/pull/1804.
r? `@oli-obk`
2021-05-19 10:11:28 +00:00
..
2021-05-15 12:12:56 -04:00
2021-05-12 14:01:16 +02:00
2021-04-29 21:36:48 +02:00
2021-05-02 14:06:07 -04:00
2021-05-12 00:51:31 -04:00