about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
AgeCommit message (Expand)AuthorLines
2021-11-06use matches!() macro in more placesMatthias Krüger-1/+1
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-3/+2
2021-10-14Allow to hash HIR for coverage.Camille GILLOT-10/+6
2021-10-03Remove re-export.Camille GILLOT-1/+1
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-1/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-2/+2
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+588