about summary refs log tree commit diff
path: root/tests/ui/traits/alias
AgeCommit message (Expand)AuthorLines
2025-08-19bless tests with new lint messagesKarol Zwolak-2/+2
2025-08-14Update uitestsJonathan Brouwer-5/+4
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-1/+1
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-1/+2
2025-02-12Use the right binder for rebinding PolyTraitRefMichael Goulet-0/+18
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-11/+17
2025-01-26Compiler: Finalize dyn compatibility renamingLeón Orell Valerian Liehr-5/+5
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-25/+30
2025-01-21Auto merge of #133830 - compiler-errors:span-key, r=lcnrbors-311/+330
2025-01-15Rework trait expansion to happen once explicitlyMichael Goulet-311/+330
2025-01-09Use trait definition cycle detection for trait alias definitions, tooOli Scherer-0/+29
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-1/+1
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-3/+3
2024-10-15stabilize `-Znext-solver=coherence`lcnr-3/+3
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-5/+5
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-1/+1
2024-09-27On implicit `Sized` bound on fn argument, point at type instead of patternEsteban Küber-2/+2
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-1/+1
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-3/+3
2024-09-05stabilize `-Znext-solver=coherence`lcnr-3/+3
2024-07-25Don't record trait aliases as marker traitsMichael Goulet-0/+18
2024-04-21Use fulfillment, not evaluate, during method probeMichael Goulet-7/+0
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-1/+1
2024-03-07Don't require specifying unrelated assoc types when trait alias is in dyn typeMichael Goulet-0/+16
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-12/+9
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-18/+18
2024-02-07Update testsr0cky-2/+12
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-3/+3
2024-01-13Bless testsGeorge-lewis-0/+1
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