summary refs log tree commit diff
path: root/src/test/compile-fail/issue-2356.rs
AgeCommit message (Expand)AuthorLines
2015-12-11Make name resolution errors non-fatalNick Cameron-2/+2
2015-02-24rustc_resolve: don't handle impl items as if they were modules.Eduard Burtescu-7/+7
2015-01-08Update compile fail tests to use usize.Huon Wilson-2/+2
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-11-30Adjust some error messages to start with a lowercase letter and not finish wi...P1start-3/+3
2014-05-14rustc: Improve error messages for resolve failures.Kevin Butler-4/+75
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-2/+2
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+5
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-1/+1
2012-08-25Add test case for #2356Tim Chevalier-0/+4