| Age | Commit message (Expand) | Author | Lines |
| 2019-09-13 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -0/+7 |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -2/+22 |
| 2019-07-27 | Lint attributes on function arguments | Caio | -2/+22 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -1/+1 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -1/+9 |
| 2019-07-17 | normalize use of backticks in compiler messages for librustc/lint | Samy Kacimi | -5/+5 |
| 2019-07-12 | Change `indirect_structural_match` lint to allow-by-default. | Felix S. Klock II | -1/+3 |
| 2019-07-11 | hygiene: Make sure each `Mark` has an associated expansion info | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | hygiene: Reuse `MacroKind` in `ExpnKind` | Vadim Petrochenkov | -11/+8 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -7/+5 |
| 2019-07-11 | Rename some things in `syntax_pos/hygiene` | Vadim Petrochenkov | -10/+10 |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -0/+6 |
| 2019-07-08 | future-compat lint for newly handled cases of `#[structural_match]`. | Felix S. Klock II | -0/+6 |
| 2019-07-07 | Support deprecation checking for macros | Vadim Petrochenkov | -0/+5 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -26/+58 |
| 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-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-26 | Remove outdated question_mark_macro_sep lint | Julien Cretin | -9/+1 |
| 2019-06-24 | Turn internal lints into tool lints | flip1995 | -13/+13 |
| 2019-06-24 | Allow default_hash_types in some crates | flip1995 | -1/+1 |
| 2019-06-24 | Only allow {declare,impl}_lint_pass macros for implementing LintPass | flip1995 | -10/+24 |
| 2019-06-24 | Implement initernal lint LINT_PASS_IMPL_WITHOUT_MACRO | flip1995 | -17/+35 |
| 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 |