summary refs log tree commit diff
path: root/src/test/compile-fail/coherence-default-trait-impl.rs
AgeCommit message (Expand)AuthorLines
2018-01-13Remove wfcheck for auto traits, remove dead error codesleonardo.yvens-2/+0
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-12/+5
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+4
2017-11-03[Syntax Breaking] Rename DefaultImpl to AutoImplleonardo.yvens-1/+1
2017-04-14Implement RFC 1268Sean Griffin-1/+1
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-1/+1
2016-03-14Adjust test for new overlap message on default trait implsAaron Turon-1/+1
2015-12-16Provide overlapping types for coherence errorsAaron Turon-1/+1
2015-04-21test: Fix fallout in testsAlex Crichton-5/+3
2015-04-09Remove `ignore-tidy-linelength` from tests that no longer need itLuke Gallagher-2/+0
2015-03-20Check trait unsafety for defaulted traitsFlavio Percoco-0/+10
2015-02-22Restore the coherence visitor and fix falloutsFlavio Percoco-3/+0
2015-02-22Record default implementations in a separate stepFlavio Percoco-1/+3
2015-02-22Test all the thingsFlavio Percoco-0/+25