index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
mir
/
coverage.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-06
coverage: Remove all unstable support for MC/DC instrumentation
Zalathar
-85
/
+0
2025-03-18
coverage: Don't store a body span in `FunctionCoverageInfo`
Zalathar
-1
/
+0
2025-02-06
coverage: Remove the old code for simplifying counters after MIR opts
Zalathar
-31
/
+1
2025-02-06
coverage: Defer part of counter-creation until codegen
Zalathar
-26
/
+44
2025-02-06
coverage: Store BCB node IDs in mappings, and resolve them in codegen
Zalathar
-23
/
+28
2025-01-24
Exclude `mir::coverage` types from TypeFoldable/TypeVisitable
Zalathar
-14
/
+14
2025-01-18
coverage: Remove `BcbCounter` and `BcbExpression`
Zalathar
-6
/
+2
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-3
/
+3
2024-12-19
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-17
/
+1
2024-12-08
coverage: Use a query to find counters/expressions that must be zero
Zalathar
-1
/
+12
2024-12-08
coverage: Move `CoverageIdsInfo` into `mir::coverage`
Zalathar
-0
/
+28
2024-11-30
coverage: Allow niches in counter/expression IDs
Zalathar
-2
/
+0
2024-11-29
Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"
Zalathar
-1
/
+17
2024-11-24
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-17
/
+1
2024-11-08
coverage: Remove unhelpful code for handling multiple files per function
Zalathar
-7
/
+4
2024-10-08
coverage. Adapt to mcdc mapping formats introduced by llvm 19
zhuyunxing
-18
/
+11
2024-10-08
coverage. MCDC ConditionId start from 0 to keep with llvm 19
zhuyunxing
-13
/
+3
2024-08-28
coverage: Rename `CodeRegion` to `SourceRegion`
Zalathar
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-07-15
coverage: Restrict `ExpressionUsed` simplification to `Code` mappings
Zalathar
-13
/
+0
2024-07-05
coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`
Zalathar
-3
/
+8
2024-05-30
coverage: Rename MC/DC `conditions_num` to `num_conditions`
Zalathar
-2
/
+2
2024-05-20
Rollup merge of #125106 - Zalathar:expressions, r=davidtwco
Matthias Krüger
-2
/
+2
2024-05-14
coverage: Remove confusing comments from `CoverageKind`
Zalathar
-6
/
+0
2024-05-14
coverage: Memoize newly-created counter expressions
Zalathar
-2
/
+2
2024-05-01
coverage: Replace `max_decision_depth` with `num_condition_bitmaps`
Zalathar
-1
/
+1
2024-04-30
Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead
Matthias Krüger
-1
/
+1
2024-04-29
mcdc-coverage: Get decision_depth from THIR lowering
Dorian Péron
-0
/
+3
2024-04-29
mcdc-coverage: Add decision_depth field in structs
Dorian Péron
-6
/
+14
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-1
/
+1
2024-04-22
coverage: Detach MC/DC branch spans from regular branch spans
Zalathar
-1
/
+3
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-3
/
+101
2024-04-04
coverage: Remove useless constants
Zalathar
-8
/
+0
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-2
/
+2
2024-03-22
coverage: Clean up marker statements that aren't needed later
Zalathar
-3
/
+2
2024-03-14
coverage: Include recorded branch info in coverage instrumentation
Zalathar
-1
/
+8
2024-03-14
coverage: Data structures for recording branch info during MIR building
Zalathar
-2
/
+21
2024-03-13
coverage: Add `CoverageKind::BlockMarker`
Zalathar
-0
/
+16
2024-01-11
coverage: Add enums to accommodate other kinds of coverage mappings
Zalathar
-8
/
+26
2023-12-08
coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR
Zalathar
-0
/
+8
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+2
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+2
2023-10-18
coverage: Explicitly note that counter/expression IDs are function-local
Zalathar
-0
/
+10
2023-10-18
coverage: Store expression data in function coverage info
Zalathar
-20
/
+21
2023-10-18
coverage: Store all of a function's mappings in function coverage info
Zalathar
-8
/
+10
2023-10-18
coverage: Collect a function's coverage mappings into a single list
Zalathar
-0
/
+14
2023-10-18
coverage: Rename `Operand` to `CovTerm`
Zalathar
-7
/
+9
2023-10-18
coverage: Store the number of counters/expressions in function coverage info
Zalathar
-0
/
+2
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-2
/
+10
2023-10-03
coverage: Remove `next_id` methods from counter/expression IDs
Zalathar
-10
/
+0
[next]