about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/coverageinfo/map.rs
AgeCommit message (Expand)AuthorLines
2023-07-05Move `coverageinfo::ffi` and `coverageinfo::map` out of SSAZalathar-347/+0
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-1/+1
2023-04-02Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray-2/+2
2021-12-15Remove `in_band_lifetimes` from `rustc_codegen_ssa`LegionMammal978-7/+7
2021-06-01Reland - Report coverage `0` of dead blocksRich Kadel-0/+9
2021-05-12`coverageinfo` query needs to use the same MIR as codegenRich Kadel-2/+2
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-14/+63
2021-03-19coverage bug fixes and optimization supportRich Kadel-4/+21
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-5/+16
2021-01-03remove redundant closures (clippy::redundant_closure)Matthias Krüger-24/+24
2020-11-05Addressed all feedback to dateRich Kadel-13/+3
2020-11-05Added comments on remapping expression IDs, and URL to spanviewsRich Kadel-1/+19
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-35/+76
2020-10-05Updates to experimental coverage counter injectionRich Kadel-3/+10
2020-08-30mv compiler to compiler/mark-0/+205