summary refs log tree commit diff
path: root/src/test/run-pass/unit-like-struct-drop-run.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-30std: Stabilize the rest of Any/BoxAnyAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-1/+1
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-2/+2
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