summary refs log tree commit diff
path: root/src/test/ui/lint
AgeCommit message (Expand)AuthorLines
2022-06-23Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomezYuki Okushi-151/+0
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-43/+195
2022-05-10Add regression test for #68408Yuki Okushi-0/+22
2022-05-09Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-item...Matthias Krüger-0/+151
2022-05-08Warn on unused doc(hidden) on trait impl itemsLeón Orell Valerian Liehr-0/+151
2022-05-08Test `expect` attribute for tool lints, rustc edition (RFC 2383)xFrednet-0/+171
2022-05-08Only assert for unstable expectation ids after conversion (RFC 2383)xFrednet-0/+36
2022-05-05Add testsest31-43/+195
2022-04-23Fix lints.Camille GILLOT-18/+28
2022-04-22Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkovbors-0/+80
2022-04-21Move some tests to more reasonable directoriesCaio-0/+80
2022-04-17Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkovbors-8/+10
2022-04-17Lint elided lifetimes in path on the AST.Camille GILLOT-8/+10
2022-04-17Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiaskobors-16/+6
2022-04-17Rollup merge of #96112 - niluxv:strict-provenance-lint-improvements, r=nagisaDylan DPC-4/+39
2022-04-16Improve `fuzzy_provenance_casts` lint diagnosticsniluxv-1/+1
2022-04-16Improve `lossy_provenance_casts` lint diagnosticsniluxv-3/+38
2022-04-16Rollup merge of #95372 - RalfJung:unaligned_references, r=oli-obkDylan DPC-0/+149
2022-04-14make unaligned_reference warning visible in future compat reportRalf Jung-0/+149
2022-04-14`Unique<T>` is now considered FFI-safeEduardo Sánchez Muñoz-16/+6
2022-04-12Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPCMatthias Krüger-60/+44
2022-04-10Fix crate_type attribute to not warn on duplicatesEric Huss-60/+44
2022-04-09Fix missing space in lossy provenance cast lintniluxv-2/+2
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-0/+60
2022-04-01invalid_value lint: detect invalid initialization of arraysRalf Jung-11/+52
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-14/+16
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-25/+0
2022-03-15Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obkMatthias Krüger-1/+1
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