rust/compiler/rustc_query_system/src
Tyson Nottingham adcbe49b16 rustc_query_system: simplify QueryCache::iter
Minor cleanup to reduce a small amount of complexity and code bloat.
Reduces the number of mono items in rustc_query_impl by 15%.
2021-03-12 17:34:14 -08:00
..
dep_graph Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00
query rustc_query_system: simplify QueryCache::iter 2021-03-12 17:34:14 -08:00
cache.rs Don't require a QueryContext to access the DepGraph. 2021-02-19 17:51:49 +01:00
lib.rs