about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/debug.rs
AgeCommit message (Expand)AuthorLines
2021-01-03remove redundant closures (clippy::redundant_closure)Matthias Krüger-5/+5
2020-12-11don't convert types into identical types with .into() (clippy::useless_conver...Matthias Krüger-2/+2
2020-12-08Review feedbackEric Arellano-32/+36
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-23/+25
2020-11-25Fixup compiler docsCamelid-12/+12
2020-11-11Added some unit tests as requestedRich Kadel-8/+8
2020-11-07use single char patterns for split() (clippy::single_char_pattern)Matthias Krüger-4/+4
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-9/+120
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-8/+302
2020-11-05Adds coverage graphvizRich Kadel-2/+363
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-8/+8
2020-11-05Splitting transform/instrument_coverage.rs into transform/coverage/...Rich Kadel-0/+70