summary refs log tree commit diff
path: root/src/test/ui-fulldeps/session-diagnostic
AgeCommit message (Expand)AuthorLines
2022-11-21Improve slug name errormejrs-0/+35
2022-11-21Fix testsmejrs-129/+129
2022-10-26Remove #[suggestion_*] attributesXiretza-72/+84
2022-10-26Add "tool-only" suggestion styleXiretza-9/+16
2022-10-26rustfmt diagnostic derive testsXiretza-85/+80
2022-10-26Add style= parameter to suggestion attributesXiretza-4/+141
2022-10-23Allow specifying multiple alternative suggestionsXiretza-2/+133
2022-10-23Update translation testsNilstrieb-326/+326
2022-10-17macros: allow subdiagnostic-kind-less variantsDavid Wood-50/+43
2022-10-17macros: support doc comments in diag derivesDavid Wood-0/+30
2022-10-10macros: separate suggestion fmt'ing and emissionDavid Wood-0/+24
2022-10-10macros: `#[subdiagnostic(eager)]`David Wood-1/+88
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-227/+227
2022-10-01`ui-fulldeps`: adopt to the new rustc lint APIMaybe Waffle-14/+22
2022-09-28Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwcobors-0/+14
2022-09-27Allow raw identifiers to be used as fluent argumentsXiretza-0/+14
2022-09-27Update tests.Mara Bos-6/+4
2022-09-26macros: support diagnostic derive on enumsDavid Wood-88/+119
2022-09-22Unify subdiagnostic attribute parsingXiretza-85/+221
2022-09-22Add missing code="" attributes to suggestion subdiagnosticsXiretza-1/+1
2022-09-22Extract subdiagnostic attribute parsingXiretza-83/+105
2022-09-22Point to previous applicability when declared multiple timesXiretza-2/+8
2022-09-22Ensure #[suggestion] is only applied to correct tuple typesXiretza-15/+55
2022-09-22Ensure code= in #[suggestion(...)] is only set onceXiretza-1/+21
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-67/+67
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-85/+85
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-85/+85
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