about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/coverageinfo
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-274/+0
2020-08-18Moved coverage counter injection from BasicBlock to Statement.Rich Kadel-94/+42
2020-08-04Completes support for coverage in external cratesRich Kadel-147/+38
2020-07-30Rust function-level coverage now works on external cratesRich Kadel-1/+5
2020-07-29Moved structs/enums with repr(C) to LLVM types into ffi.rs cratesRich Kadel-64/+70
2020-07-28FunctionCoverage: improve type checking with newtype_index typesRich Kadel-40/+86
2020-07-28Refactor MIR coverage instrumentationRich Kadel-16/+16
2020-07-25Fixed coverage map issues; better aligned with LLVM APIsRich Kadel-208/+295
2020-07-17Generating the coverage mapRich Kadel-35/+241
2020-06-29add spans to injected coverage countersRich Kadel-0/+86