about summary refs log tree commit diff
path: root/src/test/codegen/drop.rs
AgeCommit message (Expand)AuthorLines
2017-06-12Update test/codegen/drop.rs to reflect inconsequential change in basic block ...Felix S. Klock II-1/+1
2017-04-22remove cleanup branches to the resume blockAriel Ben-Yehuda-1/+1
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-5/+5
2016-07-08Fix codegen tests by make sure items are translated in AST order.Michael Woerister-7/+7
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+2
2016-02-04Avoid quadratic growth of functions due to cleanupsBjörn Steinbrink-0/+47