aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/destructor-ordering.rs
Commit message (Expand)AuthorAgeFilesLines
* Change the destructor-ordering test to use channels instead of a shared mutab...Jeffrey Yasskin2010-08-061-39/+78
* Remove explicit deref workaround in dtor-order test. No longer necessary.Roy Frostig2010-07-201-1/+1
* Work around auto-dereference crash in rustboot.Jeffrey Yasskin2010-07-181-1/+1
* More destruction ordering tests.Jeffrey Yasskin2010-07-161-2/+52
* Initial test that the compiler runs destructors in the right order.Jeffrey Yasskin2010-07-161-0/+29