about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/dataflow/drop_flag_effects.rs
AgeCommit message (Collapse)AuthorLines
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-270/+0
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-5/+5
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-1/+1
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+270