summary refs log tree commit diff
path: root/src/librustc/traits/error_reporting/mod.rs
AgeCommit message (Expand)AuthorLines
2020-01-27don't clone types that are copy, round two.Matthias Krüger-6/+3
2020-01-22Rollup merge of #68388 - varkor:toogeneric-wf, r=eddybTyler Mandry-11/+23
2020-01-21Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obkMazdak Farrokhzad-10/+18
2020-01-21Make `TooGeneric` error in WF checking a proper errorvarkor-11/+23
2020-01-20Add `ConstnessAnd` that implements `ToPredicate`Dylan MacKenzie-10/+18
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-2/+0
2020-01-16review commentsEsteban Küber-32/+0
2020-01-16review commentsEsteban Küber-0/+2
2020-01-16Split `librustc/traits/error_reporting.rs`Esteban Küber-0/+1442