| Age | Commit message (Expand) | Author | Lines |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -75/+87 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -75/+87 |
| 2019-04-03 | Deduplicate code in TyKind lint | flip1995 | -48/+30 |
| 2019-04-03 | Fix bug in TyKind lint | flip1995 | -5/+8 |
| 2019-04-03 | Make internal lints allow-by-default | flip1995 | -2/+2 |
| 2019-04-03 | use check_path instead of check_expr | flip1995 | -49/+27 |
| 2019-04-03 | Fix rebase fallout | flip1995 | -16/+15 |
| 2019-04-03 | Add internal lints default_hash_types and usage_of_ty_tykind | flip1995 | -0/+166 |
| 2019-03-30 | Change message to present tense | Fabian Drinck | -1/+1 |
| 2019-03-30 | Replace REDUNDANT_IMPORT with UNUSED_IMPORTS | Fabian Drinck | -7/+1 |
| 2019-03-30 | Distinguish between imported and defined items | Fabian Drinck | -3/+4 |
| 2019-03-30 | Improve warning | Fabian Drinck | -0/+9 |
| 2019-03-30 | Add lint for redundant imports | Fabian Drinck | -0/+6 |
| 2019-03-29 | Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=Centril | Mazdak Farrokhzad | -1/+2 |
| 2019-03-28 | deny duplicate matcher bindings by default | mark | -1/+2 |
| 2019-03-28 | Run module lint passes in parallel | John Kåre Alsaker | -14/+13 |
| 2019-03-28 | Remove LintSession and run incremental and whole crate lints in parallel | John Kåre Alsaker | -67/+39 |
| 2019-03-28 | Combine all builtin late lints | John Kåre Alsaker | -151/+243 |
| 2019-03-25 | Make more lints incremental | John Kåre Alsaker | -0/+6 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -9/+72 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -7/+2 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -3/+5 |
| 2019-03-17 | Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov | bors | -1/+16 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -7/+2 |
| 2019-03-16 | Don't report deprecation lints in derive expansions | Oliver Scherer | -1/+16 |
| 2019-03-16 | Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -10/+10 |
| 2019-03-16 | Rename `MetaItem::ident` to `MetaItem::path` | Vadim Petrochenkov | -6/+6 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -10/+11 |
| 2019-03-14 | Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk | bors | -9/+19 |
| 2019-03-08 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -0/+14 |
| 2019-03-05 | Add `return` | John Kåre Alsaker | -1/+1 |
| 2019-03-05 | Only insert nodes which changes lint levels in the LintLevelMap | John Kåre Alsaker | -9/+19 |
| 2019-03-02 | Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank | kennytm | -6/+14 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -2/+1 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -6/+6 |
| 2019-02-27 | allow specifying attributes for tool lints | Andy Russell | -6/+14 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -11/+11 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -32/+35 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -9/+9 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -14/+14 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -8/+8 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -4/+4 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -1/+1 |
| 2019-02-11 | Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank | bors | -0/+10 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -14/+14 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -1/+8 |
| 2019-02-07 | unused_imports: make the lint machine-applicable | Pietro Albini | -0/+10 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -38/+38 |