rust/compiler/rustc_query_system/src/query
bors 938afba899 Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillot
Check that a query has not completed and is not executing before starting it

This fixes a race in the query system where we only checked if the query was currently executing, but not if it was already completed, causing queries to re-execute.

r? `@cjgillot`
2023-03-12 17:03:44 +00:00
..
caches.rs Make rustc_query_system take QueryConfig by instance. 2023-02-26 23:35:47 +01:00
config.rs Ensure value is on the on-disk cache before returning. 2023-03-11 22:41:01 +00:00
job.rs Auto merge of #105550 - gimbles:master, r=Nilstrieb 2022-12-23 16:57:21 +00:00
mod.rs Make rustc_query_system take QueryConfig by instance. 2023-02-26 23:35:47 +01:00
plumbing.rs Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillot 2023-03-12 17:03:44 +00: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.