about summary refs log tree commit diff
path: root/clippy_utils
AgeCommit message (Expand)AuthorLines
2024-06-20feat: unnecessary_min_max lintvohoanglong0107-2/+15
2024-06-18Auto merge of #12942 - Jarcho:ex_proc_macro, r=Manishearthbors-42/+42
2024-06-17Auto merge of #12943 - Jarcho:range_sym, r=llogiqbors-29/+34
2024-06-16Use symbols when raising range expressions.Jason Newcomb-29/+34
2024-06-16Add more types to `is_from_proc_macro`Jason Newcomb-42/+42
2024-06-16Add lint `manual_inspect`Jason Newcomb-1/+40
2024-06-16`expr_use_ctxt` changes:Jason Newcomb-71/+93
2024-06-15Auto merge of #12756 - y21:assigning_clones_lifetimes, r=Alexendoobors-1/+1
2024-06-13Bump Clippy version -> 0.1.81Philipp Krones-1/+1
2024-06-13Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-42/+158
2024-06-11Auto merge of #12681 - y21:issue12677, r=Jarchobors-3/+7
2024-06-11Add lint to check manual pattern char comparison and merge its code with sing...AurelienFT-0/+45
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-19/+5
2024-06-07Auto merge of #12851 - samueltardieu:issue12846, r=y21bors-0/+11
2024-06-07qualify_min_const_fn: ignore cleanup bbsy21-3/+7
2024-06-07Auto merge of #12822 - Alexendoo:for-each-expr, r=dswijbors-20/+20
2024-06-07Auto merge of #12877 - y21:const_host_ice, r=dswijbors-2/+12
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-6/+6
2024-06-06Auto merge of #126068 - lqd:revert-124976, r=petrochenkovbors-1/+1
2024-06-06Move `is_receiver_of_method_call` to `clippy_utils` for reuseSamuel Tardieu-0/+11
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-1/+1
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-2/+6
2024-06-05Misc fixes to cranelift/clippy/miriBoxy-2/+2
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-1/+3
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-1/+3
2024-06-03Align Term methods with GenericArg methodsMichael Goulet-3/+3
2024-06-03only run flop lints on inherent method callsy21-0/+9
2024-06-01handle parent const effects correctly in type_certaintyy21-2/+12
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-7/+7
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-7/+7
2024-05-30ignore generics in handlingJacher-4/+4
2024-05-30check return type of get and indexingJacherr-12/+18
2024-05-30add backticks to doc commentsJacherr-2/+2
2024-05-30disable indexing_slicing for custom Index implsJacherr-0/+30
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-8/+28
2024-05-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-9/+29
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-5/+5
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-6/+12
2024-05-27suggest adding parentheses when linting [`let_and_return`] and [`needless_ret...J-ZhengLi-0/+22
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-6/+12
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-100/+108
2024-05-20Rollup merge of #125173 - scottmcm:never-checked, r=davidtwcoMatthias Krüger-3/+3
2024-05-19Swap `for_each_expr` and `for_each_expr_with_closures`Alex Macleod-20/+20
2024-05-19Add and use generics.is_empty() and generics.is_own_empty, rather than using ...Santiago Pastorino-1/+1
2024-05-18Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726bors-22/+21
2024-05-17Fix clippyScott McMurray-3/+3
2024-05-17Rename Unsafe to SafetySantiago Pastorino-22/+21
2024-05-16Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-103/+111
2024-05-16Remove trivial Binder::dummy callsMichael Goulet-1/+1
2024-05-16Fix toolsMichael Goulet-2/+2