about summary refs log tree commit diff
path: root/compiler/rustc_symbol_mangling/src/errors.rs
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-03-11Rename `IntoDiagnostic` as `Diagnostic`.Nicholas Nethercote-3/+3
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-3/+3
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-1/+1
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-3/+1
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-1/+1
2023-12-19Add `level` arg to `into_diagnostic`.Nicholas Nethercote-7/+4
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-2/+2
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-1/+1
2023-10-17Remove `rustc_symbol_mangling/messages.ftl`.Nicholas Nethercote-14/+26
2022-10-23Migrate all diagnosticsNilstrieb-1/+1
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-2/+2
2022-09-13UPDATE - merge and avoid translations for symbol mangling test outputJhonny Bill Mena-23/+21
2022-08-30UPDATE - to support diag introduced in PR #100765Jhonny Bill Mena-4/+4
2022-08-30ADD - migrate InvalidDefPath to new diagnostics infraJhonny Bill Mena-0/+8
2022-08-30UPDATE - accept String instead of unused 'strJhonny Bill Mena-6/+6
2022-08-30ADD - migrate InvalidTraitItem and AltInvalidTraitItem errorsJhonny Bill Mena-0/+16
2022-08-30ADD - InvalidSymbolName to migrate symbol-name({}) error to new diagnostics i...Jhonny Bill Mena-0/+12