about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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-342/+356
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-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-7/+13
2022-10-03errors: rename `typeck.ftl` to `hir_analysis.ftl`David Wood-233/+233
2022-10-01`ui-fulldeps`: adopt to the new rustc lint APIMaybe Waffle-39/+43
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-26Rollup merge of #101851 - Xiretza:diagnostic-derive-cleanups, r=davidtwcofee1-dead-176/+400
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
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-6/+6
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-69/+69
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-87/+87
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-9/+9
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-94/+95
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+1
2022-09-08Rollup merge of #101501 - Jarcho:tcx_lint_passes, r=davidtwcoDylan DPC-6/+6
2022-09-06Allow lint passes to be bound by `TyCtxt`Jason Newcomb-6/+6
2022-09-05FIX - broken translatable diagnostics testsJhonny Bill Mena-5/+5
2022-09-05FIX - broken translatable diagnostics testsJhonny Bill Mena-13/+15
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-11/+11
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-31Rollup merge of #101230 - davidtwco:translation-internal-lint-no-self-lint, r...Matthias Krüger-7/+15
2022-08-31lint: avoid linting diag functions with diag lintsDavid Wood-7/+15
2022-08-31use derive proc macro to impl SessionDiagnosticYuanheng Li-313/+85
2022-08-31Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwcoMatthias Krüger-100/+292
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-30Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8KiDylan DPC-33/+0
2022-08-28Remove `register_attr`-related testsYuki Okushi-33/+0
2022-08-24translations: rename warn_ to warningLuis Cardoso-23/+22