summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/spans
AgeCommit message (Expand)AuthorLines
2023-12-20coverage: Check for `async fn` explicitly, without needing a heuristicZalathar-11/+8
2023-12-20coverage: Pass around `&ExtractedHirInfo` instead of individual fieldsZalathar-2/+4
2023-12-09Rollup merge of #118666 - Zalathar:body-closure, r=cjgillotJubilee-0/+10
2023-12-08coverage: Simplify the heuristic for ignoring `async fn` return spansZalathar-0/+10
2023-12-08coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIRZalathar-3/+12
2023-12-03coverage: Skip spans that can't be un-expanded back to the function bodyZalathar-5/+7
2023-10-21coverage: Simplify initial creation of coverage spansZalathar-16/+28
2023-10-21coverage: Don't create an intermediate vec for each BCB's initial spansZalathar-26/+23
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2023-10-10coverage: Remove enum `CoverageStatement`Zalathar-10/+2
2023-10-10coverage: Disconnect span extraction from `CoverageSpansGenerator`Zalathar-70/+73
2023-10-10coverage: Move initial MIR span extraction into a submoduleZalathar-0/+189