about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/cfg.rs
AgeCommit message (Expand)AuthorLines
2023-04-10Migrate most of `rustc_builtin_macros` to diagnostic implsclubby789-18/+3
2022-10-23Migrate all diagnosticsNilstrieb-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-3/+3
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-3/+3
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-2/+2
2022-06-24macros: use typed identifiers in diag deriveDavid Wood-2/+2
2022-06-21Migrate `builtin-macros-expected-one-cfg-pattern` to `SessionDiagnostic`beetrees-1/+8
2022-06-21Migrate `builtin-macros-requires-cfg-pattern` to `SessionDiagnostic`beetrees-5/+12
2022-03-01Improve allowness of the unexpected_cfgs lintLoïc BRANSTETT-1/+6
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-6/+2
2020-08-30mv compiler to compiler/mark-0/+54