about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/traits/coverageinfo.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-31/+0
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-9/+9
2020-08-14LLVM IR coverage encoding aligns closer to Clang'sRich Kadel-0/+2
2020-08-04Completes support for coverage in external cratesRich Kadel-11/+4
2020-07-25Fixed coverage map issues; better aligned with LLVM APIsRich Kadel-2/+2
2020-07-17Generating the coverage mapRich Kadel-0/+1
2020-06-29add spans to injected coverage countersRich Kadel-0/+35