rust/compiler/rustc_mir_transform/src/coverage
Zalathar 8529b63e2b coverage: Avoid a possible query stability hazard in CoverageCounters
The iteration order of this hashmap can potentially affect the relative
creation order of MIR blocks.
2023-12-29 12:33:52 +11:00
..
spans Remove movability from TyKind::Coroutine 2023-12-28 16:35:01 +00:00
counters.rs coverage: Avoid a possible query stability hazard in CoverageCounters 2023-12-29 12:33:52 +11:00
graph.rs coverage: Assert that bcb0 starts with bb0 and has no in-edges 2023-11-25 12:29:21 +11:00
mod.rs coverage: Unexpand spans with find_ancestor_inside_same_ctxt 2023-12-27 23:49:31 +11:00
query.rs remove redundant imports 2023-12-10 10:56:22 +08:00
spans.rs coverage: Pass around &ExtractedHirInfo instead of individual fields 2023-12-20 18:48:04 +11:00
tests.rs remove redundant imports 2023-12-10 10:56:22 +08:00