| Age | Commit message (Expand) | Author | Lines |
| 2023-08-25 | lint vecs, version bump, more tests | y21 | -26/+41 |
| 2023-08-24 | new lint: `iter_out_of_bounds` | y21 | -2/+122 |
| 2023-08-23 | Auto merge of #11373 - Red-Rapious:master, r=blyxyas,y21 | bors | -0/+137 |
| 2023-08-23 | Put `is_from_proc_macro` last | Red Rapious | -1/+1 |
| 2023-08-22 | Minor changes | Red Rapious | -8/+3 |
| 2023-08-22 | Do not lint inside macros | Red Rapious | -3/+5 |
| 2023-08-22 | Improved snippets and added tests | Red Rapious | -19/+17 |
| 2023-08-22 | Fix tuple_array_conversions lint on nightly | Igor Aleksanov | -2/+2 |
| 2023-08-21 | Simplified code and added tests | Red Rapious | -112/+26 |
| 2023-08-21 | Added more use cases | Red Rapious | -13/+30 |
| 2023-08-21 | Changed documentation example and removed comments | Red Rapious | -37/+3 |
| 2023-08-21 | Changed Box | Red Rapious | -1/+1 |
| 2023-08-21 | Added new lint: `reserve_after_initialization` | Red Rapious | -0/+245 |
| 2023-08-20 | Auto merge of #11359 - Alexendoo:unwrap-or-default-check-suggestion, r=dswij | bors | -2/+17 |
| 2023-08-19 | Check that the suggested method exists in unwrap_or_default | Alex Macleod | -2/+17 |
| 2023-08-19 | [`iter_overeager_cloned`]: detect .cloned().map() and .cloned().for_each() | lengyijun | -8/+83 |
| 2023-08-18 | new lint: `should_panic_without_expect` | y21 | -1/+74 |
| 2023-08-18 | Update version attribute for 1.72 lints | xFrednet | -10/+10 |
| 2023-08-18 | Auto merge of #11280 - samueltardieu:issue-11267, r=Centri3 | bors | -4/+17 |
| 2023-08-17 | Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3 | bors | -22/+81 |
| 2023-08-17 | Use `HirId` from `PlaceWithHirId` rather than using the one provided to the f... | Guillaume Gomez | -2/+2 |
| 2023-08-17 | Auto merge of #11070 - y21:issue11065, r=flip1995 | bors | -3/+15 |
| 2023-08-15 | allow calling `to_owned` with borrowed value for [`implicit_clone`] | J-ZhengLi | -0/+1 |
| 2023-08-14 | find expansions more efficiently | y21 | -12/+6 |
| 2023-08-14 | [`useless_conversion`]: fix FP in macro and add test | y21 | -1/+14 |
| 2023-08-14 | [`useless_conversion`]: make sure path points to fn-like item | y21 | -3/+8 |
| 2023-08-14 | [`iter_overeager_cloned`]: detect .cloned().filter() and .cloned().find() | lengyijun | -18/+59 |
| 2023-08-13 | feat: update manual_retain to lint binary_heap_retain | unvalley | -2/+4 |
| 2023-08-11 | [new_without_default]: make the suggestion machine-applicable | Samuel Tardieu | -1/+1 |
| 2023-08-11 | [new_without_default]: include `where` clauses in suggestion | Samuel Tardieu | -3/+16 |
| 2023-08-11 | Auto merge of #11320 - max-niederman:redundant_locals_shadow_mutated, r=Alexe... | bors | -0/+11 |
| 2023-08-11 | Auto merge of #11316 - flip1995:rustup, r=flip1995 | bors | -72/+66 |
| 2023-08-11 | Fix redundant_locals for Async desugaring | Philipp Krones | -0/+2 |
| 2023-08-10 | redundant_locals: fix FPs on mutated shadows | Max Niederman | -0/+11 |
| 2023-08-11 | Auto merge of #11318 - Centri3:#11309, r=Manishearth | bors | -3/+11 |
| 2023-08-10 | Don't ICE with late bound regions | Catherine Flores | -3/+11 |
| 2023-08-10 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -269/+590 |
| 2023-08-10 | Correctly handle async blocks for NEEDLESS_PASS_BY_REF_MUT | Guillaume Gomez | -23/+82 |
| 2023-08-09 | Remove unnecessary paragraph, move examples | y21 | -12/+4 |
| 2023-08-09 | Reword paragraph | Timo | -1/+1 |
| 2023-08-09 | clarify why `Vec::new()` + resize is worse than `vec![0; N]` | y21 | -0/+18 |
| 2023-08-08 | Auto merge of #11305 - y21:issue11304, r=Centri3 | bors | -2/+8 |
| 2023-08-08 | document the new behavior and add test for float in struct | y21 | -0/+5 |
| 2023-08-08 | [`redundant_guards`]: don't lint on floats | y21 | -2/+3 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -1/+1 |
| 2023-08-07 | Auto merge of #11295 - lengyijun:typo, r=Centri3 | bors | -12/+6 |
| 2023-08-06 | Auto merge of #11191 - Alexendoo:redundant-type-annotations-ice, r=llogiq | bors | -4/+7 |
| 2023-08-06 | Update clippy_lints/src/operators/mod.rs | Manish Goregaokar | -4/+4 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -1/+1 |