rust/compiler/rustc_query_impl/src
LegionMammal978 77a0c65264 Remove in_band_lifetimes from rustc_query_impl
See #91867 for more information.
2021-12-14 12:13:07 -05:00
..
keys.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
lib.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
on_disk_cache.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
plumbing.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
profiling_support.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
stats.rs Remove built-in cache_hit tracking 2021-10-11 16:33:49 -04:00
util.rs Note that type aliases cannot be recursive 2021-08-27 14:50:51 -07:00
values.rs Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

For more information about how the query system works, see the rustc dev guide.