about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-18/+53
2024-02-16Rollup merge of #121111 - trevyn:associated-type-suggestion, r=davidtwcoGuillaume Gomez-0/+1
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-2/+3
2024-02-15Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoeristerGuillaume Gomez-1/+2
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-18/+53
2024-02-15Use generic `NonZero` internally.Markus Reiter-2/+3
2024-02-14For E0038, suggest associated type if availabletrevyn-0/+1
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-1/+2
2024-02-14Rollup merge of #121015 - nnethercote:opt-delayed-bug, r=oli-obkOli Scherer-12/+27
2024-02-14Auto merge of #120454 - clubby789:cargo-update, r=Nilstriebbors-1/+2
2024-02-14Optimize `delayed_bug` handling.Nicholas Nethercote-12/+27
2024-02-13Bump `indexmap`clubby789-1/+2
2024-02-14Fix `DiagCtxtInner::reset_err_count`.Nicholas Nethercote-15/+45
2024-02-14Remove `force_print_diagnostic`.Nicholas Nethercote-19/+24
2024-02-14Make `struct_span_note` call `struct_note`.Nicholas Nethercote-1/+1
2024-02-13Remove `good_path_delayed_bug`.Nicholas Nethercote-66/+40
2024-02-12Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups...Matthias Krüger-58/+70
2024-02-12Change level used in `print_error_count`.Nicholas Nethercote-2/+2
2024-02-12Tweak delayed bug mentions.Nicholas Nethercote-3/+3
2024-02-12Remove final unwanted `unchecked_error_guaranteed` calls.Nicholas Nethercote-53/+65
2024-02-12Fix inconsistencies in the diagnostic API methods.Nicholas Nethercote-32/+21
2024-02-12Reorder the diagnostic API methods.Nicholas Nethercote-289/+294
2024-02-10Remove unnecessary `min_specialization` after bootstrapZalathar-1/+1
2024-02-09Rollup merge of #120828 - nnethercote:fix-stash-steal, r=oli-obkMatthias Krüger-18/+27
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-0/+2
2024-02-09Fix `ErrorGuaranteed` unsoundness with stash/steal.Nicholas Nethercote-18/+27
2024-02-08Fix `span_bug!` backtracesOli Scherer-0/+1
2024-02-08Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errorsMatthias Krüger-0/+2
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-0/+2
2024-02-07Rename `unchecked_claim_error_was_emitted` as `unchecked_error_guaranteed`.Nicholas Nethercote-5/+5
2024-02-07Tighten up `ErrorGuaranteed` handling.Nicholas Nethercote-4/+10
2024-02-07Remove return value from `emit_stashed_diagnostics`.Nicholas Nethercote-6/+3
2024-02-06Rollup merge of #120575 - nnethercote:simplify-codegen-diag-handling, r=estebankMatthias Krüger-9/+17
2024-02-06Rollup merge of #120520 - nnethercote:rename-good-path, r=oli-obkMatthias Krüger-110/+120
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+2
2024-02-05Make `Emitter::emit_diagnostic` consuming.Nicholas Nethercote-9/+17
2024-02-05Rollup merge of #119600 - aDotInTheVoid:comment-fix, r=compiler-errorsMatthias Krüger-1/+2
2024-02-05Split `Level::DelayedBug` in two.Nicholas Nethercote-74/+85
2024-02-05Refactor `emit_diagnostic`.Nicholas Nethercote-43/+39
2024-02-05Make `Diagnostic::is_error` return false for `Level::FailureNote`.Nicholas Nethercote-1/+4
2024-02-03Use `StringPart` more.Nicholas Nethercote-1/+1
2024-02-03Simplify future breakage control flow.Nicholas Nethercote-6/+6
2024-02-03Remove some unnecessary `clone` calls.Nicholas Nethercote-5/+3
2024-02-03`Diagnostic` cleanupsNicholas Nethercote-1/+1
2024-02-03Remove an out-of-date comment.Nicholas Nethercote-1/+0
2024-02-01Tweak `emit_stashed_diagnostics`.Nicholas Nethercote-2/+1
2024-01-30Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkovGuillaume Gomez-0/+1
2024-01-30Remove the second lifetime from `DiagnosticArg`.Nicholas Nethercote-2/+2
2024-01-30Remove `DiagnosticArgName` from `rustc_codegen_ssa`.Nicholas Nethercote-2/+2
2024-01-29Supress unhelpful diagnostics for unresolved top level attributesyukang-0/+1