summary refs log tree commit diff
path: root/compiler/rustc_macros/src/diagnostics/diagnostic_builder.rs
AgeCommit message (Expand)AuthorLines
2022-08-30Use more `into_iter` rather than `drain(..)`Donough Liu-1/+1
2022-08-24translations: rename warn_ to warningLuis Cardoso-14/+17
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-15/+4
2022-08-21Disallow #[primary_span] on LintDiagnosticsXiretza-4/+13
2022-08-21Make derived SessionDiagnostics generic on diagnostic levelXiretza-43/+38
2022-07-20clippy::perf fixesMatthias Krüger-1/+1
2022-07-15macros: support adding warnings to diagsDavid Wood-17/+34
2022-07-15macros: support `MultiSpan` in diag derivesDavid Wood-58/+81
2022-07-05macros: add diagnostic derive for lintsDavid Wood-0/+590