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
/
mappings.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-20
coverage: Rename `basic_coverage_blocks` to just `graph`
Zalathar
-11
/
+9
2024-10-23
fix a couple clippy:complexitys
Matthias Krüger
-1
/
+1
2024-10-08
coverage. Warn about too many test vectors
zhuyunxing
-1
/
+7
2024-10-08
coverage. Adapt to mcdc mapping formats introduced by llvm 19
zhuyunxing
-63
/
+172
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-07-15
coverage: Restrict `ExpressionUsed` simplification to `Code` mappings
Zalathar
-0
/
+9
2024-07-15
coverage: Store a copy of `num_bcbs` in `ExtractedMappings`
Zalathar
-5
/
+8
2024-07-05
coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`
Zalathar
-10
/
+12
2024-06-30
coverage: Avoid getting extra unexpansion info when we don't need it
Zalathar
-5
/
+4
2024-06-30
coverage: Move span unexpansion into its own submodule
Zalathar
-3
/
+2
2024-06-17
coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`
Zalathar
-14
/
+19
2024-05-30
coverage: Rename MC/DC `conditions_num` to `num_conditions`
Zalathar
-3
/
+3
2024-05-06
coverage: Rename `CoverageSpans` to `ExtractedMappings`
Zalathar
-6
/
+12
2024-05-06
coverage: Don't recompute the number of test vector bitmap bytes
Zalathar
-28
/
+11
2024-05-06
coverage: Make the special case for async functions exit early
Zalathar
-18
/
+21
2024-05-06
coverage: Separately compute the set of BCBs with counter mappings
Zalathar
-37
/
+47
2024-05-04
coverage: Rename `BcbBranchPair` to `mappings::BranchPair`
Zalathar
-5
/
+5
2024-05-04
coverage: Flatten `BcbMappingKind` into `mappings::CodeMapping`
Zalathar
-22
/
+12
2024-05-04
coverage: Split out MC/DC branches from `BcbMappingKind`
Zalathar
-52
/
+49
2024-05-04
coverage: Split out MC/DC decisions from `BcbMappingKind`
Zalathar
-36
/
+54
2024-04-30
coverage: Split off `mappings.rs` from `spans.rs` and `from_mir.rs`
Zalathar
-0
/
+275