about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/util/mod.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-8/+0
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-12/+0
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-2/+2
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-2/+1
2021-08-17Expose graphviz modulesWill Crichton-1/+1
2020-11-10formattingVishnunarayan K I-1/+1
2020-11-09make MIR graphviz generation use gsgdtVishnunarayan K I-2/+3
2020-11-05Adds coverage graphvizRich Kadel-0/+1
2020-10-17Remove the old copy propagation passJonas Schievink-1/+0
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-0/+2
2020-08-31Add new `-Z dump-mir-spanview` optionRich Kadel-0/+1
2020-08-30mv compiler to compiler/mark-0/+17