about summary refs log tree commit diff
path: root/src/tools/clippy/tests
AgeCommit message (Expand)AuthorLines
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-147/+686
2024-05-29ast: Revert a breaking attribute visiting order changeVadim Petrochenkov-24/+24
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-4/+28
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-6/+6
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-6/+6
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-396/+2422
2024-05-20Remove a clippy test that doesn't apply anymoreMichael Goulet-34/+26
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-08Use generic `NonZero`.Markus Reiter-33/+33
2024-05-08Simplify `clippy` lint.Markus Reiter-102/+102
2024-05-02Update clippy tests for stable exclusive_rangeRoss Smyth-72/+66
2024-05-02Merge commit '20b085d500dfba5afe0869707bf357af3afe20be' into clippy-subtree-u...Philipp Krones-324/+991
2024-04-30Auto merge of #124398 - klensy:trailing-ws, r=compiler-errorsbors-6/+6
2024-04-27clippy: bless testsklensy-6/+6
2024-04-25ast: Generalize item kind visitingVadim Petrochenkov-24/+24
2024-04-24Fix and bless clippy testsGary Guo-79/+74
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-15/+13
2024-04-23Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwcoMatthias Krüger-6/+6
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-6/+6
2024-04-18Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...Philipp Krones-140/+579
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-10/+10
2024-04-12Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelixMatthias Krüger-7/+6
2024-04-08Rollup merge of #122807 - danielhuang:fix-1, r=davidtwcoMatthias Krüger-1/+1
2024-04-04Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...Philipp Krones-930/+3260
2024-04-03update messagesDan-1/+1
2024-03-29clippy: fix up `include_str!` spans in diagnosticsMichael Howell-7/+6
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-0/+59
2024-03-22Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmeaseMatthias Krüger-0/+1
2024-03-22Update (doc) commentsLeón Orell Valerian Liehr-1/+1
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-655/+2554
2024-03-18When displaying multispans, ignore empty lines adjacent to `...`Esteban Küber-4/+2
2024-03-16Note that type param is chosen by caller when suggesting return impl Trait许杰友 Jieyou Xu (Joe)-0/+1
2024-03-12fix: allow-one-hash-in-raw-strings option of needless_raw_string_hashes was i...Arthur Carcano-0/+59
2024-03-09Allow lint where we don't careNadrieril-19/+21
2024-03-07Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-u...Philipp Krones-457/+1550
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-3/+8
2024-03-01If suggestion would leave an empty line, delete itclubby789-14/+0
2024-02-29Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebankGuillaume Gomez-0/+17
2024-02-29Overhaul how stashed diagnostics work, again.Nicholas Nethercote-0/+17
2024-02-28Use `LitKind::Err` for floats with empty exponents.Nicholas Nethercote-12/+1
2024-02-27Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u...Philipp Krones-9416/+11604
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-73/+86
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-5/+0
2024-02-20Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnrbors-64/+23
2024-02-19Always evaluate free constants and statics, even if previous errors occurredOli Scherer-64/+23
2024-02-19Remove suspicious auto trait lintSantiago Pastorino-27/+26
2024-02-17Allow newly added non_local_definitions lint in clippyUrgau-73/+86
2024-02-14Fix msg for verbose suggestions with confusable capitalizationEsteban Küber-1/+1
2024-02-12Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obkMatthias Krüger-11/+11
2024-02-12Avoid UB in clippy transmute_ptr_to_ptr UI testUrgau-11/+11