about summary refs log tree commit diff
path: root/src/test/ui/traits
AgeCommit message (Expand)AuthorLines
2022-08-20remove unnecessary string searchingsTakayuki Maeda-12/+18
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-33/+33
2022-08-17Add const-generics test.Camille GILLOT-0/+23
2022-08-17implied_bounds: clarify our assumptionslcnr-2/+2
2022-08-14Also do it for genericsMichael Goulet-6/+6
2022-08-14Point to argument if it's self type of unsatisfied projection predicateMichael Goulet-4/+8
2022-08-13Rollup merge of #99646 - compiler-errors:arg-mismatch-single-arg-label, r=est...Michael Goulet-1/+1
2022-08-13Ban references to `Self` in trait object substs for projection predicates too.Camille GILLOT-1/+8
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-1/+1
2022-08-10Ban indirect references to `Self` too.Camille GILLOT-0/+19
2022-08-10Generalize trait object generic param check to aliases.Camille GILLOT-0/+184
2022-08-08Adjust wordingMichael Goulet-7/+6
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-2/+3
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-7/+7
2022-07-28Remove guess_head_span.Camille GILLOT-6/+5
2022-07-22Auto merge of #99420 - RalfJung:vtable, r=oli-obkbors-15/+68
2022-07-20we seem to monomorphize fewer vtables by default now, so adjust some testsRalf Jung-15/+68
2022-07-20Rollup merge of #99352 - compiler-errors:tighter-spans-on-generic-call, r=spa...Matthias Krüger-17/+5
2022-07-19Add E0790 as more specific variant of E0283aticu-5/+11
2022-07-16Use typeck_results to avoid duplicate ast_ty_to_ty callMichael Goulet-17/+5
2022-07-16Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnrMatthias Krüger-8/+1
2022-07-15Revert "Highlight conflicting param-env candidates"Michael Goulet-8/+1
2022-07-15passes: migrate half of `check_attr`David Wood-4/+4
2022-07-11Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkovMatthias Krüger-8/+0
2022-07-11Rollup merge of #99147 - compiler-errors:issue-55673, r=lcnrDylan DPC-2/+2
2022-07-11Do not mention private Self types from other cratesMichael Goulet-1/+0
2022-07-11Mention similarly named associated type even if it's not clearly in supertraitMichael Goulet-2/+2
2022-07-08Fix duplicated type annotation suggestionDaniel Xu-8/+0
2022-07-08distinguish the method and associated function diagnostic informationYiming Lei-5/+5
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-9/+9
2022-07-08Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer...Dylan DPC-1/+8
2022-07-08Highlight conflicting param-env candidatesMichael Goulet-1/+8
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-9/+9
2022-07-07Shorten span for closures.Camille GILLOT-1/+1
2022-07-02Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obkbors-2/+3
2022-07-01Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomezbors-7/+11
2022-07-01Don't point at Self type if we can't find an infer variable in ambiguous trai...Michael Goulet-3/+3
2022-07-01Show source of ambiguity in a few more placesMichael Goulet-4/+8
2022-07-01Bless recursion test.Camille GILLOT-2/+3
2022-07-01Shorten def_span for more items.Camille GILLOT-99/+47
2022-06-28Note concrete type being coerced into objectMichael Goulet-5/+5
2022-06-28Auto merge of #98396 - cjgillot:iwfchir, r=petrochenkovbors-2/+2
2022-06-27Auto merge of #98221 - cjgillot:single-coh, r=lcnrbors-21/+11
2022-06-26add regression test for #87558Takayuki Maeda-0/+33
2022-06-25Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e...Matthias Krüger-9/+13
2022-06-24Bless ui tests.Camille GILLOT-2/+2
2022-06-22Perform coherence checking per impl.Camille GILLOT-21/+11
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-9/+13
2022-06-21Move some tests to more reasonable directoriesCaio-0/+79
2022-06-16 fix one more case of trailing spaceklensy-7/+7