summary refs log tree commit diff
path: root/src/test/compile-fail/issue-15094.rs
AgeCommit message (Expand)AuthorLines
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-1/+1
2016-07-22switch compare_method to new-style trait error reportingAriel Ben-Yehuda-2/+2
2015-07-18split "has incompatible type for trait" errors into multiple linesAndrew Paseltiner-1/+3
2015-03-23Fallout from changing fn traits to use inheritance rather than bridgeNiko Matsakis-4/+3
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-28Update test files; mostly the problem is that they were using theNiko Matsakis-1/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-4/+4
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-1/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-08-18Add missing tests for fixed issuesJakub Wieczorek-0/+33