summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2024-03-04Improve wording of static_mut_refObei Sideg-7/+7
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-2/+2
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-4/+4
2024-01-13Bless testsGeorge-lewis-0/+8
2024-01-11Taint more aggressively in astconvOli Scherer-23/+3
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-6/+76
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-6/+76
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-11/+30
2024-01-05Stabilize THIR unsafeckMatthew Jasper-1/+1
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-15/+1
2023-12-28rustc_lint: Prevent multiple 'incompatible with previous forbid' lintsMartin Nordholts-13/+1
2023-12-20Update existing testsVeera-7/+3
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