summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2023-12-15Collect lang items from ASTMichael Goulet-2/+2
2023-12-14update use of feature flagslcnr-1/+1
2023-12-10Remove edition umbrella features.Eric Huss-19/+0
2023-12-07Resolve assoc item bindings by namespaceLeón Orell Valerian Liehr-1/+1
2023-12-05Add print_trait_sugaredMichael Goulet-1/+1
2023-11-30Enable link-arg link kind inside of #[link] attributezetanumbers-1/+1
2023-11-24Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkinbors-194/+194
2023-11-24Show number in error message even for one errorNilstrieb-194/+194
2023-11-23fix intercrate ambiguity causeslcnr-4/+37
2023-11-16recover primary span labelEsteban Küber-4/+4
2023-11-16Suggest `unwrap()` on field not found for `Result`/`Option`Esteban Küber-1/+6
2023-11-16Suggest field typo through derefsEsteban Küber-4/+4
2023-11-04Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwcoTakayuki Maeda-3/+3
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-16/+0
2023-11-03Tweak spans for "adt defined here" noteNadrieril-3/+3
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-5/+5
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-2/+24
2023-10-21Rollup merge of #116992 - estebank:issue-69492, r=oli-obkMatthias Krüger-0/+1
2023-10-21Mention the syntax for `use` on `mod foo;` if `foo` doesn't existEsteban Küber-0/+1
2023-10-20s/Generator/Coroutine/Oli Scherer-7/+7
2023-10-17Unify suggestion wordingEsteban Küber-7/+5
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-1/+1
2023-10-11Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obkbors-2/+2
2023-10-11Fix range overflow checkingNadrieril-2/+2
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