summary refs log tree commit diff
path: root/src/test/run-pass/dynamic-drop.rs
AgeCommit message (Expand)AuthorLines
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-1/+1
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-1/+1
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+2
2018-02-17Auto merge of #47926 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakisbors-0/+46
2018-02-08add transform for uniform array move outMikhail Modin-0/+46
2018-01-22Add dynamic-drop test to nll tests alsoSantiago Pastorino-0/+3
2017-12-02create a drop ladder for an array if any value is moved outMikhail Modin-1/+37
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2
2017-10-17look past the next drop for the drop panic targetAriel Ben-Yehuda-5/+17
2017-10-17fix generator drop cachingAriel Ben-Yehuda-1/+23
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