summary refs log tree commit diff
path: root/src/librustc_middle/ty/error.rs
AgeCommit message (Expand)AuthorLines
2020-05-21Rollup merge of #72149 - estebank:icemation, r=eddybRalf Jung-7/+6
2020-05-12Don't `type_of` on trait assoc ty without defaultEsteban Küber-7/+6
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-2/+0
2020-05-04fix rebaseEsteban Küber-2/+5
2020-05-04Suggest restricting type param when it doesn't satisfy projectionEsteban Küber-2/+38
2020-05-03review comment: use early returnEsteban Küber-10/+19
2020-05-03review comments: move logic to their own methodsEsteban Küber-137/+139
2020-05-03fix rebaseEsteban Küber-1/+3
2020-05-02Add docsEsteban Küber-0/+18
2020-05-02Suggest constraint on `impl Trait` in return typeEsteban Küber-21/+47
2020-05-02fix rebaseEsteban Küber-1/+1
2020-05-02Point at associated types when they have a default typeEsteban Küber-6/+64
2020-05-02review comment: use or patternsEsteban Küber-4/+2
2020-05-02When a projection is expected, suggest constraining or calling methodEsteban Küber-41/+157
2020-05-02On type mismatch involving associated type, suggest constraintEsteban Küber-10/+134
2020-05-01Prevent functions with `#[target_feature]` to be coerced to safe function poi...LeSeulArtichaut-1/+22
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+495