about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/coverageinfo/mcdc.rs
AgeCommit message (Expand)AuthorLines
2024-12-17Rename `rustc_mir_build::build` to `builder`Zalathar-295/+0
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-37/+51
2024-10-08coverage. MCDC ConditionId start from 0 to keep with llvm 19zhuyunxing-12/+17
2024-09-11Simplify some nested if statementsMichael Goulet-3/+2
2024-07-05coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`Zalathar-6/+6
2024-06-04Reduce `pub` exposure.Nicholas Nethercote-4/+4
2024-05-30coverage: Rename MC/DC `conditions_num` to `num_conditions`Zalathar-13/+13
2024-05-29coverage: Avoid overflow when the MC/DC condition limit is exceededZalathar-2/+3
2024-05-13Remove `extern crate rustc_middle` from `rustc_mir_build`.Nicholas Nethercote-0/+1
2024-04-30coverage. Split mcdc builder to a sub module of coverageinfozhuyunxing-0/+275