about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/query.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-191/+0
2021-05-12`coverageinfo` query needs to use the same MIR as codegenRich Kadel-2/+2
2021-03-19coverage bug fixes and optimization supportRich Kadel-22/+23
2021-03-15Make source-based code coverage compatible with MIR inliningTomasz Miąsko-9/+32
2021-01-12Coverage computation needs access to the MIR, toooli-6/+13
2020-12-03Combination of commitsRich Kadel-1/+36
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-7/+19
2020-11-05Addressed all feedback to dateRich Kadel-10/+10
2020-11-05Splitting transform/instrument_coverage.rs into transform/coverage/...Rich Kadel-0/+113