about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/util/spanview.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-693/+0
2021-05-12Spanview needs the relevant body_span used for coverageRich Kadel-7/+7
2021-05-11Split span_to_string into span_to_diagnostic/embeddable_stringAndy Wang-1/+1
2021-04-28spanview debug output caused ICE when a function had no bodyRich Kadel-9/+10
2021-03-09Update match brancheskadmin-0/+1
2020-10-05Updates to experimental coverage counter injectionRich Kadel-20/+39
2020-10-04Replace `(Body, DefId)` with `Body` where possibleDylan MacKenzie-1/+1
2020-09-06Improved the MIR spanview outputRich Kadel-84/+295
2020-08-31Add new `-Z dump-mir-spanview` optionRich Kadel-0/+461