rust/compiler/rustc_query_impl/src
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
..
lib.rs Abolish QueryVTable in favour of more assoc items on QueryConfig 2023-01-02 20:22:19 +01:00
on_disk_cache.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
plumbing.rs Abolish QueryVTable in favour of more assoc items on QueryConfig 2023-01-02 20:22:19 +01:00
profiling_support.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
README.md

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