summary refs log tree commit diff
path: root/src/test/run-pass/unit-like-struct-drop-run.rs
AgeCommit message (Expand)AuthorLines
2014-05-13std: Move the owned module from core to stdAlex Crichton-1/+1
2014-03-04Cleaned up `std::any`Marvin Löbel-0/+1
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-1/+1
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-1/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rpass: Remove usage of fmt!Alex Crichton-1/+1
2013-09-30testsuite: Un-xfail unit-like-struct-drop-run on WindowsTim Chevalier-2/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-08-22Enabled tests.Vadim Chugunov-1/+0
2013-07-24xfail tests that are currently failing on windows, reported in #7999crnobog-0/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-01Mark run-pass/unit-like-struct-drop-run.rs as xfast-fail.Luqman Aden-0/+1
2013-06-01Add test for #6861Luqman Aden-0/+28