rust/src/librustc/mir/interpret
Tyler Mandry dbce655eda
Rollup merge of #64503 - RalfJung:miri-retag, r=oli-obk
rename Allocation::retag -> with_tags_and_extra

This is more consistent with `Pointer::with_tag`. Also, "retag" is a [term from Stacked Borrows](https://github.com/rust-lang/unsafe-code-guidelines/blob/master/wip/stacked-borrows.md#retagging) with a [corresponding Machine hook](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir/interpret/machine/trait.Machine.html#method.retag), and this function has nothing to do with that other use of the term.

r? @oli-obk
2019-09-17 21:27:23 -07:00
..
allocation.rs rename Allocation::retag -> with_tags_and_extra 2019-09-17 09:29:06 +02:00
error.rs Rollup merge of #64541 - RalfJung:miri-errors, r=oli-obk 2019-09-17 14:10:55 -07:00
mod.rs Apply suggestions from code review 2019-09-07 16:27:20 +01:00
pointer.rs Aggregation of cosmetic changes made during work on REPL PRs: librustc 2019-09-07 16:27:19 +01:00
value.rs Rollup merge of #64116 - ZeGentzy:patch-1, r=oli-obk 2019-09-14 16:42:20 +02:00