| Age | Commit message (Expand) | Author | Lines |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -9/+8 |
| 2022-04-30 | Box HIR Generics and Impl. | Camille GILLOT | -3/+3 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -3/+3 |
| 2022-04-23 | Make clippy inspector more precise. | Camille GILLOT | -2/+14 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -13/+13 |
| 2022-04-23 | Drop vis in ImplItem. | Camille GILLOT | -8/+5 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -1/+4 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -10/+9 |
| 2022-04-19 | Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkov | Dylan DPC | -3/+3 |
| 2022-04-17 | Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov | bors | -8/+8 |
| 2022-04-17 | Stop using CRATE_DEF_INDEX. | Camille GILLOT | -3/+3 |
| 2022-04-17 | Bless clippy. | Camille GILLOT | -8/+8 |
| 2022-04-17 | Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot | bors | -14/+19 |
| 2022-04-16 | Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisa | bors | -7/+26 |
| 2022-04-15 | Rollup merge of #94849 - ouz-a:master4, r=oli-obk | Dylan DPC | -4/+4 |
| 2022-04-15 | clippy: Update full path to `CString` | Vadim Petrochenkov | -1/+1 |
| 2022-04-14 | Update issue-92893.stderr | ouz-a | -4/+4 |
| 2022-04-14 | Reimplement lowering of sym operands for asm! so that it also works with glob... | Amanieu d'Antras | -7/+26 |
| 2022-04-13 | Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obk | bors | -3/+6 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -5/+3 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -3/+6 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -1/+2 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -3/+2 |
| 2022-04-08 | remove CheckVisitor, CollectExternCrateVisitor and ItemLikeVisitor impls | Miguel Guarniz | -0/+4 |
| 2022-04-08 | Refactor HIR item-like traversal (part 1) | Miguel Guarniz | -14/+15 |
| 2022-04-08 | Avoid looking at the internals of Interned directly | Oli Scherer | -3/+2 |
| 2022-04-08 | Update Cargo.lock | flip1995 | -1/+1 |
| 2022-04-08 | Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup | flip1995 | -1486/+3113 |
| 2022-04-06 | get rid of visit_constant in thir visitor | b-naber | -8/+9 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -2/+2 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -2/+6 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -10/+24 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -12/+24 |
| 2022-04-02 | rebase and use ty::Const in patterns again | b-naber | -13/+10 |
| 2022-03-31 | Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPC | bors | -1/+1 |
| 2022-03-31 | Rollup merge of #95251 - GrishaVar:hashes-u16-to-u8, r=dtolnay | Dylan DPC | -1/+1 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -7/+13 |
| 2022-03-30 | clippy: nameres for primitive type impls | lcnr | -38/+75 |
| 2022-03-30 | get clippy to compile again | lcnr | -59/+26 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -7/+13 |
| 2022-03-26 | Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPC | bors | -30/+30 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -18/+18 |
| 2022-03-26 | add #[must_use] to functions of slice and its iterators. | Jendrik | -12/+12 |
| 2022-03-26 | Auto merge of #95149 - cjgillot:once-diag, r=estebank | bors | -2/+2 |
| 2022-03-25 | Update clippy helper function types | Grisha Vartanyan | -1/+1 |
| 2022-03-24 | Auto merge of #95273 - flip1995:clippyup, r=manishearth | bors | -546/+1957 |
| 2022-03-24 | Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42' into clippyup | flip1995 | -546/+1957 |
| 2022-03-24 | update clippy stderr file | Oli Scherer | -0/+10 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+2 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -24/+24 |