| Age | Commit message (Expand) | Author | Lines |
| 2023-09-29 | Add missing lint description headers | DaniPopes | -0/+1 |
| 2023-09-26 | Auto merge of #116144 - lcnr:subst-less, r=oli-obk | bors | -2/+2 |
| 2023-09-26 | subst -> instantiate | lcnr | -2/+2 |
| 2023-09-25 | Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup | Philipp Krones | -14/+186 |
| 2023-09-20 | Remove most usage of `hir_ty_to_ty` | Alex Macleod | -6/+7 |
| 2023-09-17 | Fix missing semicolon in redundant_as_str docstring example | Dev381 | -2/+2 |
| 2023-09-17 | Add redundant_as_str lint | Dev381 | -0/+63 |
| 2023-09-16 | also count derefs through custom `Deref` impls | y21 | -6/+7 |
| 2023-09-16 | [`filter_map_bool_then`]: peel as many refs as needed | y21 | -4/+11 |
| 2023-09-15 | new lint: `path_ends_with_ext` | y21 | -0/+100 |
| 2023-09-15 | Auto merge of #11506 - mojave2:issue-11503, r=giraffate | bors | -2/+3 |
| 2023-09-15 | fix filter_map_bool_then with a bool reference | mojave2 | -2/+3 |
| 2023-09-14 | Return a value from find_format_args instead of using a callback | Alex Macleod | -7/+6 |
| 2023-09-12 | Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyup | Philipp Krones | -11/+155 |
| 2023-09-01 | Auto merge of #11430 - TDecking:vec-fmt, r=giraffate | bors | -2/+2 |
| 2023-08-30 | Auto merge of #11396 - y21:issue11345, r=Jarcho | bors | -2/+136 |
| 2023-08-30 | Documentation Formatting | Tobias Decking | -2/+2 |
| 2023-08-25 | lint vecs, version bump, more tests | y21 | -26/+41 |
| 2023-08-24 | Auto merge of #11360 - lengyijun:any_all, r=blyxyas | bors | -7/+17 |
| 2023-08-24 | Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup | Philipp Krones | -28/+160 |
| 2023-08-24 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -29/+162 |
| 2023-08-24 | new lint: `iter_out_of_bounds` | y21 | -2/+121 |
| 2023-08-24 | [`iter_overeager_cloned`]: detect .cloned().all() and .cloned().any() | lengyijun | -7/+17 |
| 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 | Update version attribute for 1.72 lints | xFrednet | -2/+2 |
| 2023-08-15 | allow calling `to_owned` with borrowed value for [`implicit_clone`] | J-ZhengLi | -0/+1 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -2/+2 |
| 2023-08-14 | [`iter_overeager_cloned`]: detect .cloned().filter() and .cloned().find() | lengyijun | -18/+59 |
| 2023-08-11 | Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup | Philipp Krones | -130/+224 |
| 2023-08-11 | Auto merge of #11316 - flip1995:rustup, r=flip1995 | bors | -2/+2 |
| 2023-08-10 | Revert "New lint [`filter_map_bool_then`]" | Catherine Flores | -79/+0 |
| 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 | -131/+139 |
| 2023-08-05 | Small code style adjustments | lengyijun | -12/+6 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -2/+2 |
| 2023-08-02 | Extract never-like into `clippy_utils` | Catherine Flores | -19/+15 |
| 2023-08-02 | Do not lint unwrapping on `!` or never-like enums | Catherine Flores | -103/+120 |
| 2023-08-02 | Alphabetically order arms in methods/mod.rs match | Your Name | -19/+19 |
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -185/+814 |
| 2023-07-30 | Auto merge of #11261 - y21:issue11260, r=blyxyas | bors | -0/+10 |
| 2023-07-30 | [`unnecessary_find_map`]: look for then_some | y21 | -0/+10 |
| 2023-07-30 | Add debug assertions to `implements_trait` | Jason Newcomb | -1/+1 |
| 2023-07-28 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -186/+806 |
| 2023-07-28 | pattern match on local usage slice to avoid ICE | y21 | -2/+3 |
| 2023-07-27 | make lint description more consistent (writer/reader -> write/read) | Timo | -1/+1 |
| 2023-07-27 | new lint: [`readonly_write_lock`] | y21 | -0/+87 |
| 2023-07-25 | Add `sym::iter_mut` + `sym::as_mut_ptr` | blyxyas | -1/+1 |
| 2023-07-25 | Only lint `Copy` types | Catherine | -9/+15 |