about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow/impls/mod.rs
AgeCommit message (Collapse)AuthorLines
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-715/+0
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-2/+0
2020-10-01Add `-Zprecise-enum-drop-elaboration`Dylan MacKenzie-0/+8
Its purpose is to assist in debugging #77382 and #74551.
2020-09-26Update dataflow impls to reflect new interfaceDylan MacKenzie-33/+116
2020-09-18Implement a destination propagation passJonas Schievink-1/+1
2020-08-30Update dataflow analyses to use new interfaceDylan MacKenzie-53/+32
2020-08-30mv compiler to compiler/mark-0/+647