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