about summary refs log tree commit diff
path: root/tests/ui/traits/alias
AgeCommit message (Expand)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-10/+10
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-1/+1
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-2/+0
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+2
2023-04-11Allow the elaborator to only filter to real supertraitsMichael Goulet-0/+20
2023-04-11Broken testsMichael Goulet-0/+10
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-2/+2
2023-02-16Do not ICE on unmet trait alias impl boundsAlan Egerton-0/+40
2023-02-16Rollup merge of #108115 - eggyal:unmet_trait_alias_bound, r=compiler-errorsMatthias Krüger-0/+30
2023-02-16Do not ICE on unmet trait alias boundsAlan Egerton-0/+30
2023-02-16Remove save-analysis.Nicholas Nethercote-5/+1
2023-02-08Do not assemble supertraits for trait aliasesAlan Egerton-0/+21
2023-01-27Add regression test for #60755Yuki Okushi-0/+12
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2122