| Age | Commit message (Expand) | Author | Lines |
| 2022-07-01 | Fix allow attributes in let_unit_value | Alex Macleod | -13/+33 |
| 2022-07-01 | Auto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffate | bors | -4/+10 |
| 2022-06-30 | Fix false-positive in `equatable_if_let` | dAxpeDDa | -11/+28 |
| 2022-06-30 | Uncomment test for #8734 | Alex Macleod | -31/+59 |
| 2022-06-30 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -399/+3931 |
| 2022-06-29 | Don't lint `while_let_loop` when drop order would change | Jason Newcomb | -0/+26 |
| 2022-06-29 | Auto merge of #9043 - dswij:9037-test, r=Manishearth | bors | -6/+32 |
| 2022-06-29 | Auto merge of #8981 - PrestonFrom:more_details_for_significant_drop_lint, r=f... | bors | -67/+293 |
| 2022-06-28 | Auto merge of #9046 - xFrednet:rust-97660-expection-something-something, r=Ja... | bors | -142/+302 |
| 2022-06-28 | Auto merge of #8355 - Jarcho:explicit_auto_deref_2, r=flip1995 | bors | -36/+770 |
| 2022-06-28 | Move `EqOp` into `Operators` lint pass | Jason Newcomb | -28/+2 |
| 2022-06-28 | Add `explicit_auto_deref` test for variadic function | Jason Newcomb | -32/+50 |
| 2022-06-28 | Fix `needless_borrow` suggestion when calling a trait method taking `self` | Jason Newcomb | -1/+73 |
| 2022-06-28 | Refactor `dereference.rs` | Jason Newcomb | -34/+36 |
| 2022-06-28 | Lint `explicit_auto_deref` immediately after `needless_borrow` | Jason Newcomb | -1/+19 |
| 2022-06-28 | Lint `explicit_auto_deref` without a leading borrow | Jason Newcomb | -7/+47 |
| 2022-06-28 | Lint field accesses in `explicit_auto_deref` | Jason Newcomb | -1/+53 |
| 2022-06-28 | Merge different parent walking loops in `dereference.rs` | Jason Newcomb | -5/+39 |
| 2022-06-28 | Don't lint `explicit_auto_deref` on reborrows | Jason Newcomb | -29/+41 |
| 2022-06-28 | Add `explicit_auto_deref` lint | Jason Newcomb | -26/+512 |
| 2022-06-28 | Update `boxed_local` expect attribute location | xFrednet | -2/+1 |
| 2022-06-28 | Auto merge of #8774 - hellow554:cargo-rust-version, r=flip1995 | bors | -3/+299 |
| 2022-06-28 | Auto merge of #8639 - Jarcho:trivially_copy_pass_by_ref_5953, r=dswij | bors | -1/+45 |
| 2022-06-28 | add uitests for cargo rust-version field | Marcel Hellwig | -0/+278 |
| 2022-06-28 | parse `Cargo.toml` file in ui-cargo tests | Marcel Hellwig | -3/+21 |
| 2022-06-27 | Make messages more accurate, check lint enabled | Preston From | -79/+92 |
| 2022-06-27 | Auto merge of #8649 - ebobrow:imperative_find, r=flip1995 | bors | -25/+644 |
| 2022-06-27 | Don't lint `trivially_copy_pass_by_ref` when unsafe pointers are used | Jason Newcomb | -0/+12 |
| 2022-06-27 | Actually check lifetimes in `trivially_copy_pass_by_ref` | Jason Newcomb | -1/+33 |
| 2022-06-27 | Auto merge of #8972 - kyoto7250:use_retain, r=llogiq | bors | -0/+610 |
| 2022-06-27 | Fix `let_undescore_lock` false-positive when binding without locking | Klim Tsoutsman | -4/+13 |
| 2022-06-27 | Auto merge of #8871 - Serial-ATA:cargo-dev-deprecate, r=giraffate | bors | -0/+55 |
| 2022-06-27 | Auto merge of #8939 - Jarcho:transmute_ptr_to_ref_lt, r=giraffate | bors | -16/+203 |
| 2022-06-27 | rename use_retain => manual_retain | kyoto7250 | -22/+22 |
| 2022-06-27 | check msrv | kyoto7250 | -23/+79 |
| 2022-06-27 | check method | kyoto7250 | -16/+96 |
| 2022-06-27 | feat(new lint): new lint `use_retain` | kyoto7250 | -0/+474 |
| 2022-06-26 | Auto merge of #9032 - kyoto7250:issue_9018, r=llogiq | bors | -1/+47 |
| 2022-06-25 | Auto merge of #8985 - botahamec:single-match-option, r=llogiq | bors | -2/+110 |
| 2022-06-25 | Fix `#[expect]` for `clippy::manual_non_exhaustive` | xFrednet | -4/+13 |
| 2022-06-25 | Fix `#[expect]` for `clippy::macro_use_imports` | xFrednet | -7/+60 |
| 2022-06-25 | Fix `#[expect]` for `unnecessary_unwrap`, `panicking_unwrap` | xFrednet | -19/+35 |
| 2022-06-25 | Fix `#[expect]` for `clippy::needless_return` | xFrednet | -37/+57 |
| 2022-06-25 | Fix `#[expect]` for `clippy::implicit_return` | xFrednet | -2/+22 |
| 2022-06-25 | Fix `#[expect]` for `clippy::boxed_local` | xFrednet | -4/+10 |
| 2022-06-25 | Fix `#[expect]` for `clippy::nonminimal_bool` | xFrednet | -12/+19 |
| 2022-06-25 | Fix `#[expect]` for `clippy::logic_bug` | xFrednet | -10/+18 |
| 2022-06-25 | Test `#[expect]` for `redundant_clone` | xFrednet | -30/+40 |
| 2022-06-25 | Fix `#[expect]` for `clippy::ptr_arg` | xFrednet | -17/+29 |
| 2022-06-25 | Suggest `pointer::cast` when possible in `transmute_ptr_to_ref` | Jason Newcomb | -16/+203 |