rust/compiler/rustc_query_impl/src
Nilstrieb 36be251a35
Merge QueryDescription into QueryConfig
`QueryDescription` has gone through a lot of refactoring and doesn't
make sense anymore.
2022-11-05 16:24:13 +01:00
..
keys.rs Rewrite representability 2022-10-07 09:33:46 -05:00
lib.rs Merge QueryDescription into QueryConfig 2022-11-05 16:24:13 +01:00
on_disk_cache.rs Merge QueryDescription into QueryConfig 2022-11-05 16:24:13 +01:00
plumbing.rs Merge QueryDescription into QueryConfig 2022-11-05 16:24:13 +01:00
profiling_support.rs Use function pointers instead of macro-unrolled loops in rustc_query_impl 2022-09-25 11:27:12 -05:00
README.md 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.