| Age | Commit message (Expand) | Author | Lines |
| 2023-08-30 | Auto merge of #11396 - y21:issue11345, r=Jarcho | bors | -0/+2 |
| 2023-08-28 | Auto merge of #11387 - y21:issue11371, r=blyxyas | bors | -1/+12 |
| 2023-08-28 | Auto merge of #11401 - y21:issue11394, r=xFrednet | bors | -1/+2 |
| 2023-08-24 | Auto merge of #11338 - y21:issue11337, r=Centri3 | bors | -1/+7 |
| 2023-08-24 | [`if_then_some_else_none`]: look into local initializers | y21 | -1/+2 |
| 2023-08-24 | Bump Clippy version -> 0.1.74 | Philipp Krones | -1/+1 |
| 2023-08-24 | Fix dogfood issues | Philipp Krones | -3/+0 |
| 2023-08-24 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -4/+5 |
| 2023-08-24 | new lint: `iter_out_of_bounds` | y21 | -0/+2 |
| 2023-08-23 | [`unnecessary_unwrap`]: lint on `.as_ref().unwrap()` | y21 | -1/+12 |
| 2023-08-23 | Fix clippy lint for identical `if`/`else` contraining `?` expressions | Esteban Küber | -1/+2 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -2/+2 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -4/+4 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -3/+3 |
| 2023-08-14 | allow trait alias DefIds in `implements_trait_with_env_from_iter` | y21 | -1/+7 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -4/+4 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -1/+1 |
| 2023-08-13 | feat: update manual_retain to lint binary_heap_retain | unvalley | -1/+2 |
| 2023-08-11 | Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup | Philipp Krones | -5/+14 |
| 2023-08-11 | Dogfood and bless tests | Philipp Krones | -1/+1 |
| 2023-08-10 | Revert "New lint [`filter_map_bool_then`]" | Catherine Flores | -2/+0 |
| 2023-08-10 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -6/+13 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -2/+2 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -2/+2 |
| 2023-08-05 | fix: Make ConstEvalLateContext::new() public, to match the 'constant_context(... | Morten Lohne | -1/+1 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -11/+11 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -11/+11 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-08-02 | Extract never-like into `clippy_utils` | Catherine Flores | -0/+5 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -3/+4 |
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -124/+889 |
| 2023-07-30 | Resolve type aliases in `type_certainty` | Jason Newcomb | -2/+7 |
| 2023-07-30 | Rework `redundant_closure` | Jason Newcomb | -23/+38 |
| 2023-07-30 | Add debug assertions to `implements_trait` | Jason Newcomb | -81/+103 |
| 2023-07-28 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -23/+746 |
| 2023-07-28 | Make Clippy understand generic const items | León Orell Valerian Liehr | -4/+8 |
| 2023-07-27 | bless clippy | Deadbeef | -23/+29 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -1/+1 |
| 2023-07-25 | New lint [`filter_map_bool_then`] | Catherine | -0/+2 |
| 2023-07-25 | Auto merge of #11226 - GuillaumeGomez:needless-ref-mut-cfg, r=llogiq | bors | -0/+11 |
| 2023-07-25 | Auto merge of #11198 - y21:issue10938, r=Centri3 | bors | -0/+1 |
| 2023-07-25 | simplify looking for `Vec::with_capacity` exprs | y21 | -0/+1 |
| 2023-07-25 | Move `inherits_cfg` function into clippy_utils | Guillaume Gomez | -0/+11 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -2/+2 |
| 2023-07-24 | Perform OpaqueCast field projection on HIR, too. | Oli Scherer | -0/+2 |
| 2023-07-23 | Auto merge of #11214 - y21:issue11213, r=Jarcho | bors | -7/+7 |
| 2023-07-23 | Auto merge of #11166 - Jarcho:expr_use, r=Centri3 | bors | -6/+264 |
| 2023-07-23 | check that the types are equal in `SpanlessEq::eq_expr` | y21 | -7/+7 |
| 2023-07-23 | Refactor `dereference.rs` | Jason Newcomb | -6/+264 |