1
Fork 0
rust/compiler/rustc_query_system/src/query
Nilstrieb 6d26ea86da
Rename Ctxt and CTX to Tcx and Qcx
This makes it consistent and clear which context is used.
2022-11-06 13:25:06 +01:00
..
caches.rs Avoid sharding query caches entirely in single-threaded mode 2022-02-20 14:57:34 -05:00
config.rs Rename Ctxt and CTX to Tcx and Qcx 2022-11-06 13:25:06 +01:00
job.rs Rename Ctxt and CTX to Tcx and Qcx 2022-11-06 13:25:06 +01:00
mod.rs Merge QueryDescription into QueryConfig 2022-11-05 16:24:13 +01:00
plumbing.rs Rename Ctxt and CTX to Tcx and Qcx 2022-11-06 13:25:06 +01:00
README.md

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