summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/drop_flag_effects.rs
AgeCommit message (Expand)AuthorLines
2017-08-16Migrated some code out of `dataflow::drop_flag_effects` and into its parent m...Felix S. Klock II-70/+2
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-08-10For box expressions, use NZ drop instead of a free blockAriel Ben-Yehuda-8/+18
2017-07-30add new instructions for asserting when values are valid, and to describe whe...Ralf Jung-0/+1
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-0/+308