summary refs log tree commit diff
path: root/src/test/ui-fulldeps/session-diagnostic
AgeCommit message (Expand)AuthorLines
2022-09-02Rollup merge of #101294 - Xiretza:fix-100844-accident, r=davidtwcoGuillaume Gomez-85/+299
2022-09-01Allow deriving multiple subdiagnostics using one SessionSubdiagnosticXiretza-48/+34
2022-09-01Revert parts of "use derive proc macro to impl SessionDiagnostic"Xiretza-85/+313
2022-09-01Adjust stderr fileOli Scherer-2/+2
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-313/+85
2022-08-30Rework SessionSubdiagnostic derive to support multipart_suggestionXiretza-48/+278
2022-08-30Unify indentation in subdiagnostic-derive testXiretza-16/+16
2022-08-30SessionSubdiagnostic: make `#[applicability]` optionalXiretza-47/+9
2022-08-24translations: rename warn_ to warningLuis Cardoso-23/+22
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-212/+285
2022-08-21Disallow #[primary_span] on LintDiagnosticsXiretza-1/+17
2022-08-21Make derived SessionDiagnostics generic on diagnostic levelXiretza-79/+47
2022-08-21Add Handler::struct_diagnostic()Xiretza-1/+1
2022-07-15macros: support adding warnings to diagsDavid Wood-3/+22
2022-07-15macros: support `MultiSpan` in diag derivesDavid Wood-9/+16
2022-07-08Fixup diagnostic-derive testDaniel Xu-1/+1
2022-07-05macros: add diagnostic derive for lintsDavid Wood-2/+41
2022-06-30tests: avoid inadvertent diffs in diag derive testDavid Wood-60/+56
2022-06-24macros: use typed identifiers in subdiag deriveDavid Wood-174/+194
2022-06-24macros: use typed identifiers in diag deriveDavid Wood-218/+308
2022-05-30errors: simplify referring to fluent attributesDavid Wood-32/+4
2022-05-12errors: `set_arg` takes `IntoDiagnosticArg`David Wood-8/+17
2022-05-12macros: spanless subdiagnostics from `()` fieldsDavid Wood-0/+22
2022-05-06macros: allow `Vec` fields in diagnostic deriveDavid Wood-0/+8
2022-04-29macros: add interop between diagnostic derivesDavid Wood-2/+13
2022-04-29macros: allow setting applicability in attributeDavid Wood-3/+45
2022-04-29macros: reuse `SetOnce` trait in diagnostic deriveDavid Wood-36/+91
2022-04-29macros: add helper functions for invalid attrsDavid Wood-62/+76
2022-04-29macros: subdiagnostic deriveDavid Wood-0/+888
2022-04-29tests: move diagnostic derive test to directoryDavid Wood-0/+721