about summary refs log tree commit diff
path: root/src/test/ui/traits/alias
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-2122/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-10/+5
2022-11-21Allow opaque types in trait impl headers and rely on coherence to reject unso...Oli Scherer-14/+1
2022-08-20Rollup merge of #100500 - cjgillot:verify-self-predicate, r=lcnrMatthias Krüger-1/+31
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-2/+2
2022-08-17Add const-generics test.Camille GILLOT-0/+23
2022-08-13Ban references to `Self` in trait object substs for projection predicates too.Camille GILLOT-1/+8
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/+49
2022-07-01Shorten def_span for more items.Camille GILLOT-2/+2
2022-06-22Perform coherence checking per impl.Camille GILLOT-8/+8
2022-06-16 fix one more case of trailing spaceklensy-6/+6
2022-05-09Point to the empty trait alias.Camille GILLOT-0/+6
2022-04-12Compute a more precise span for opaque type implsOli Scherer-2/+2
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-3/+3
2022-03-24Properly track `ImplObligation`sEsteban Kuber-0/+2
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-3/+3
2022-02-07Print opaque types from type aliases via their pathOli Scherer-3/+3
2021-11-10no overlap errors after failing the orphan checklcnr-8/+8
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-55/+55
2021-08-16Use note to point at bound introducing requirementEsteban Küber-8/+15
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-1/+1
2021-05-26Lint against non-camelCase trait alias namesSmitty-0/+18
2021-04-23Auto merge of #83729 - JohnTitor:issue-43913, r=estebankbors-0/+40
2021-04-06Do not ICE when closure is involved in TAITEsteban Küber-0/+36
2021-04-01Add a suggestion when using a type alias instead of trait aliasYuki Okushi-0/+40
2021-02-09Organize trait test filesBram van den Heuvel-0/+1933