about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/coverage.rs
AgeCommit message (Expand)AuthorLines
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-85/+0
2025-03-18coverage: Don't store a body span in `FunctionCoverageInfo`Zalathar-1/+0
2025-02-06coverage: Remove the old code for simplifying counters after MIR optsZalathar-31/+1
2025-02-06coverage: Defer part of counter-creation until codegenZalathar-26/+44
2025-02-06coverage: Store BCB node IDs in mappings, and resolve them in codegenZalathar-23/+28
2025-01-24Exclude `mir::coverage` types from TypeFoldable/TypeVisitableZalathar-14/+14
2025-01-18coverage: Remove `BcbCounter` and `BcbExpression`Zalathar-6/+2
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-3/+3
2024-12-19coverage: Store coverage source regions as `Span` until codegenZalathar-17/+1
2024-12-08coverage: Use a query to find counters/expressions that must be zeroZalathar-1/+12
2024-12-08coverage: Move `CoverageIdsInfo` into `mir::coverage`Zalathar-0/+28
2024-11-30coverage: Allow niches in counter/expression IDsZalathar-2/+0
2024-11-29Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"Zalathar-1/+17
2024-11-24coverage: Store coverage source regions as `Span` until codegenZalathar-17/+1
2024-11-08coverage: Remove unhelpful code for handling multiple files per functionZalathar-7/+4
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-18/+11
2024-10-08coverage. MCDC ConditionId start from 0 to keep with llvm 19zhuyunxing-13/+3
2024-08-28coverage: Rename `CodeRegion` to `SourceRegion`Zalathar-3/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-07-15coverage: Restrict `ExpressionUsed` simplification to `Code` mappingsZalathar-13/+0
2024-07-05coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`Zalathar-3/+8
2024-05-30coverage: Rename MC/DC `conditions_num` to `num_conditions`Zalathar-2/+2
2024-05-20Rollup merge of #125106 - Zalathar:expressions, r=davidtwcoMatthias Krüger-2/+2
2024-05-14coverage: Remove confusing comments from `CoverageKind`Zalathar-6/+0
2024-05-14coverage: Memoize newly-created counter expressionsZalathar-2/+2
2024-05-01coverage: Replace `max_decision_depth` with `num_condition_bitmaps`Zalathar-1/+1
2024-04-30Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-deadMatthias Krüger-1/+1
2024-04-29mcdc-coverage: Get decision_depth from THIR loweringDorian Péron-0/+3
2024-04-29mcdc-coverage: Add decision_depth field in structsDorian Péron-6/+14
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-1/+1
2024-04-22coverage: Detach MC/DC branch spans from regular branch spansZalathar-1/+3
2024-04-19coverage. Generate Mappings of decisions and conditions for MC/DCzhuyunxing-3/+101
2024-04-04coverage: Remove useless constantsZalathar-8/+0
2024-04-03rustc_index: Add a `ZERO` constant to index typesVadim Petrochenkov-2/+2
2024-03-22coverage: Clean up marker statements that aren't needed laterZalathar-3/+2
2024-03-14coverage: Include recorded branch info in coverage instrumentationZalathar-1/+8
2024-03-14coverage: Data structures for recording branch info during MIR buildingZalathar-2/+21
2024-03-13coverage: Add `CoverageKind::BlockMarker`Zalathar-0/+16
2024-01-11coverage: Add enums to accommodate other kinds of coverage mappingsZalathar-8/+26
2023-12-08coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIRZalathar-0/+8
2023-11-22Replace `no_ord_impl` with `orderable`.Nicholas Nethercote-0/+2
2023-11-22Replace `custom_encodable` with `encodable`.Nicholas Nethercote-0/+2
2023-10-18coverage: Explicitly note that counter/expression IDs are function-localZalathar-0/+10
2023-10-18coverage: Store expression data in function coverage infoZalathar-20/+21
2023-10-18coverage: Store all of a function's mappings in function coverage infoZalathar-8/+10
2023-10-18coverage: Collect a function's coverage mappings into a single listZalathar-0/+14
2023-10-18coverage: Rename `Operand` to `CovTerm`Zalathar-7/+9
2023-10-18coverage: Store the number of counters/expressions in function coverage infoZalathar-0/+2
2023-10-18coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`Zalathar-2/+10
2023-10-03coverage: Remove `next_id` methods from counter/expression IDsZalathar-10/+0