about summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2023-10-09Auto merge of #116497 - compiler-errors:impl-span, r=cjgillotbors-5/+6
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-5/+6
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-1/+1
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-11/+3
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-3/+3
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-8/+14
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+14
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-44/+16
2023-10-04Show more information when multiple `impl` applyEsteban Küber-2/+36
2023-09-29Auto merge of #115821 - obeis:hir-analysis-migrate-diagnostics-5, r=compiler-...bors-2/+6
2023-09-26Rollup merge of #116162 - fmease:gate-n-validate-rustc_safe_intrinsic, r=Nils...Matthias Krüger-1/+1
2023-09-25Gate and validate #[rustc_safe_intrinsic]León Orell Valerian Liehr-1/+1
2023-09-22Rollup merge of #116062 - eduardosm:start-fn-diag, r=WaffleLapkinMatthias Krüger-4/+4
2023-09-22Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obkbors-1/+1
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-4/+4
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-1/+1
2023-09-20Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-2/+6
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-4/+4
2023-09-18Migrate 'cast to bool' diagnosticclubby789-1/+6
2023-09-15Migrate 'explicit destructor call' diagnosticclubby789-4/+6
2023-09-12Rollup merge of #115765 - asquared31415:cast_diag, r=WaffleLapkinMatthias Krüger-1/+1
2023-09-11add source type for invalid bool castsasquared31415-1/+1
2023-09-11Rollup merge of #115744 - fmease:fix-e0401, r=compiler-errorsMatthias Krüger-11/+11
2023-09-11Rollup merge of #115743 - compiler-errors:no-impls, r=davidtwcoMatthias Krüger-0/+5
2023-09-11Auto merge of #115387 - weihanglo:merge-check-and-lint, r=oli-obkbors-3/+10
2023-09-10Point out if a local trait has no implementationsMichael Goulet-0/+5
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