| Age | Commit message (Expand) | Author | Lines |
| 2021-11-21 | clippy: Fix pattern_type_mismatch for loop | Cameron Steffen | -164/+43 |
| 2021-11-21 | Fix Clippy with changed for loop desugar | Cameron Steffen | -59/+56 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -5/+3 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -1/+4 |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -2/+2 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -13/+13 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+4 |
| 2021-11-04 | Merge commit 'e18101137866b79045fee0ef996e696e68c920b4' into clippyup | flip1995 | -370/+577 |
| 2021-11-02 | Update clippy dependencies | xFrednet | -2/+2 |
| 2021-10-22 | Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco | Yuki Okushi | -7/+1 |
| 2021-10-21 | Merge commit '91496c2ac6abf6454c413bb23e8becf6b6dc20ea' into clippyup | flip1995 | -282/+1416 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-15 | Fix clippy with for loop span change | Cameron Steffen | -7/+1 |
| 2021-10-15 | Fix clippy with changed macro statement spans | Cameron Steffen | -21/+17 |
| 2021-10-11 | Deprecate mem_discriminant_non_enum | flip1995 | -87/+1 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -1882/+2155 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -177/+180 |
| 2021-09-30 | Do not pass hir::Crate to lints. | Camille GILLOT | -25/+26 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -5/+3 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -401/+786 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -3/+3 |
| 2021-09-24 | consistent big O notation | r00ster91 | -1/+1 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -1/+1 |
| 2021-09-16 | Fix clippy | jackh726 | -3/+3 |
| 2021-09-13 | Auto merge of #88517 - smoelius:without-patch-versions, r=flip1995 | bors | -17/+11 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -10/+13 |
| 2021-09-11 | Rebase fallout. | Camille GILLOT | -3/+3 |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -10/+9 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -7/+10 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -28/+9 |
| 2021-09-09 | Update dependencies | Samuel E. Moelius III | -7/+7 |
| 2021-09-09 | Prep for upgrade to cargo_metadata 0.14.0 | Samuel E. Moelius III | -10/+4 |
| 2021-09-08 | Auto merge of #88615 - flip1995:clippyup, r=Manishearth | bors | -636/+1674 |
| 2021-09-08 | Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup | flip1995 | -637/+1678 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -3/+6 |
| 2021-09-06 | fix(clippy): update loop lints to use arg.span | Michael Howell | -10/+9 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -13/+13 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -5/+2 |
| 2021-09-02 | rustc_target: move `LayoutOf` to `ty::layout`. | Eduard-Mihai Burtescu | -13/+13 |
| 2021-08-30 | Fix clippy for let-else | Cameron Steffen | -2/+5 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -1/+9 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -0/+1 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -5/+2 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -1/+1 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -14/+14 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -7/+3 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -6/+9 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -9/+9 |