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