about summary refs log tree commit diff
path: root/tests/ui/associated-types
AgeCommit message (Expand)AuthorLines
2025-10-03Rollup merge of #147269 - reddevilmidzy:ice-fix, r=petrochenkovMatthias Krüger-0/+80
2025-10-03test: Add regression test for ICE when projecting associated types through dy...reddevilmidzy-0/+80
2025-09-18Enforce E0719 only for trait aliasesJules Bertholet-2/+2
2025-09-15Bump rustfix 0.8.1 -> 0.8.7Jynn Nelson-1/+1
2025-09-13Rollup merge of #145896 - Oneirical:uncountable-integer-10, r=jieyouxuJacob Pratt-0/+49
2025-09-12Add test batch 3Oneirical-0/+49
2025-08-22On E0277, point at type that doesn't implement boundEsteban Küber-7/+42
2025-08-19bless tests with new lint messagesKarol Zwolak-3/+3
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-0/+24
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+24
2025-08-04Rehome tests/ui/issues/ tests [3/?]Oneirical-0/+22
2025-07-18Reword diagnostics about relaxed bounds in invalid contextsLeón Orell Valerian Liehr-7/+3
2025-07-18AST lowering: More robustly deal with relaxed boundsLeón Orell Valerian Liehr-21/+11
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-7/+7
2025-07-10chore: Improve how the other suggestions message gets renderedScott Schafer-1/+1
2025-06-30Use predicate spans instead of whole item spansOli Scherer-44/+29
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-13/+13
2025-06-29Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxuGuillaume Gomez-0/+30
2025-06-28cleaned up some testsKivooeo-0/+30
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-8/+4
2025-06-14Rollup merge of #142477 - JonathanBrouwer:associated-type-suggestion, r=Waffl...Matthias Krüger-0/+59
2025-06-14Fix incorrect suggestion when calling an associated type with a type anchorJonathan Brouwer-2/+2
2025-06-14Failing testJonathan Brouwer-0/+59
2025-06-13Unimplement unsized_localsmejrs-1/+0
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-13/+21
2025-06-01Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmannGuillaume Gomez-43/+193
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-1/+1
2025-05-22Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errorsMatthias Krüger-2/+14
2025-05-17Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnrMatthias Krüger-5/+41
2025-05-06Preserve generic args in suggestions for ambiguous associated itemsLeón Orell Valerian Liehr-2/+14
2025-04-30Use select in projection lookupMichael Goulet-0/+40
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-50/+53
2025-04-29Adjust testsMichael Goulet-5/+28
2025-04-29Wf is not coinductiveMichael Goulet-2/+15
2025-04-27Make error for tuple struct pat/expr w/ FQS clearerWaffle Lapkin-22/+102
2025-04-27Improve test for FQS tuple struct pat/exprWaffle Lapkin-43/+113
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-1/+1
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-3/+1
2025-04-09Use a query rather than recomputing the tail repeatedlyMichael Goulet-14/+17
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-10/+10
2025-04-06update/bless testsBennet Bleßmann-18/+18
2025-04-03Use `cfg(false)` in UI testsclubby789-1/+1
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-1/+1
2025-04-02Rollup merge of #138941 - compiler-errors:receiver-is-dispatchable-bounds, r=...Stuart Cook-13/+13
2025-03-30Do not mix normalized and unnormalized caller bounds when constructing param-...Michael Goulet-13/+13
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-33/+6
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-16/+0
2025-03-11Elaborate param-env built for checking DispatchFromDyn for dyn compatMichael Goulet-5/+17
2025-03-03Fix associated type errors tooMichael Goulet-0/+45
2025-02-28Rollup merge of #137599 - davidtwco:use-minicore-more, r=jieyouxu许杰友 Jieyou Xu (Joe)-18/+4