rust/compiler/rustc_query_impl/src
bors e3dfeeaa45 Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillot
Make `rustc_query_system` take `QueryConfig` by instance.

This allows for easy switching between virtual tables and specialized instances for queries. It also has the benefit of less turbofish. `QueryStorage` has also been merged with `QueryCache`.

Split out from https://github.com/rust-lang/rust/pull/107937.

r? `@cjgillot`
2023-03-07 18:55:36 +00:00
..
lib.rs Move provider fields back to rustc_query_impl 2023-02-16 14:55:05 +01:00
on_disk_cache.rs Auto merge of #108167 - Zoxc:query-config-instance-slim, r=cjgillot 2023-03-07 18:55:36 +00:00
plumbing.rs Derive Default for query structs 2023-02-26 23:45:29 +01:00
profiling_support.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01: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.