summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-orphan.rs
AgeCommit message (Expand)AuthorLines
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