about summary refs log tree commit diff
path: root/src/test/ui-fulldeps
AgeCommit message (Expand)AuthorLines
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
2022-08-22fluent: update testsXiretza-21/+60
2022-08-22Use `AttrVec` in more places.Nicholas Nethercote-3/+2
2022-08-21Replace #[lint/warning/error] with #[diag]Xiretza-213/+286
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-08-12Change fluent_messages macro to expect _ slugs instead of - slugsest31-1/+38
2022-08-12Fix testsest31-4/+4
2022-08-10Adapt ui-fulldeps test.Camille GILLOT-2/+2
2022-07-31Remove workarounds for issue 59998bjorn3-40/+0
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+42
2022-07-25passes: port more of `check_attr` moduleDavid Wood-4/+4
2022-07-23Rollup merge of #99298 - ChrisDenton:ignore-plugins-stage1, r=Mark-SimulacrumGuillaume Gomez-4/+6
2022-07-19tests: fix `rustc-pass-by-value-self`Artur Sinila-2/+2
2022-07-19tests: fix `rustc-pass-by-value-self`Artur Sinila-4/+4
2022-07-15stage 2 `gated-plugins` and `multiple-plugins`Chris Denton-4/+6
2022-07-15macros: support adding warnings to diagsDavid Wood-3/+22
2022-07-15macros: support `MultiSpan` in diag derivesDavid Wood-9/+16
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-0/+1
2022-07-13Bless ui-fulldeps tests.Camille GILLOT-3/+3
2022-07-12Parse closure bindersMaybe Waffle-0/+1
2022-07-11Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkovMatthias Krüger-1/+1
2022-07-09Auto merge of #98950 - ChrisDenton:getoverlapped-io, r=thomccbors-0/+81
2022-07-08Fixup diagnostic-derive testDaniel Xu-1/+1
2022-07-06Fix ui-fulldep testChris Denton-6/+11
2022-07-06Tests for unsound Windows file methodsChris Denton-0/+76
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-30lint: port non-existant doc keyword diagnosticsDavid Wood-1/+1
2022-06-24macros: use typed identifiers in subdiag deriveDavid Wood-175/+195
2022-06-24macros: use typed identifiers in diag deriveDavid Wood-219/+309
2022-06-16Move `finish` out of the `Encoder` trait.Nicholas Nethercote-3/+3