| Age | Commit message (Expand) | Author | Lines |
| 2019-10-17 | De-propagate optional session from lint registration | Mark Rousskov | -12/+5 |
| 2019-10-17 | Duplicate lint specifications are always bug! | Mark Rousskov | -20/+2 |
| 2019-10-16 | Move overlapping patterns to its own lint | Esteban Küber | -0/+7 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-14 | Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+2 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -1/+2 |
| 2019-10-11 | Report lint in external macros | memoryruins | -1/+2 |
| 2019-10-07 | Warn if include macro fails to include entire file | Mark Rousskov | -0/+8 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -8/+3 |
| 2019-09-26 | Rename `MetaItem.node` to `MetaItem.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `Lit.node` to `Lit.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -2/+2 |
| 2019-09-26 | Auto merge of #64513 - varkor:sty-begone, r=eddyb | bors | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -1/+1 |
| 2019-09-25 | Rollup merge of #62975 - ljedrz:kill_off_hir_to_node_id, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-09-20 | factor out pluralisation remains after #64280 | gaolei | -2/+2 |
| 2019-09-08 | Rollup merge of #64066 - petrochenkov:softstab, r=matthewjasper | Mazdak Farrokhzad | -0/+7 |
| 2019-09-07 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -0/+7 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -13/+13 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -21/+25 |
| 2019-09-05 | Don't call `diag_span_note_once` for suppressed lints | Matthew Jasper | -20/+24 |
| 2019-09-05 | Add an ExpnKind for AST passes | Matthew Jasper | -1/+1 |
| 2019-09-03 | Remove `LocalInternedString` uses from `librustc/lint/`. | Nicholas Nethercote | -3/+3 |
| 2019-08-30 | Add a "diagnostic item" scheme | Oliver Scherer | -11/+5 |
| 2019-08-27 | Cleanup: Consistently use `Param` instead of `Arg` #62426 | Kevin Per | -13/+13 |
| 2019-08-25 | HirIdify hir::Crate.modules | ljedrz | -1/+1 |
| 2019-08-24 | Modifies how Arg, Arm, Field, FieldPattern and Variant are visited | Caio | -48/+23 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -9/+9 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -35/+17 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Remove `Spanned` from `ast::Mac` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centril | bors | -3/+3 |
| 2019-08-14 | Merge Variant and Variant_ | Caio | -3/+3 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -3/+3 |
| 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 |