about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/diagnostics/mod.rs
AgeCommit message (Expand)AuthorLines
2025-04-23Remove `synstructure::Structure::underscore_const` calls.Nicholas Nethercote-6/+3
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_macros`.Nicholas Nethercote-3/+3
2024-05-23Slightly clean up some lint infra codeLeón Orell Valerian Liehr-1/+1
2024-03-11Rename diagnostic derive things.Nicholas Nethercote-4/+4
2024-02-17Make synstructure underscore_const(true) the defaultUrgau-3/+6
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-1/+1
2024-01-23Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.Nicholas Nethercote-1/+1
2023-12-19Streamline `Diagnostic` proc macro.Nicholas Nethercote-3/+2
2023-05-08Suggest let for possible binding with tyyukang-1/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-2/+0
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-1/+1
2022-10-23Migrate all diagnosticsNilstrieb-7/+7
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-2/+2
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-3/+3
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-5/+5
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-3/+3
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-4/+4
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-2/+2
2022-08-12Update rustdoc to new slug styleest31-8/+8
2022-07-05macros: add diagnostic derive for lintsDavid Wood-5/+48
2022-07-05macros: fix documentation link for diag deriveDavid Wood-1/+1
2022-06-24macros: use typed identifiers in subdiag deriveDavid Wood-3/+3
2022-06-24macros: use typed identifiers in diag deriveDavid Wood-2/+2
2022-05-24macros: introduce `fluent_messages` macroDavid Wood-0/+2
2022-05-24macros: change code block languageDavid Wood-4/+4
2022-04-29macros: split diagnostic derives into modulesDavid Wood-0/+114