summary refs log tree commit diff
path: root/src/test/run-pass/dynamic-drop.rs
AgeCommit message (Expand)AuthorLines
2017-08-10For box expressions, use NZ drop instead of a free blockAriel Ben-Yehuda-0/+6
2017-06-28re-add the call to `super_statement` in EraseRegionsAriel Ben-Yehuda-0/+15
2017-05-28move "ADT master drop flag" logic to `open_drop_for_adt_contents`Ariel Ben-Yehuda-0/+25
2017-05-28translate array drop glue using MIRAriel Ben-Yehuda-0/+11
2016-09-16fix dynamic drop for unionsAriel Ben-Yehuda-1/+24
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-4/+0
2016-06-04fix translation of terminators in MSVC cleanup blocksAriel Ben-Yehuda-17/+73
2016-06-03implement drop elaborationAriel Ben-Yehuda-0/+100