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_build
/
src
/
build
/
coverageinfo.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-310
/
+0
2024-10-08
coverage. Adapt to mcdc mapping formats introduced by llvm 19
zhuyunxing
-3
/
+3
2024-07-05
coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`
Zalathar
-47
/
+60
2024-06-19
coverage: Make MCDC take in account last RHS of condition-coverage
Dorian Péron
-23
/
+45
2024-05-30
coverage: Instrument the RHS value of lazy logical operators
Zalathar
-0
/
+57
2024-04-30
coverage: Add branch coverage support for if-let and let-chains
Zalathar
-1
/
+1
2024-04-30
coverage: Add branch coverage support for let-else
Zalathar
-3
/
+23
2024-04-30
coverage. Split mcdc builder to a sub module of coverageinfo
zhuyunxing
-269
/
+4
2024-04-30
coverage. Add MCDCInfoBuilder to isolate all mcdc stuff from BranchInfoBuilder
zhuyunxing
-86
/
+110
2024-04-30
coverage. Add BlockMarkerGen to avoid ownership gymnastics
zhuyunxing
-29
/
+35
2024-04-29
mcdc-coverage: Get decision_depth from THIR lowering
Dorian Péron
-17
/
+60
2024-04-29
mcdc-coverage: Add decision_depth field in structs
Dorian Péron
-0
/
+2
2024-04-22
coverage: Move some helper code into `BranchInfoBuilder`
Zalathar
-26
/
+40
2024-04-22
coverage: Detach MC/DC branch spans from regular branch spans
Zalathar
-27
/
+20
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-10
/
+245
2024-03-23
Unbox and unwrap the contents of `StatementKind::Coverage`
Zalathar
-3
/
+1
2024-03-14
coverage: Record branch information during MIR building
Zalathar
-4
/
+120
2024-03-14
coverage: Data structures for recording branch info during MIR building
Zalathar
-0
/
+32