about summary refs log tree commit diff
path: root/compiler/rustc_errors/src
AgeCommit message (Expand)AuthorLines
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-09Check with overlaps_or_adjacentlong-long-float-4/+7
2024-02-08Fix `span_bug!` backtracesOli Scherer-0/+1
2024-02-08Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errorsMatthias Krüger-5/+8
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-5/+8
2024-02-07Rename `unchecked_claim_error_was_emitted` as `unchecked_error_guaranteed`.Nicholas Nethercote-5/+5
2024-02-07Tighten up `ErrorGuaranteed` handling.Nicholas Nethercote-10/+20
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-63/+72
2024-02-06Rollup merge of #120520 - nnethercote:rename-good-path, r=oli-obkMatthias Krüger-123/+134
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+2
2024-02-06Check in push_suggestionlong-long-float-0/+9
2024-02-05Make `Emitter::emit_diagnostic` consuming.Nicholas Nethercote-63/+72
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-86/+98
2024-02-05Refactor `emit_diagnostic`.Nicholas Nethercote-43/+39
2024-02-05Tighten the assertion in `downgrade_to_delayed_bug`.Nicholas Nethercote-1/+1
2024-02-05Make `Diagnostic::is_error` return false for `Level::FailureNote`.Nicholas Nethercote-3/+6
2024-02-03Rollup merge of #120573 - nnethercote:rm-BorrowckErrors-tainted_by_errors, r=...Matthias Krüger-7/+2
2024-02-03Use `StringPart` more.Nicholas Nethercote-31/+26
2024-02-03Simplify future breakage control flow.Nicholas Nethercote-6/+6
2024-02-03Use `DiagnosticArgName` in a few more places.Nicholas Nethercote-1/+1
2024-02-03Remove some unnecessary `clone` calls.Nicholas Nethercote-5/+3
2024-02-03`SilentEmitter::fatal_note` doesn't need to be optional.Nicholas Nethercote-8/+6
2024-02-03`Diagnostic` cleanupsNicholas Nethercote-18/+2
2024-02-03Remove an out-of-date comment.Nicholas Nethercote-1/+0
2024-02-02Inline and remove `DiagnosticBuilder::into_diagnostic`.Nicholas Nethercote-7/+2
2024-02-01Rework `StringPart`.Nicholas Nethercote-21/+17
2024-02-01Fit more values into `DiagnosticArgValue::Number`.Nicholas Nethercote-7/+6
2024-02-01Tweak `emit_stashed_diagnostics`.Nicholas Nethercote-2/+1
2024-01-31Don't hash lints differently to non-lints.Nicholas Nethercote-8/+8
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-5/+5
2024-01-30Remove the lifetime from `DiagnosticArgName`.Nicholas Nethercote-8/+4
2024-01-30Remove `DiagnosticArgName` from `rustc_codegen_ssa`.Nicholas Nethercote-2/+2
2024-01-30Remove the lifetime from `DiagnosticArgValue`.Nicholas Nethercote-52/+46
2024-01-29Supress unhelpful diagnostics for unresolved top level attributesyukang-0/+1
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-41/+82
2024-01-29Sort attributes in `compiler/rustc_errors/src/lib.rs`.Nicholas Nethercote-5/+7
2024-01-26Fix typoUrgau-1/+1
2024-01-26Improve handling of numbers in IntoDiagnosticArgUrgau-25/+22
2024-01-25Remove unused featuresclubby789-2/+1
2024-01-23add list of characters to uncommon codepoints lintHTGAzureX1212.-0/+8
2024-01-22Tweak error counting.Nicholas Nethercote-15/+11
2024-01-22Count "unused extern" errors as lints rather than normal errors.Nicholas Nethercote-1/+1
2024-01-22Clarify comments about diagnostic count fields.Nicholas Nethercote-6/+6
2024-01-14Rework how diagnostic lints are stored.Nicholas Nethercote-85/+74