about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/diagnostics/error.rs
AgeCommit message (Expand)AuthorLines
2024-10-27give a better error for tuple structs in `derive(Diagnostic)`jyn-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-1/+1
2023-06-23avoid `&format` in error message codeTakayuki Maeda-6/+4
2023-04-06migrate rustc_macros to syn 2.0Deadbeef-47/+8
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-9/+7
2022-11-07Modify comment syntax errorwanghaha-dev-2/+2
2022-07-05macros: add diagnostic derive for lintsDavid Wood-11/+11
2022-06-24macros: use typed identifiers in diag deriveDavid Wood-14/+23
2022-04-29macros: add helper functions for invalid attrsDavid Wood-18/+90
2022-04-29macros: split diagnostic derives into modulesDavid Wood-0/+60