| Age | Commit message (Expand) | Author | Lines |
| 2022-06-03 | Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk | Dylan DPC | -1/+6 |
| 2022-06-02 | Auto merge of #97575 - nnethercote:lazify-SourceFile-lines, r=Mark-Simulacrum | bors | -3/+3 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+6 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -1/+1 |
| 2022-06-01 | Lazify `SourceFile::lines`. | Nicholas Nethercote | -3/+3 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -10/+5 |
| 2022-05-24 | Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk | bors | -0/+1 |
| 2022-05-24 | Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -0/+1 |
| 2022-05-23 | Lifetime variance fixes for clippy | Michael Goulet | -2/+2 |
| 2022-05-23 | Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-05-21 | Merge crate and restricted visibilities | Jacob Pratt | -1/+1 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -1/+1 |
| 2022-05-21 | Merge 'rust-clippy/master' into clippyup | xFrednet | -63/+129 |
| 2022-05-21 | Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis | bors | -2/+2 |
| 2022-05-18 | Auto merge of #96863 - SparrowLii:let, r=michaelwoerister | bors | -2/+4 |
| 2022-05-17 | Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco | bors | -2/+1 |
| 2022-05-17 | Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillot | bors | -35/+23 |
| 2022-05-16 | Add a query for checking whether a function is an intrinsic. | Oli Scherer | -2/+1 |
| 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-13 | remove TestItemNamesVisitor | Miguel Guarniz | -35/+23 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -4/+4 |
| 2022-05-10 | Update clippy to new rake_read signature | Eric Holk | -2/+2 |
| 2022-05-10 | update clippy | lcnr | -24/+10 |
| 2022-05-09 | fix clippy | SparrowLii | -2/+4 |
| 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 |