| Age | Commit message (Expand) | Author | Lines |
| 2020-10-30 | Update Clippy path to `Lint` | Aaron Hill | -1/+1 |
| 2020-10-28 | Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup | Eduardo Broto | -22/+161 |
| 2020-10-26 | Remove lint from clippy | Nathan Whitaker | -1/+0 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2020-10-24 | Fix inconsistencies in handling of inert attributes on statements | Aaron Hill | -2/+2 |
| 2020-10-23 | Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup | Eduardo Broto | -10/+157 |
| 2020-10-18 | Rollup merge of #77851 - exrook:split-btreemap, r=dtolnay | Yuki Okushi | -1/+1 |
| 2020-10-17 | Appease the almightly lord clippy, hallowed be thy name | Jacob Hughes | -1/+1 |
| 2020-10-16 | Handle ExprKind::ConstBlock on clippy | Santiago Pastorino | -1/+16 |
| 2020-10-10 | Refactor how SwitchInt stores jump targets | Jonas Schievink | -1/+0 |
| 2020-10-09 | Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup | flip1995 | -142/+97 |
| 2020-10-06 | Fix tools | Matthew Jasper | -2/+3 |
| 2020-10-04 | clippy: `(Body, DefId)` -> `Body` | Dylan MacKenzie | -1/+2 |
| 2020-10-02 | Deprecate clippy lint | Michael Howell | -1/+0 |
| 2020-09-26 | Remove all unstable feature support in the `missing_const_for_fn` lint | Oliver Scherer | -97/+25 |
| 2020-09-26 | Move `qualify_min_const_fn` out of rustc into clippy | Oliver Scherer | -0/+463 |
| 2020-09-24 | Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup | flip1995 | -14/+328 |
| 2020-09-15 | Fix clippy hard-code slice::Iter path | Lzu Tao | -1/+1 |
| 2020-09-11 | Auto merge of #75800 - Aaron1011:feature/full-nt-tokens, r=petrochenkov | bors | -1/+1 |
| 2020-09-10 | Fully integrate token collection for additional AST structs | Aaron Hill | -1/+1 |
| 2020-09-10 | Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyup | flip1995 | -47/+66 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -23/+22 |
| 2020-08-30 | Fix clippy | Aaron Hill | -1/+1 |
| 2020-08-28 | Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup | flip1995 | -84/+114 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-17 | clippy: support `QPath::LangItem` | David Wood | -99/+80 |
| 2020-08-11 | Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup | flip1995 | -11/+49 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -4/+3 |
| 2020-08-06 | Fix clippy | Vadim Petrochenkov | -1/+1 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -1/+1 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -1/+1 |
| 2020-07-27 | introduce PredicateAtom | Bastian Kauschke | -1/+1 |
| 2020-07-27 | this might be unqualified, but at least it's now quantified | Bastian Kauschke | -1/+1 |
| 2020-07-27 | clippy | Bastian Kauschke | -2/+2 |
| 2020-07-26 | Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup | flip1995 | -1/+2 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -1/+1 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -41/+50 |
| 2020-07-14 | Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup | flip1995 | -123/+113 |
| 2020-07-03 | Use 'tcx for references to AccessLevels wherever possible. | Eduard-Mihai Burtescu | -102/+95 |
| 2020-07-02 | rustc_lint: avoid using TypeckTables::empty for LateContext. | Eduard-Mihai Burtescu | -28/+30 |
| 2020-06-26 | Auto merge of #73756 - Manishearth:rollup-aehswb2, r=Manishearth | bors | -1/+1 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -1/+1 |
| 2020-06-26 | rustc_lint: only query `typeck_tables_of` when a lint needs it. | Eduard-Mihai Burtescu | -19/+19 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -1/+1 |
| 2020-06-23 | Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup | flip1995 | -14/+14 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -1/+1 |
| 2020-06-18 | Refactor hir::Place | Aman Arora | -6/+6 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -2/+1 |
| 2020-06-11 | Remove ImplItemKind::OpaqueTy from clippy | Matthew Jasper | -1/+0 |