summary refs log tree commit diff
path: root/src/test/run-pass/class-poly-methods-cross-crate.rs
AgeCommit message (Expand)AuthorLines
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-25test: Residual de-muting of the test suite. rs=demutingPatrick Walton-2/+2
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-2/+2
2012-07-09Xfail-fast a recent test that doesn't work on check-fast.Graydon Hoare-0/+1
2012-07-09Remove xfail-test from (now functional) test. Fixes #2323.Niko Matsakis-1/+0
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-04better support for classes with polymorphic methodsNiko Matsakis-2/+0
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-0/+2
2012-04-10Generic classes and generic class methods work cross-crateTim Chevalier-0/+15