rust/compiler/rustc_query_system/src
bors d6f99e535a Auto merge of #106307 - Nilstrieb:dynamic->static, r=cjgillot
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:12:16 +00:00
..
dep_graph Ignore span references from diagnostics. 2022-12-25 18:48:42 +00:00
ich Fold Definitions into the untracked data 2022-12-09 14:59:39 +00:00
query Abolish QueryVTable in favour of more assoc items on QueryConfig 2023-01-02 20:22:19 +01:00
cache.rs Rename Ctxt and CTX to Tcx and Qcx 2022-11-06 13:25:06 +01:00
error.rs Always evaluate vecs of subdiagnostics eagerly 2022-12-04 01:13:21 +01:00
lib.rs query_system: finish migration 2022-10-10 14:20:16 +01:00
values.rs Use DepKind instead of &str 2022-12-23 18:39:49 +05:30