about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/mod.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-588/+0
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-08-18Remove box syntax from rustc_mirest31-3/+3
2021-05-12`coverageinfo` query needs to use the same MIR as codegenRich Kadel-11/+1
2021-05-12Simplified body_span and filtered span codeRich Kadel-21/+43
2021-05-12Spanview needs the relevant body_span used for coverageRich Kadel-0/+1
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-5/+5
2021-05-12Implement span quoting for proc-macrosAaron Hill-1/+1
2021-05-11Split span_to_string into span_to_diagnostic/embeddable_stringAndy Wang-4/+4
2021-05-06Coverage instruments closure bodies in macros (not the macro body)Rich Kadel-3/+24
2021-05-05Use local and remapped paths where appropriateAndy Wang-1/+1
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-0/+6
2021-04-24Fix coverage ICE because fn_sig can have a span that crosses file boundariesRich Kadel-1/+1
2021-04-22Fix ICE if original_span(fn_sig) returns a span not in body sourcefileRich Kadel-1/+2
2020-12-19Remap instrument-coverage line numbers in doctestsArpad Borsos-1/+5
2020-12-15Fixed conflict with drop elaboration and coverageRich Kadel-2/+2
2020-12-11Fixes reported bugs in Rust CoverageRich Kadel-0/+8
2020-12-07Fixes to Rust coverageRich Kadel-4/+18
2020-12-03Addressed feedback from 2020-12-01Rich Kadel-0/+2
2020-12-03Combination of commitsRich Kadel-49/+26
2020-11-13Addressed feedbackRich Kadel-1/+1
2020-11-11Added some unit tests as requestedRich Kadel-1/+4
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-5/+15
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-34/+289
2020-11-05Adds coverage graphvizRich Kadel-3/+31
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-8/+13
2020-11-05Splitting transform/instrument_coverage.rs into transform/coverage/...Rich Kadel-0/+241