summary refs log tree commit diff
path: root/src/test/run-pass/issue-2895.rs
AgeCommit message (Expand)AuthorLines
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
2013-04-23test: fix for missing ARM supportYoung-il Choi-0/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-4/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-4/+4
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-2/+2
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-7/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-14Convert the test suite to use the Drop traitBen Striegel-1/+4
2012-10-20Fix run-pass/issue-2895 for 32-bit archsBrian Anderson-0/+7
2012-10-15Add test case for Issue 2895Tim Chevalier-0/+16