about summary refs log tree commit diff
path: root/src/test/ui/associated-item
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-386/+0
2022-12-12normalize receiver substs and erase the regionsTakayuki Maeda-0/+59
2022-10-13Report duplicate definition in impls with overlap check.Camille GILLOT-4/+24
2022-10-11Report duplicate definitions in trait impls during resolution.Camille GILLOT-8/+25
2022-07-19Add E0790 as more specific variant of E0283aticu-10/+6
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-3/+3
2022-07-01Shorten def_span for more items.Camille GILLOT-7/+7
2022-06-28Auto merge of #98396 - cjgillot:iwfchir, r=petrochenkovbors-1/+1
2022-06-28Auto merge of #98222 - cjgillot:single-wf, r=michaelwoeristerbors-12/+12
2022-06-24Bless ui tests.Camille GILLOT-1/+1
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-3/+3
2022-06-21Only keep a single well-formed query.Camille GILLOT-12/+12
2022-04-03Improve method name suggestionsOliver Downard-1/+4
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-5/+0
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-1/+1
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1/+1
2021-08-06Add hint for unresolved associated trait items if the trait has a single itemJakub Beránek-0/+71
2021-07-25Bless tests.Camille GILLOT-15/+15
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-2/+5
2021-01-16Add test for #34792Dániel Buga-0/+16
2020-12-26update testsBastian Kauschke-6/+6
2020-10-20review commentsEsteban Küber-1/+1
2020-10-20Tweak "object unsafe" errorsEsteban Küber-5/+7
2020-04-05"cannot resolve" → "cannot satisfy"Esteban Küber-1/+1
2020-03-12update testsMark Mansi-1/+1
2020-02-03Change wording for object unsafe because of assoc constEsteban Küber-1/+1
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-1/+5
2020-02-02Do not suggest duplicate boundsYuki Okushi-0/+22
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-3/+3
2020-01-08Explain that associated types and consts can't be accessed directly on the tr...Esteban Küber-1/+5
2020-01-08Unify output of "variant not found" errorsEsteban Küber-3/+3
2019-12-10Deduplicate logicEsteban Küber-2/+4
2019-10-14Add test for issue-48027Yuki Okushi-0/+29
2019-04-09improve unknown enum variant errorsAndy Russell-0/+56
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-25Remove licensesMark Rousskov-34/+4
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+117