| Age | Commit message (Expand) | Author | Lines |
| 2019-06-26 | Remove outdated question_mark_macro_sep lint | Julien Cretin | -9/+1 |
| 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 | -2/+2 |
| 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 | -12/+12 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -8/+3 |
| 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 | -11/+11 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -15/+15 |
| 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-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -3/+3 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -1/+1 |
| 2019-05-29 | Introduce and use `SyntaxContext::outer_expn_info()`. | Nicholas Nethercote | -3/+3 |
| 2019-05-28 | Set bare_trait_objects lint to warn | memoryruins | -1/+1 |
| 2019-05-27 | Auto merge of #61140 - estebank:attr-diagnostics, r=michaelwoerister | bors | -13/+20 |
| 2019-05-27 | Use `Symbol` more in lint APIs | Oliver Scherer | -27/+33 |
| 2019-05-25 | Reword malformed attribute input diagnostics | Esteban Küber | -13/+20 |
| 2019-05-25 | rustc: integrate ty::Const into ty::print as print_const. | Eduard-Mihai Burtescu | -1/+9 |
| 2019-05-24 | Rollup merge of #61098 - varkor:fix-overflowing-literal-in-loop, r=estebank | Mazdak Farrokhzad | -15/+16 |
| 2019-05-23 | Fix missing overflowing literal lint in for loop | varkor | -15/+16 |
| 2019-05-23 | Update lint_levels | John Kåre Alsaker | -3/+3 |
| 2019-05-21 | Respect lint attributes on match arms | Matthew Jasper | -0/+6 |
| 2019-05-20 | Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov | bors | -4/+5 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -4/+5 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -0/+3 |
| 2019-05-17 | Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nik... | bors | -7/+0 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -3/+14 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -2/+2 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -2/+2 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-03 | Rollup merge of #60478 - euclio:doc-fixes, r=cramertj | Mazdak Farrokhzad | -4/+4 |
| 2019-05-03 | Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakis | Mazdak Farrokhzad | -30/+50 |
| 2019-05-03 | Rollup merge of #59928 - petrochenkov:denyambass, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-05-02 | fix markdown syntax in `LateContext` examples | Andy Russell | -4/+4 |
| 2019-05-01 | Disallow non-explicit elided lifetimes in async fn | Taylor Cramer | -30/+50 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -5/+10 |
| 2019-04-28 | Implement internal lints | flip1995 | -10/+122 |
| 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 | -6/+5 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -0/+3 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -0/+16 |
| 2019-04-16 | lint: convert incoherent_fundamental_impls into hard error | Hoàng Đức Hiếu | -7/+0 |
| 2019-04-15 | Rollup merge of #59779 - flip1995:uplift_get_def_path, r=Manishearth | Mazdak Farrokhzad | -6/+28 |
| 2019-04-12 | Make deprecation lint `ambiguous_associated_items` deny-by-default | Vadim Petrochenkov | -1/+1 |
| 2019-04-12 | Uplift `get_def_path` from Clippy | flip1995 | -6/+28 |
| 2019-04-10 | forgot one | Mark Mansi | -1/+0 |
| 2019-04-10 | make duplicate matcher bindings a hard error | Mark Mansi | -8/+1 |
| 2019-04-07 | Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix | bors | -1/+12 |