| Age | Commit message (Expand) | Author | Lines |
| 2019-04-06 | Don't report deprecation lints in derive expansions | Oliver Scherer | -1/+16 |
| 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 |
| 2018-08-01 | Auto merge of #52937 - pietroalbini:rollup, r=pietroalbini | bors | -0/+20 |
| 2018-07-30 | rustc: Disallow machine applicability in foreign macros | Alex Crichton | -14/+16 |
| 2018-07-30 | Introduce the declare_tool_lint macro | flip1995 | -0/+20 |
| 2018-07-23 | Implement 2015 vs 2018 `?` kleene op + test | mark | -2/+3 |
| 2018-07-23 | Extend ParseSess to support buffering lints | mark | -0/+9 |
| 2018-07-21 | Auto merge of #52562 - Manishearth:clippyup, r=RalfJung | bors | -2/+12 |
| 2018-07-21 | Don't invent new magic keywords | Oliver Schneider | -2/+2 |
| 2018-07-21 | Auto merge of #52555 - petrochenkov:mresfact, r=alexcrichton | bors | -2/+2 |
| 2018-07-20 | Allow individual lints to opt into being reported in external macros | Oliver Schneider | -2/+12 |
| 2018-07-20 | data_structures: Add a reference wrapper for pointer-indexed maps/sets | Vadim Petrochenkov | -2/+2 |
| 2018-07-20 | Auto merge of #52467 - alexcrichton:lints-and-macros, r=Manishearth | bors | -1/+46 |
| 2018-07-17 | rustc: Polish off `in_external_macro` | Alex Crichton | -26/+42 |
| 2018-07-17 | added function to check if lints belong to an external macro | dylan_DPC | -0/+29 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -0/+4 |
| 2018-06-21 | Combine all builtin late lints | John Kåre Alsaker | -86/+136 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-27 | Make anon params lint warn-by-default | Mark Mansi | -14/+14 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -3/+3 |
| 2018-05-01 | Clarify wordings of the `unstable_name_collision` lint. | kennytm | -1/+1 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -3/+4 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -1/+1 |