| Age | Commit message (Expand) | Author | Lines |
| 2023-09-03 | Fix clippy. | Camille GILLOT | -15/+11 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -6/+6 |
| 2023-09-03 | Stabilize the Saturating type (saturating_int_impl, gh-87920) | Michael Watzko | -1/+1 |
| 2023-09-01 | [`clippy`] Use symbols intended for `arithmetic_side_effects` | Caio | -11/+82 |
| 2023-08-29 | Auto merge of #115183 - flip1995:clippyup, r=Manishearth,oli-obk | bors | -9600/+16423 |
| 2023-08-29 | Bump ui_test | Oli Scherer | -17/+17 |
| 2023-08-24 | Merge commit '080b587854a73f2a8cbaecff1884860a78e2ff37' into clippyup | Philipp Krones | -9601/+16424 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -1/+1 |
| 2023-08-23 | Fix clippy lint for identical `if`/`else` contraining `?` expressions | Esteban Küber | -3/+23 |
| 2023-08-20 | give some unwind-related terminators a more clear name | Ralf Jung | -2/+2 |
| 2023-08-17 | Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3 | bors | -23/+129 |
| 2023-08-17 | Auto merge of #11070 - y21:issue11065, r=flip1995 | bors | -13/+72 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -35/+17 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -4/+4 |
| 2023-08-14 | bless clippy test | Esteban Küber | -21/+2 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -14/+15 |
| 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-11 | Merge commit '1e8fdf492808a25d78a97e1242b835ace9924e4d' into clippyup | Philipp Krones | -378/+1543 |
| 2023-08-11 | Auto merge of #114719 - compiler-errors:rollup-bf1vr51, r=compiler-errors | bors | -205/+0 |
| 2023-08-10 | Revert "New lint [`filter_map_bool_then`]" | Catherine Flores | -205/+0 |
| 2023-08-09 | rustc: Move `crate_types` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+0 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -3/+3 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -3/+3 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -1/+1 |
| 2023-08-06 | cleanup misinformation regarding has_deref | ouz-a | -1/+1 |
| 2023-08-04 | Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr | bors | -42/+42 |
| 2023-08-04 | Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31 | Matthias Krüger | -42/+42 |
| 2023-08-04 | Auto merge of #114104 - oli-obk:syn2, r=compiler-errors | bors | -10/+1 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -42/+42 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+2 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+1 |
| 2023-08-03 | Rollup merge of #113657 - Urgau:expand-incorrect_fn_null_check-lint, r=cjgillot | Matthias Krüger | -6/+6 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-02 | Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e... | bors | -3/+13 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -8/+6 |
| 2023-08-02 | fix RedundantLocals clippy caused by async and await | yukang | -3/+13 |
| 2023-08-01 | Rename incorrect_fn_null_checks to useless_ptr_null_checks (clippy side) | Urgau | -6/+6 |
| 2023-07-31 | Merge commit '5436dba826191964ac1d0dab534b7eb6d4c878f6' into clippyup | Philipp Krones | -2143/+7968 |
| 2023-07-31 | Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored... | Oli Scherer | -1/+0 |
| 2023-07-31 | Use builder pattern instead of lots of arguments for `EmitterWriter::new` | Oli Scherer | -9/+1 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -5/+5 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -5/+5 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -6/+6 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -12/+14 |
| 2023-07-28 | Make Clippy understand generic const items | León Orell Valerian Liehr | -7/+15 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -35/+37 |
| 2023-07-27 | bless clippy | Deadbeef | -33/+36 |
| 2023-07-27 | Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obk | bors | -1/+3 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -4/+3 |