| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -3/+3 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -2/+2 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -4/+4 |
| 2022-05-10 | update clippy | lcnr | -24/+10 |
| 2022-05-06 | Lint for significant drops who may have surprising lifetimes #1 | Preston From | -0/+1 |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -35/+241 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -1/+2 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -1/+2 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-30 | Fix the clippy build | Scott McMurray | -0/+1 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -1/+1 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -1/+2 |
| 2022-04-15 | clippy: Update full path to `CString` | Vadim Petrochenkov | -1/+1 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -1/+2 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -2/+2 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -1/+2 |
| 2022-04-08 | Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup | flip1995 | -10/+15 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -5/+16 |
| 2022-04-02 | rebase and use ty::Const in patterns again | b-naber | -2/+2 |
| 2022-03-30 | clippy: nameres for primitive type impls | lcnr | -35/+60 |
| 2022-03-30 | get clippy to compile again | lcnr | -8/+6 |
| 2022-03-24 | Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup | flip1995 | -2/+86 |
| 2022-03-14 | Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup | flip1995 | -12/+71 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -16/+16 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -1/+2 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -21/+1 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -3/+3 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -42/+6 |
| 2022-02-26 | Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup | flip1995 | -63/+104 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -9/+9 |
| 2022-02-21 | update clippy | lcnr | -9/+9 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -7/+7 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -11/+11 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+1 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -1/+0 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -1/+0 |
| 2022-02-10 | Merge commit '57b3c4b90f4346b3990c1be387c3b3ca7b78412c' into clippyup | flip1995 | -147/+91 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -0/+1 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -2/+2 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -6/+16 |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -6/+16 |
| 2022-01-27 | Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup | flip1995 | -25/+141 |
| 2022-01-23 | Update clippy | Vadim Petrochenkov | -15/+5 |
| 2022-01-21 | Remove a span from hir::ExprKind::MethodCall | Cameron Steffen | -11/+11 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -3/+11 |
| 2022-01-17 | Add term | kadmin | -2/+9 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -2/+3 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -53/+18 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -8/+2 |
| 2022-01-16 | Fix Visitor::NestedFilter in Clippy | Cameron Steffen | -49/+17 |