rust/compiler/rustc_const_eval/src/const_eval
Ralf Jung 0ec3269db8 interpret: rename Tag/PointerTag to Prov/Provenance
Let's avoid using two different terms for the same thing -- let's just call it "provenance" everywhere.
In Miri, provenance consists of an AllocId and an SbTag (Stacked Borrows tag), which made this even more confusing.
2022-07-19 15:38:32 -04:00
..
error.rs interpret: do not prune requires_caller_location stack frames quite so early 2022-06-26 14:42:26 -04:00
eval_queries.rs get rid of MemPlaceMeta::Poison 2022-07-13 10:22:59 -04:00
fn_queries.rs Rename impl_constness to constness 2022-06-15 20:54:43 +10:00
machine.rs interpret: rename Tag/PointerTag to Prov/Provenance 2022-07-19 15:38:32 -04:00
mod.rs get rid of MemPlaceMeta::Poison 2022-07-13 10:22:59 -04:00
valtrees.rs interpret/visitor: support visiting with a PlaceTy 2022-07-15 11:54:20 -04:00