about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mappings.rs
AgeCommit message (Expand)AuthorLines
2024-12-20coverage: Rename `basic_coverage_blocks` to just `graph`Zalathar-11/+9
2024-10-23fix a couple clippy:complexitysMatthias Krüger-1/+1
2024-10-08coverage. Warn about too many test vectorszhuyunxing-1/+7
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-63/+172
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-15coverage: Restrict `ExpressionUsed` simplification to `Code` mappingsZalathar-0/+9
2024-07-15coverage: Store a copy of `num_bcbs` in `ExtractedMappings`Zalathar-5/+8
2024-07-05coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`Zalathar-10/+12
2024-06-30coverage: Avoid getting extra unexpansion info when we don't need itZalathar-5/+4
2024-06-30coverage: Move span unexpansion into its own submoduleZalathar-3/+2
2024-06-17coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`Zalathar-14/+19
2024-05-30coverage: Rename MC/DC `conditions_num` to `num_conditions`Zalathar-3/+3
2024-05-06coverage: Rename `CoverageSpans` to `ExtractedMappings`Zalathar-6/+12
2024-05-06coverage: Don't recompute the number of test vector bitmap bytesZalathar-28/+11
2024-05-06coverage: Make the special case for async functions exit earlyZalathar-18/+21
2024-05-06coverage: Separately compute the set of BCBs with counter mappingsZalathar-37/+47
2024-05-04coverage: Rename `BcbBranchPair` to `mappings::BranchPair`Zalathar-5/+5
2024-05-04coverage: Flatten `BcbMappingKind` into `mappings::CodeMapping`Zalathar-22/+12
2024-05-04coverage: Split out MC/DC branches from `BcbMappingKind`Zalathar-52/+49
2024-05-04coverage: Split out MC/DC decisions from `BcbMappingKind`Zalathar-36/+54
2024-04-30coverage: Split off `mappings.rs` from `spans.rs` and `from_mir.rs`Zalathar-0/+275