summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/drop_flag_effects.rs
AgeCommit message (Expand)AuthorLines
2017-11-15fix comment, remove redundant codeMikhail Modin-18/+1
2017-11-15add `StorageDead` handlingMikhail Modin-1/+6
2017-10-31make the dataflow / mir-borrowck types carry a `'tcx` lifetimeNiko Matsakis-20/+20
2017-10-31test "needs drop" on region-erased, lifted typesNiko Matsakis-2/+6
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