summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/drop_flag_effects.rs
AgeCommit message (Expand)AuthorLines
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-08librustc_mir => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-3/+3
2017-12-02create a drop ladder for an array if any value is moved outMikhail Modin-1/+6
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-15/+15
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-6/+6
2017-11-27Add initialization info to `MoveData`Matthew Jasper-41/+34
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