rust/compiler/rustc_query_system/src
bors a7e2e33960 Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister
Don't perform any new queries while reading a query result on disk

In addition to being very confusing, this can cause us to add dep node edges between two queries that would not otherwise have an edge.

We now panic if any new dep node edges are created during the deserialization of a query result. This requires serializing the full `AdtDef` to disk, instead of just serializing the `DefId` and invoking the `adt_def` query during deserialization.

I'll probably split this up into several smaller PRs for perf runs.
2022-01-08 18:32:31 +00:00
..
dep_graph Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister 2022-01-08 18:32:31 +00:00
ich Remove special-cased stable hashing for HIR module 2021-12-24 12:38:29 -05:00
query Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoerister 2022-01-08 18:32:31 +00:00
cache.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
lib.rs Stabilize iter::zip. 2021-12-14 18:50:31 -04:00