rust/compiler/rustc_query_system/src
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
..
dep_graph Remove dep_node_index_of_opt and dep_node_index_of 2023-03-09 08:00:54 +01:00
ich Use a lock-free datastructure for source_span 2023-02-21 08:38:24 +00:00
query Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillot 2023-03-12 17:03:44 +00: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 Simplify message paths 2023-03-11 22:51:57 +01:00
values.rs Use DepKind instead of &str 2022-12-23 18:39:49 +05:30