about summary refs log tree commit diff
path: root/clippy_lints
AgeCommit message (Expand)AuthorLines
2022-07-01Auto merge of #9085 - xFrednet:9081-update-format-push-version, r=Manishearth...bors-1/+1
2022-07-01Correct lint version for `format_push_string`xFrednet-1/+1
2022-07-01Fix allow attributes in let_unit_valueAlex Macleod-12/+11
2022-07-01Fix broken hyperlinkMuhammad Hamza-6/+3
2022-06-30Fix false-positive in `equatable_if_let`dAxpeDDa-1/+3
2022-06-30Bump Clippy version -> 0.1.64Philipp Krones-1/+1
2022-06-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-2976/+4315
2022-06-30Auto merge of #9068 - tamaroning:fix-typo-2022-6-30, r=giraffate,xFrednetbors-2/+2
2022-06-30Update large_const_arrays.rstamaron-1/+1
2022-06-30fixtamaron-1/+1
2022-06-29Don't lint `while_let_loop` when drop order would changeJason Newcomb-56/+50
2022-06-29Extract util functions from `redundant_pattern_match`Jason Newcomb-80/+4
2022-06-29Auto merge of #8981 - PrestonFrom:more_details_for_significant_drop_lint, r=f...bors-50/+114
2022-06-28Auto merge of #9046 - xFrednet:rust-97660-expection-something-something, r=Ja...bors-87/+156
2022-06-28Auto merge of #8355 - Jarcho:explicit_auto_deref_2, r=flip1995bors-163/+562
2022-06-28Move `SelfAssignment` into `Operators` lint passJason Newcomb-69/+65
2022-06-28Fix dogfoodJason Newcomb-16/+16
2022-06-28Move `PtrEq` into `Operators` lin passJason Newcomb-102/+100
2022-06-28Move `NeedlessBitwiseBool` into `Operators` lint passJason Newcomb-89/+70
2022-06-28Move `ModuloArithmetic` into `Operators` lint passJason Newcomb-53/+53
2022-06-28Move some lints from `Misc` to `Operators`Jason Newcomb-490/+524
2022-06-28Move `IntegerDivision` into `Operators` lint passJason Newcomb-65/+58
2022-06-28Move `IdentityOp` into `Operators` lint passJason Newcomb-59/+58
2022-06-28Move `FloatEqualityWithoutAbs` into `Operators` lint passJason Newcomb-121/+110
2022-06-28Move `ErasingOp` into `Operators` lint passJason Newcomb-82/+81
2022-06-28Move `EqOp` into `Operators` lint passJason Newcomb-327/+342
2022-06-28Move `DurationSubsec` into `Operators` lint passJason Newcomb-80/+80
2022-06-28Move `DoubleComparison` into `Operators` lint passJason Newcomb-101/+88
2022-06-28Move `BitMask` into `Operators` lint passJason Newcomb-166/+179
2022-06-28Move `AssignOps` into `Operators` lint passJason Newcomb-243/+261
2022-06-28Move `Arithmetic` into `Operators` lint passJason Newcomb-183/+213
2022-06-28Add `Operators` lint passJason Newcomb-73/+91
2022-06-28Code cleanupJason Newcomb-31/+26
2022-06-28Handle future precedence issues in `explicit_auto_deref` + cleanupJason Newcomb-66/+89
2022-06-28Fix `needless_borrow` suggestion when calling a trait method taking `self`Jason Newcomb-11/+44
2022-06-28Refactor `dereference.rs`Jason Newcomb-89/+83
2022-06-28Lint `explicit_auto_deref` immediately after `needless_borrow`Jason Newcomb-34/+54
2022-06-28Lint `explicit_auto_deref` without a leading borrowJason Newcomb-4/+25
2022-06-28Only check parent node once in `dereference.rs`Jason Newcomb-75/+40
2022-06-28Lint field accesses in `explicit_auto_deref`Jason Newcomb-5/+45
2022-06-28Merge different parent walking loops in `dereference.rs`Jason Newcomb-224/+201
2022-06-28Don't lint `explicit_auto_deref` on reborrowsJason Newcomb-3/+35
2022-06-28Add `explicit_auto_deref` lintJason Newcomb-14/+313
2022-06-28Auto merge of #8774 - hellow554:cargo-rust-version, r=flip1995bors-13/+37
2022-06-28Auto merge of #8639 - Jarcho:trivially_copy_pass_by_ref_5953, r=dswijbors-37/+68
2022-06-28try reading rust-version from Cargo.tomlMarcel Hellwig-13/+37
2022-06-27Run cargo dev fmtPreston From-1/+1
2022-06-27Make messages more accurate, check lint enabledPreston From-12/+12
2022-06-27Auto merge of #9045 - alex-semenyuk:self_assignment_example, r=llogiqbors-3/+11
2022-06-27Auto merge of #8649 - ebobrow:imperative_find, r=flip1995bors-6/+199