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_mir_transform
/
src
/
coverage
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-20
coverage: Rename `basic_coverage_blocks` to just `graph`
Zalathar
-23
/
+17
2024-12-19
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-150
/
+18
2024-12-04
coverage: Rename `CounterIncrementSite` to just `Site`
Zalathar
-5
/
+5
2024-11-29
Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu"
Zalathar
-18
/
+148
2024-11-24
coverage: Store coverage source regions as `Span` until codegen
Zalathar
-148
/
+18
2024-11-08
coverage: Restrict empty-span expansion to only cover `{` and `}`
Zalathar
-28
/
+42
2024-11-08
coverage: Remove unhelpful code for handling multiple files per function
Zalathar
-21
/
+7
2024-11-08
coverage: Pass `ExtractedHirInfo` to `make_source_region`
Zalathar
-4
/
+4
2024-10-18
Dont ICE when computing coverage of synthetic async closure body
Michael Goulet
-0
/
+5
2024-10-08
coverage. Adapt to mcdc mapping formats introduced by llvm 19
zhuyunxing
-52
/
+102
2024-10-06
coverage: Store `bcb_needs_counter` in a field as a bitset
Zalathar
-2
/
+1
2024-10-06
coverage: Make `BcbCounter` module-private
Zalathar
-6
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-1
/
+2
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-2
/
+2
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-2
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-08-28
coverage: Rename `CodeRegion` to `SourceRegion`
Zalathar
-20
/
+20
2024-08-28
coverage: Simplify some debug logging
Zalathar
-7
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-07-15
coverage: Restrict `ExpressionUsed` simplification to `Code` mappings
Zalathar
-4
/
+9
2024-07-15
coverage: Store a copy of `num_bcbs` in `ExtractedMappings`
Zalathar
-2
/
+2
2024-07-08
coverage: Extract hole spans from HIR instead of MIR
Zalathar
-3
/
+77
2024-06-30
coverage: Move span unexpansion into its own submodule
Zalathar
-0
/
+1
2024-06-17
coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`
Zalathar
-2
/
+6
2024-05-30
coverage: Rename MC/DC `conditions_num` to `num_conditions`
Zalathar
-3
/
+3
2024-05-06
coverage: Tidy imports in `rustc_mir_transform::coverage`
Zalathar
-7
/
+8
2024-05-06
coverage: Rename `CoverageSpans` to `ExtractedMappings`
Zalathar
-15
/
+15
2024-05-06
coverage: Destructure the mappings struct to make sure we don't miss any
Zalathar
-4
/
+13
2024-05-06
coverage: Don't recompute the number of test vector bitmap bytes
Zalathar
-5
/
+1
2024-05-06
coverage: Separately compute the set of BCBs with counter mappings
Zalathar
-9
/
+12
2024-05-04
coverage: Rename `BcbBranchPair` to `mappings::BranchPair`
Zalathar
-2
/
+2
2024-05-04
coverage: Flatten `BcbMappingKind` into `mappings::CodeMapping`
Zalathar
-6
/
+4
2024-05-04
coverage: Extract helper `region_for_span`
Zalathar
-4
/
+5
2024-05-04
coverage: Split out MC/DC branches from `BcbMappingKind`
Zalathar
-28
/
+23
2024-05-04
coverage: Split out MC/DC decisions from `BcbMappingKind`
Zalathar
-15
/
+17
2024-05-01
coverage: Replace `max_decision_depth` with `num_condition_bitmaps`
Zalathar
-3
/
+3
2024-04-30
coverage: Split off `mappings.rs` from `spans.rs` and `from_mir.rs`
Zalathar
-2
/
+3
2024-04-30
coverage: Prepare to split `spans.rs` into two files
Zalathar
-1
/
+0
2024-04-29
mcdc-coverage: Get decision_depth from THIR lowering
Dorian Péron
-0
/
+11
2024-04-29
mcdc-coverage: Add decision_depth field in structs
Dorian Péron
-15
/
+20
2024-04-22
coverage: Separate branch pairs from other mapping kinds
Zalathar
-8
/
+14
2024-04-22
coverage: Detach MC/DC branch spans from regular branch spans
Zalathar
-4
/
+12
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-7
/
+72
2024-03-28
Replace `RemapFileNameExt::for_codegen` with explicit calls
Urgau
-2
/
+5
2024-03-23
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar
-5
/
+2
2024-03-18
Deduplicate `associated_body` and `body_id`
Oli Scherer
-3
/
+1
2024-03-14
coverage: Include recorded branch info in coverage instrumentation
Zalathar
-0
/
+4
2024-03-13
coverage: Make `is_eligible_for_coverage` a hook method
Zalathar
-33
/
+1
2024-02-07
Rollup merge of #120564 - Zalathar:increment-site, r=oli-obk
Guillaume Boisseau
-49
/
+40
[next]