summary refs log tree commit diff
path: root/src/test/run-pass/class-poly-methods-cross-crate.rs
AgeCommit message (Expand)AuthorLines
2016-10-31Changed most vec! invocations to use square bracesiirelu-4/+4
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-5/+5
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-4/+4
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-4/+4
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