summary refs log tree commit diff
path: root/src/librustc_middle/ty/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2020-05-31Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkovRalf Jung-15/+1
2020-05-30Account for returned `dyn Trait` evaluating to `'static` lifetimeEsteban Küber-0/+19
2020-05-29Move common code to `WhereClause`Esteban Küber-12/+1
2020-05-28Account for trailing comma when suggesting `where` clausesEsteban Küber-12/+9
2020-05-04Suggest restricting type param when it doesn't satisfy projectionEsteban Küber-1/+183
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-8/+12
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+65