about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-3973.rs
AgeCommit message (Expand)AuthorLines
2016-01-08permit coercions if `[error]` is found in either typeNiko Matsakis-1/+1
2016-01-08Change error scheme so that if projection fails we generate `A::B` instead of...Niko Matsakis-1/+0
2015-12-11Make name resolution errors non-fatalNick Cameron-0/+2
2015-02-24Use partial path resolutions in expressions for UFCS desugaring.Eduard Burtescu-2/+0
2014-12-12Add support for equality constraints on associated typesNick Cameron-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-6/+6
2014-06-23rustc: catch `impl X for Y` where X is not a trait in resolve.Kevin Butler-2/+1
2014-06-23rustc: catch non-trait methods before typeck.Kevin Butler-7/+11
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-02-25test: Clean out the test suite a bitAlex Crichton-2/+2
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+3
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2013-10-01remove the `float` typeDaniel Micay-3/+3
2013-09-03Un-xfail/move/delete some tests.Huon Wilson-0/+2
2013-03-27testsuite: Add various test casesTim Chevalier-1/+0
2013-03-22test: Remove `pure` from the test suitePatrick Walton-1/+1
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-1/+1
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-1/+1
2013-01-10Add xfailed test for #3973Tim Chevalier-0/+31