| Age | Commit message (Expand) | Author | Lines |
| 2019-06-06 | Fix missing overflowing literal lint in for loop | varkor | -15/+16 |
| 2019-05-18 | Fix lints handling in rustdoc | Guillaume Gomez | -0/+3 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -2/+13 |
| 2019-04-23 | Remove visit_subpats from check_pat in favor of state in EllipsisInclusiveRan... | Tomas Koutsky | -1/+2 |
| 2019-04-10 | make duplicate matcher bindings a hard error | Mark Mansi | -2/+1 |
| 2019-04-04 | Placate tidy | Felix S Klock II | -2/+2 |
| 2019-04-04 | Adjust the mutable_borrow_reservation_conflict message | Matthew Jasper | -0/+4 |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -0/+21 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -0/+21 |
| 2019-04-03 | Add internal lints default_hash_types and usage_of_ty_tykind | flip1995 | -0/+1 |
| 2019-03-28 | Run module lint passes in parallel | John Kåre Alsaker | -0/+3 |
| 2019-03-28 | Combine all builtin late lints | John Kåre Alsaker | -6/+5 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -0/+1 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -6/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -1/+1 |
| 2019-03-17 | Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov | bors | -1/+16 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -6/+1 |
| 2019-03-16 | Don't report deprecation lints in derive expansions | Oliver Scherer | -1/+16 |
| 2019-03-16 | Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2019-03-05 | Add `return` | John Kåre Alsaker | -1/+1 |
| 2019-03-05 | Only insert nodes which changes lint levels in the LintLevelMap | John Kåre Alsaker | -4/+17 |
| 2019-02-27 | allow specifying attributes for tool lints | Andy Russell | -6/+14 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -11/+11 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -7/+7 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -4/+4 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -4/+4 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -9/+9 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -1/+2 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -12/+12 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -52/+139 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -1/+0 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -52/+139 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -1/+0 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -1/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -3/+3 |
| 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 | -3/+3 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -4/+1 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-10 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -1/+1 |
| 2018-10-27 | introducing lint reason annotations (RFC 2383) | Zack M. Davis | -3/+6 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -43/+43 |
| 2018-09-10 | Reexport CheckLintNameResult | flip1995 | -1/+1 |
| 2018-08-27 | fix some anon params | Mark Mansi | -1/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -1/+1 |