about summary refs log tree commit diff
path: root/clippy_lints/src/zero_repeat_side_effects.rs
AgeCommit message (Expand)AuthorLines
2024-07-25Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-9/+19
2024-07-18Lint only if array length is a literal zero.Lzu Tao-34/+18
2024-07-17Skip linting if array length is from a macro.Lzu Tao-8/+33
2024-06-13Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u...Philipp Krones-3/+3
2024-06-13Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-3/+3
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-2/+1
2024-06-07Auto merge of #12889 - xFrednet:changelog-1-79, r=flip1995,dswijbors-1/+1
2024-06-05Misc fixes to cranelift/clippy/miriBoxy-1/+1
2024-06-05Update version attribute for 1.79 lintsxFrednet-1/+1
2024-05-19Swap `for_each_expr` and `for_each_expr_with_closures`Alex Macleod-2/+2
2024-03-22Rename `hir::Node::Local` into `hir::Node::LetStmt`Guillaume Gomez-1/+1
2024-03-21Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...Philipp Krones-0/+154