about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-07-08Remove `structured_errors` moduleOli Scherer-0/+1
2024-07-08Remove another `StructuredDiag` implOli Scherer-14/+0
2024-07-04Rollup merge of #127319 - oli-obk:fail2taint, r=compiler-errorsMatthias Krüger-9/+0
2024-07-04Remove a use of `StructuredDiag`, which is incompatible with automatic error ...Oli Scherer-9/+0
2024-07-04Better suggestion span for missing type parameterEsteban Küber-4/+3
2024-06-30Make `feature(effects)` require `-Znext-solver`Deadbeef-0/+6
2024-06-20Slightly refactor the dumping of HIR analysis dataLeón Orell Valerian Liehr-2/+2
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-06-12Auto merge of #126319 - workingjubilee:rollup-lendnud, r=workingjubileebors-0/+12
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-0/+11
2024-06-04Cleanup: HIR ty lowering: Consolidate assoc item access checkingLeón Orell Valerian Liehr-0/+12
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-2/+2
2024-05-01Auto merge of #124356 - fmease:fewer-magic-numbers-in-names, r=lcnrbors-0/+10
2024-04-30Replace item names containing an error code with something more meaningfulLeón Orell Valerian Liehr-0/+10
2024-04-30Normalize trait ref before orphan check & consider ty params in alias types t...León Orell Valerian Liehr-5/+30
2024-04-15Validation and other thingsMichael Goulet-0/+3
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+7
2024-04-08Start handling pattern types at the HIR -> Ty conversion boundaryOli Scherer-0/+2
2024-03-29Stop doing so much to handle subdiagnosticsMichael Goulet-43/+1
2024-03-29Stop removing substs from Adt type in coherenceMichael Goulet-1/+14
2024-03-18Rollup merge of #121258 - fmease:assoc-const-eq-reject-overly-generic-tys, r=...Matthias Krüger-0/+38
2024-03-16Rollup merge of #121720 - tmandry:split-refining, r=compiler-errorsLeón Orell Valerian Liehr-0/+1
2024-03-13Reject escaping bound vars in the type of assoc const bindingsLeón Orell Valerian Liehr-0/+15
2024-03-13Reject early-bound params in the type of assoc const bindingsLeón Orell Valerian Liehr-0/+23
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-4/+4
2024-03-08Improve error message for opaque capturesMichael Goulet-0/+12
2024-03-05Split refining_impl_trait lint into _reachable, _internal variantsTyler Mandry-0/+1
2024-02-29Remove unused diagnostic structr0cky-7/+0
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-4/+3
2024-02-18Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkovMatthias Krüger-0/+1
2024-02-18Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJungbors-21/+7
2024-02-17Add help to `hir_analysis_unrecognized_intrinsic_function`Scott McMurray-0/+1
2024-02-18Improve wording of static_mut_refObei Sideg-21/+7
2024-02-17Add more checks for `unnamed_field` during HIR analysisclubby789-0/+7
2024-02-12Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obkMatthias Krüger-2/+2
2024-02-12Dejargnonize substShoyu Vanilla-2/+2
2024-02-12Improve some codes according to the reviewsFrank King-0/+20
2024-02-12Check representation of unnamed fieldsFrank King-0/+30
2024-02-12check uniqueness of nested fieldsFrank King-8/+45
2024-02-05Make the error message betterMichael Goulet-0/+10
2024-02-05Allow desugaring async fn in trait to compatible, concrete future typesMichael Goulet-11/+0
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-0/+24
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-70/+70
2024-01-12Delegation implementation: step 1Bryanskiy-0/+10
2024-01-06Disallow reference to `static mut` for expressionsObei Sideg-0/+91
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-3/+3
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-0/+1
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-9/+7
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-2/+2
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-2/+2