about summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2022-03-15fix typosDylan DPC-1/+1
2022-03-14Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199...Matthias Krüger-0/+77
2022-03-10Rollup merge of #94274 - djkoloski:unknown_unstable_lints, r=tmandryDylan DPC-36/+18
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-84/+84
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-84/+84
2022-03-08Fix docs, fix incorrect lint source in noteDavid Koloski-1/+1
2022-03-08Switch the primary diagnostic to `unknown_lints`David Koloski-36/+18
2022-03-08Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnrMatthias Krüger-0/+61
2022-03-07Handle `#[expect(unfulfilled_lint_expectations)]` with a lint messagexFrednet-0/+77
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-84/+84
2022-03-04Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726Dylan DPC-26/+0
2022-03-03Emit `unused_attributes` if a level attr only has a reasonxFrednet-0/+61
2022-03-03Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw...bors-0/+590
2022-03-03Remove the everybody loops passbjorn3-26/+0
2022-03-02Update unused_doc_comments ui testGuillaume Gomez-1/+41
2022-03-02Use Vec for expectations to have a constant order (RFC-2383)xFrednet-19/+19
2022-03-02Test `expect` with `forbid` and fix doc errors (RFC-2383)xFrednet-6/+119
2022-03-02Expect each lint in attribute individually (RFC-2383)xFrednet-42/+97
2022-03-02Add UI tests for the `expect` attribute (RFC-2383)xFrednet-0/+422
2022-03-01Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillotDylan DPC-0/+300
2022-02-27Lint against more useless `#[must_use]` attributesRuby Lazuli-0/+300
2022-02-25Rollup merge of #94353 - flip1995:fix_debug_assert_unused, r=Dylan-DPCMatthias Krüger-6/+6
2022-02-25Fix debug_assert in unused lint passflip1995-6/+6
2022-02-24don't special case `DefKind::Ctor` in encodinglcnr-18/+18
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-16/+14
2022-02-07Print opaque types from type aliases via their pathOli Scherer-12/+12
2022-02-02Make the error for opaque types that have no hidden types a bit informativeOli Scherer-2/+4
2022-02-01Make dead code check a query.Camille GILLOT-10/+10
2022-01-26Ignore unwinding edges when checking for unconditional recursionTomasz Miąsko-1/+87
2022-01-20Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakisMatthias Krüger-7/+7
2022-01-18Update stderr filesEric Holk-1/+1
2022-01-18Attribute drop to parent expression of the consume pointEric Holk-7/+7
2022-01-15Use span of ignored impls for explanatory noteFabian Wolff-4/+5
2022-01-11Annotate dead code lint with notes about ignored derived implsFabian Wolff-0/+5
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+28
2021-12-27Tighten span when suggesting lifetime on pathMichael Goulet-3/+3
2021-12-19Rollup merge of #91956 - notriddle:notriddle/unused-parens-range, r=nagisaMatthias Krüger-0/+48
2021-12-18Rollup merge of #91818 - camelid:unused-result-type, r=jackh726Matthias Krüger-2/+2
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-15/+227
2021-12-17fix(rustc_lint): mark the parens around `(1..loop {})` as unusedMichael Howell-0/+40
2021-12-15fix(rustc_lint): better detect when parens are necessaryMichael Howell-0/+8
2021-12-13When `.await` is called on a non-`Future` expression, suggest removalEsteban Kuber-9/+9
2021-12-11Show the unused type for `unused_results` lintNoah Lev-2/+2
2021-12-09give more help in the unaligned_references lintRalf Jung-0/+8
2021-12-05Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisaMatthias Krüger-1/+1
2021-12-05Rollup merge of #91437 - dtolnay:emptybrace, r=nagisaMatthias Krüger-1/+1
2021-12-04Use multipart suggestions.Camille GILLOT-19/+110
2021-12-04Lint bare traits in AstConv.Camille GILLOT-7/+128
2021-12-04Stabilize `-Z emit-future-incompat` as `--json future-incompat`Aaron Hill-1/+1
2021-12-01Auto merge of #90446 - cjgillot:late-elided, r=jackh726bors-7/+15