rust/src/test
Alex Crichton 0cc257eb42 rustc: Run destructors when dest=Ignore
Previously, if statements of the form "Foo;" or "let _ = Foo;" were encountered
where Foo had a destructor, the destructors were not run. This changes
the relevant locations in trans to check for ty::type_needs_drop and invokes
trans_to_lvalue instead of trans_into.

Closes #4734
Closes #6892
2014-04-08 08:28:54 -07:00
..
auxiliary Fix some windows rpass tests 2014-04-07 09:29:42 -07:00
bench auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton 2014-04-06 23:36:38 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail Remove ignore-fast that has cropped up 2014-04-06 15:55:43 -07:00
debug-info Fix inner attribute syntax from #[foo]; to #![foo] 2014-04-04 13:22:57 -07:00
pretty Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00
run-fail auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me 2014-04-06 02:56:39 -07:00
run-make auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson 2014-04-07 11:26:37 -07:00
run-pass rustc: Run destructors when dest=Ignore 2014-04-08 08:28:54 -07:00
run-pass-fulldeps Remove check-fast. Closes #4193, #8844, #6330, #7416 2014-04-06 15:55:43 -07:00