about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/spans.rs
AgeCommit message (Expand)AuthorLines
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-1/+0
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-1/+1
2021-12-08Use Vec extend instead of repeated pushes in several placesJakub Beránek-3/+1
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-7/+7
2021-11-06use matches!() macro in more placesMatthias Krüger-4/+3
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-1/+5
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-3/+1
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+900