| Age | Commit message (Expand) | Author | Lines |
| 2022-11-22 | Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -203/+481 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -8/+12 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -8/+12 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Fix clippy's missing substs | Oli Scherer | -5/+9 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Clippy: Don't import GenericParamDefKind | Philipp Krones | -8/+8 |
| 2022-11-21 | Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup | Philipp Krones | -203/+481 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+1 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -3/+12 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -5/+5 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -5/+5 |
| 2022-11-18 | Rm diagnostic item, use lang item | Deadbeef | -3/+12 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -5/+27 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -6/+2 |
| 2022-11-13 | Fix clippy and rustdoc | Maybe Waffle | -6/+6 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+1 |
| 2022-10-29 | Use LanguageItems::require less | Cameron Steffen | -7/+3 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -1/+1 |
| 2022-10-27 | Update tooling | Maybe Waffle | -2/+2 |
| 2022-10-23 | Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup | flip1995 | -63/+677 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -11/+5 |
| 2022-10-20 | rustc_hir_typeck: fix clippy | lcnr | -9/+7 |
| 2022-10-19 | Add testcase for next_point, fix more trivial issues in find_width_of_charact... | yukang | -2/+1 |
| 2022-10-10 | Fix unclosed HTML tag in clippy doc | Guillaume Gomez | -3/+3 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -2/+2 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -1/+6 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -39/+35 |
| 2022-10-06 | Merge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766' into clippyup | Philipp Krones | -1/+1 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -1/+6 |
| 2022-10-06 | Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup | Philipp Krones | -330/+555 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -26/+20 |
| 2022-10-01 | clippy: adopt to the new lint API | Maybe Waffle | -26/+20 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -1/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -6/+6 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum | fee1-dead | -1/+12 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -7/+7 |
| 2022-09-23 | Fix clippy's const fn stability check for CURRENT_RUSTC_VERSION | Nilstrieb | -1/+12 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-22 | introduce mir::Unevaluated | b-naber | -1/+1 |
| 2022-09-21 | Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy | David Koloski | -81/+82 |
| 2022-09-20 | Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebank | bors | -0/+1 |
| 2022-09-19 | remove the `Subst` trait, always use `EarlyBinder` | lcnr | -2/+2 |
| 2022-09-16 | Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r... | Oli Scherer | -0/+1 |
| 2022-09-15 | Fix clippy | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -4/+7 |