| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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 |
| 2022-06-27 | Don't lint `trivially_copy_pass_by_ref` when unsafe pointers are used | Jason Newcomb | -0/+15 |
| 2022-06-27 | Actually check lifetimes in `trivially_copy_pass_by_ref` | Jason Newcomb | -38/+54 |
| 2022-06-27 | Fix example `SELF_ASSIGNMENT` | alexey semenyuk | -3/+11 |
| 2022-06-27 | Auto merge of #8972 - kyoto7250:use_retain, r=llogiq | bors | -0/+233 |
| 2022-06-27 | Fix `let_undescore_lock` false-positive when binding without locking | Klim Tsoutsman | -3/+4 |
| 2022-06-27 | Auto merge of #9054 - alex-semenyuk:string_add_example, r=giraffate | bors | -0/+6 |
| 2022-06-27 | Auto merge of #8871 - Serial-ATA:cargo-dev-deprecate, r=giraffate | bors | -27/+101 |
| 2022-06-27 | Auto merge of #8939 - Jarcho:transmute_ptr_to_ref_lt, r=giraffate | bors | -49/+62 |
| 2022-06-27 | fix for git rebase | kyoto7250 | -2/+2 |
| 2022-06-27 | rename use_retain => manual_retain | kyoto7250 | -11/+11 |
| 2022-06-27 | check msrv | kyoto7250 | -20/+41 |
| 2022-06-27 | rewrite without if_chain macro | kyoto7250 | -86/+60 |
| 2022-06-27 | check method | kyoto7250 | -1/+1 |
| 2022-06-27 | change lint type from style to perf | kyoto7250 | -2/+2 |
| 2022-06-27 | remove needless return | kyoto7250 | -4/+4 |
| 2022-06-27 | Update clippy_lints/src/use_retain.rs | kyoto7250 | -1/+1 |
| 2022-06-27 | feat(new lint): new lint `use_retain` | kyoto7250 | -0/+238 |
| 2022-06-26 | Auto merge of #9032 - kyoto7250:issue_9018, r=llogiq | bors | -1/+6 |
| 2022-06-26 | STRING_ADD example | alexey semenyuk | -1/+1 |
| 2022-06-26 | STRING_ADD example | alexey semenyuk | -0/+6 |
| 2022-06-26 | use all instead of join | kyoto7250 | -1/+1 |
| 2022-06-26 | treat argument as a slice. | kyoto7250 | -1/+1 |
| 2022-06-25 | Auto merge of #8985 - botahamec:single-match-option, r=llogiq | bors | -53/+32 |
| 2022-06-25 | Suggest `pointer::cast` when possible in `transmute_ptr_to_ref` | Jason Newcomb | -49/+62 |
| 2022-06-25 | Auto merge of #9015 - kyoto7250:issue_8493, r=Jarcho | bors | -3/+10 |
| 2022-06-24 | Add test for [`default_deprecation_reason`] | Serial | -6/+4 |
| 2022-06-24 | Auto merge of #9031 - evantypanski:manual_rem_euclid, r=Jarcho | bors | -0/+128 |
| 2022-06-24 | Auto merge of #9037 - smoelius:fix-extra-unused-lifetimes-fp, r=dswij | bors | -1/+3 |
| 2022-06-23 | Auto merge of #8953 - DevAccentor:slow_vector_initialization, r=Manishearth | bors | -18/+21 |
| 2022-06-23 | Add external macro guard and test middle MSRV | Evan Typanski | -1/+6 |
| 2022-06-23 | Split constant check functions and simplify | Evan Typanski | -31/+21 |
| 2022-06-22 | Fix `extra_unused_lifetimes` false positive | Samuel E. Moelius III | -1/+3 |
| 2022-06-22 | Auto merge of #9034 - alex-semenyuk:example_vec_resize_to_zero, r=giraffate | bors | -0/+5 |
| 2022-06-22 | Auto merge of #9028 - kyoto7250:issue_8798, r=xFrednet | bors | -0/+1 |
| 2022-06-22 | Auto merge of #9026 - hellow554:neg_multiply_precedence, r=xFrednet | bors | -1/+8 |
| 2022-06-22 | Simplify with let else | Evan Typanski | -5/+2 |
| 2022-06-22 | Add MSRV check for const rem_euclid | Evan Typanski | -1/+5 |
| 2022-06-22 | Fix case for function params | Evan Typanski | -5/+16 |
| 2022-06-22 | Prefer if let chain over macro | Evan Typanski | -21/+15 |