| Age | Commit message (Expand) | Author | Lines |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -458/+96 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -458/+96 |
| 2019-04-03 | Remove TyKind arg from report_bin_hex_error function | flip1995 | -11/+6 |
| 2019-04-03 | Deny internal lints on librustc_lint | flip1995 | -8/+10 |
| 2019-04-03 | Add register_internals function to `rustc_lint` | flip1995 | -0/+16 |
| 2019-03-31 | Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk | Mazdak Farrokhzad | -41/+46 |
| 2019-03-30 | Rollup merge of #59463 - pnkfelix:issue-56327-skip-dyn-keyword-lint-under-mac... | Mazdak Farrokhzad | -11/+36 |
| 2019-03-29 | rustc_target: factor out common fields of non-Single Variants. | Eduard-Mihai Burtescu | -41/+46 |
| 2019-03-29 | Rollup merge of #58019 - Zoxc:combine-late-lints, r=estebank | Mazdak Farrokhzad | -71/+114 |
| 2019-03-28 | Combine all builtin late lints | John Kåre Alsaker | -71/+114 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-03-27 | Do not lint `dyn` tokens under macros. | Felix S. Klock II | -11/+36 |
| 2019-03-26 | Exclude UnusedBrokenConst from module lints | John Kåre Alsaker | -3/+5 |
| 2019-03-25 | Make more lints incremental | John Kåre Alsaker | -20/+21 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -8/+45 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -4/+5 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -1/+1 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -8/+4 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -4/+5 |
| 2019-03-16 | Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -4/+6 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -1/+1 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -8/+4 |
| 2019-03-12 | Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trai... | bors | -0/+5 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -12/+43 |
| 2019-03-08 | improve unused doc comment diagnostic reporting | Andy Russell | -9/+32 |
| 2019-03-08 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -0/+5 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -2/+2 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+2 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -5/+2 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -18/+18 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -7/+7 |
| 2019-03-02 | hir: remove NodeId from StructField | ljedrz | -4/+7 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -6/+7 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -12/+16 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -1/+1 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -1/+8 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -2/+2 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -9/+11 |
| 2019-02-25 | Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril | Mazdak Farrokhzad | -4/+2 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -9/+11 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -5/+5 |
| 2019-02-15 | Fix rebase issue | varkor | -1/+1 |
| 2019-02-15 | Take Const into account with nonstandard style lint | varkor | -0/+10 |
| 2019-02-15 | Take Const into account in HIR | varkor | -9/+12 |
| 2019-02-14 | Rollup merge of #58407 - euclio:upper-camel-case, r=estebank | Mazdak Farrokhzad | -54/+95 |
| 2019-02-13 | specify "upper camel case" in style lint | Andy Russell | -54/+95 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -5/+5 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -14/+17 |