about summary refs log tree commit diff
path: root/src/test/ui-fulldeps/session-diagnostic/subdiagnostic-derive.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-800/+0
2022-11-21Fix testsmejrs-70/+70
2022-10-26Remove #[suggestion_*] attributesXiretza-3/+10
2022-10-26Add "tool-only" suggestion styleXiretza-0/+7
2022-10-26rustfmt diagnostic derive testsXiretza-26/+26
2022-10-26Add style= parameter to suggestion attributesXiretza-0/+78
2022-10-23Allow specifying multiple alternative suggestionsXiretza-0/+45
2022-10-23Update translation testsNilstrieb-53/+53
2022-10-17macros: allow subdiagnostic-kind-less variantsDavid Wood-1/+0
2022-10-17macros: support doc comments in diag derivesDavid Wood-0/+21
2022-09-27Allow raw identifiers to be used as fluent argumentsXiretza-0/+8
2022-09-22Extract subdiagnostic attribute parsingXiretza-6/+10
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-65/+65
2022-09-01Allow deriving multiple subdiagnostics using one SessionSubdiagnosticXiretza-2/+0
2022-09-01Revert parts of "use derive proc macro to impl SessionDiagnostic"Xiretza-20/+144
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-144/+20
2022-08-30Rework SessionSubdiagnostic derive to support multipart_suggestionXiretza-2/+117
2022-08-30Unify indentation in subdiagnostic-derive testXiretza-16/+16
2022-08-30SessionSubdiagnostic: make `#[applicability]` optionalXiretza-4/+1
2022-08-24translations: rename warn_ to warningLuis Cardoso-4/+3
2022-07-15macros: support adding warnings to diagsDavid Wood-0/+12
2022-07-15macros: support `MultiSpan` in diag derivesDavid Wood-1/+1
2022-06-24macros: use typed identifiers in subdiag deriveDavid Wood-75/+84
2022-04-29macros: add helper functions for invalid attrsDavid Wood-15/+15
2022-04-29macros: subdiagnostic deriveDavid Wood-0/+501