summary refs log tree commit diff
path: root/compiler/rustc_macros/src/diagnostics/mod.rs
AgeCommit message (Expand)AuthorLines
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