rust/compiler/rustc_query_system/src/query
Nilstrieb 9fe4efe115 Abolish QueryVTable in favour of more assoc items on QueryConfig
This may introduce additional mono _but_ may help const fold things
better and especially may help not constructing a `QueryVTable` anymore
which is cheap but not free.
2023-01-02 20:22:19 +01:00
..
caches.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
config.rs Abolish QueryVTable in favour of more assoc items on QueryConfig 2023-01-02 20:22:19 +01:00
job.rs Auto merge of #105550 - gimbles:master, r=Nilstrieb 2022-12-23 16:57:21 +00:00
mod.rs Abolish QueryVTable in favour of more assoc items on QueryConfig 2023-01-02 20:22:19 +01:00
plumbing.rs Abolish QueryVTable in favour of more assoc items on QueryConfig 2023-01-02 20:22:19 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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