rust/compiler/rustc_query_system/src/query
bors 341d8b8a2c Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
Use an IndexVec to cache queries with index-like key

Revival of an old idea. Let's see if it has more effect.

r? `@ghost`
2022-11-24 06:32:23 +00:00
..
caches.rs Use Key impl to select cache. 2022-11-01 17:07:55 +00: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 Auto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki 2022-11-24 06:32:23 +00:00
plumbing.rs Rename Ctxt and CTX to Tcx and Qcx 2022-11-06 13:25:06 +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.