about summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2023-09-10Generalize E0401León Orell Valerian Liehr-11/+11
2023-09-08Improve "associated type not found" diagnosticsLieselotte-1/+1
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors-106/+26
2023-08-30feat(rustc_lint): make `CheckLintName` respect lint levelWeihang Lo-3/+10
2023-08-29Don't suggest adding parentheses to call an inaccessible method.Kevin Reid-0/+25
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-1/+0
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-0/+1
2023-08-04Improve spans for indexing expressionsNilstrieb-2/+2
2023-08-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy-106/+26
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-2/+1
2023-07-25write-long-types-to-disk: update testsMahdi Dibaiee-9/+6
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-5/+7
2023-07-16stop mentioning number of applicate implementationslcnr-2/+2
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-8/+7
2023-06-30Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errorsMatthias Krüger-4/+3
2023-06-30Use structured suggestion when telling user about `for<'a>`Esteban Küber-4/+3
2023-06-29Fix type privacy lints error messageBryanskiy-13/+13
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger-10/+11
2023-06-22Avoid guessing unknown trait impl in suggestionsAlexander Zhang-4/+4
2023-06-15privacy: Feature gate new type privacy lintsVadim Petrochenkov-10/+11
2023-06-12Private-in-public lints implementationBryanskiy-4/+55
2023-06-05Don't mention already set fieldsMichael Goulet-1/+1
2023-05-18Simplify suggestion when returning bare dyn traitMichael Goulet-25/+17
2023-05-09Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger-5/+5
2023-05-05improve diagnostics and bless testsBoxy-5/+5
2023-05-05tweak "make mut" spans when assigning to localsEzra Shaw-1/+1
2023-05-03rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov-1/+2
2023-05-01Don't use implied trait predicates in gather_explicit_predicates_ofMichael Goulet-2/+11
2023-04-17Spelling - compilerJosh Soref-1/+1
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-1/+2
2023-04-11Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi-6/+10
2023-04-03Update ui tests involving invalid visibility qualifiersTam Pham-6/+10
2023-04-03Perform match checking on THIR.Camille GILLOT-17/+3
2023-03-21evaluate: improve and fix recursion depth handlinglcnr-1/+1
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-16/+37
2023-03-08may not => cannotMichael Goulet-3/+3
2023-02-25docs/test: add UI test and docs for `E0476`Ezra Shaw-0/+44
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-20/+20
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-4/+4
2023-02-16Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8KiMatthias Krüger-5/+4
2023-02-14Fetch less HIR in signature check.Camille GILLOT-1/+1
2023-02-14Make removal suggestion not verboseEsteban Küber-6/+4
2023-02-14rebase and review commentsEsteban Küber-1/+1
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-2/+3
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-7/+7
2023-02-06Add extended error message for E0523Matthew Kelly-0/+27
2023-01-30Modify primary span label for E0308Esteban Küber-2/+2
2023-01-27internally change regions to be covariantAli MJ Al-Nasrawy-2/+2
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-3/+10
2023-01-23add UI test + docs for `E0789`Ezra Shaw-0/+27