summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-orphan.rs
AgeCommit message (Expand)AuthorLines
2015-06-21remove erroneous error checkAlexis Beingessner-1/+0
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-1/+0
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-2/+2
2015-03-06Remove the coherence impls pass that was specialized to builtin bounds,Niko Matsakis-3/+5
2015-01-30Update the coherence rules to "covered first" -- the first type parameter to ...Niko Matsakis-1/+1
2015-01-16addressed commentsFlavio Percoco-0/+6
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-1/+1
2014-10-21Adjust orphan rules to consider all input types, not just self type.Niko Matsakis-0/+25