| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -0/+14 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -0/+14 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -1/+1 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -1/+1 |
| 2019-06-24 | Turn internal lints into tool lints | flip1995 | -2/+2 |
| 2019-06-24 | Implement initernal lint LINT_PASS_IMPL_WITHOUT_MACRO | flip1995 | -0/+2 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -1/+1 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -5/+2 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-03 | syntax: revert `ast::AsyncArgument` and associated changes. | Eduard-Mihai Burtescu | -24/+0 |
| 2019-05-27 | Use `Symbol` more in lint APIs | Oliver Scherer | -17/+17 |
| 2019-05-25 | rustc: integrate ty::Const into ty::print as print_const. | Eduard-Mihai Burtescu | -1/+9 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -4/+5 |
| 2019-05-02 | fix markdown syntax in `LateContext` examples | Andy Russell | -4/+4 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -5/+10 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -0/+19 |
| 2019-04-23 | Remove visit_subpats from check_pat in favor of state in EllipsisInclusiveRan... | Tomas Koutsky | -5/+3 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -0/+3 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -0/+16 |
| 2019-04-12 | Uplift `get_def_path` from Clippy | flip1995 | -5/+27 |
| 2019-04-05 | Move match_path from DefId to lint::LateContext | flip1995 | -2/+111 |
| 2019-03-28 | Run module lint passes in parallel | John Kåre Alsaker | -14/+10 |
| 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 | -145/+238 |
| 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/+71 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -2/+4 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -2/+1 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -6/+6 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -25/+28 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -5/+5 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -15/+15 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -120/+203 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -120/+203 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -5/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-19 | suggest similar lint names for unknown lints | Andy Russell | -7/+23 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -5/+5 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+1 |