rust/compiler/rustc_query_system/src/query
Joshua Nelson 0215b3a456 Don't mark force_query_with_job as inline(always)
It's rather large, and using `inline(always)` forces it to be recompiled
in each calling crate.
2021-01-08 18:38:33 -05:00
..
caches.rs Remove <CTX: QueryContext> in a bunch of places. 2020-10-19 11:11:09 +02:00
config.rs Remove unused ProfileCategory. 2020-10-22 22:35:32 +02:00
job.rs Fix typos 2020-11-21 09:06:45 +01:00
mod.rs Remove <CTX: QueryContext> in a bunch of places. 2020-10-19 11:11:09 +02:00
plumbing.rs Don't mark force_query_with_job as inline(always) 2021-01-08 18:38:33 -05: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.