| Age | Commit message (Expand) | Author | Lines |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -11/+11 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -32/+35 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -9/+9 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -14/+14 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -8/+8 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -4/+4 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -1/+1 |
| 2019-02-11 | Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank | bors | -0/+10 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -14/+14 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -1/+8 |
| 2019-02-07 | unused_imports: make the lint machine-applicable | Pietro Albini | -0/+10 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -38/+38 |
| 2019-02-01 | Rename external_private_dependency to exported_private_dependencies | Aaron Hill | -2/+2 |
| 2019-02-01 | Clippy fixes, rename stuff to match RFC | Aaron Hill | -2/+2 |
| 2019-02-01 | Properly register lint | Aaron Hill | -0/+1 |
| 2019-02-01 | Initial implementation work | Aaron Hill | -0/+6 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -12/+7 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -172/+346 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -6/+0 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -172/+346 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -6/+0 |
| 2019-01-16 | Prioritize variants as inherent associated items during name resolution | Vadim Petrochenkov | -0/+7 |
| 2019-01-13 | Implement basic input validation for built-in attributes | Vadim Petrochenkov | -9/+9 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -1/+1 |
| 2019-01-02 | Fix 'be be' constructs | Daniel Mueller | -2/+2 |
| 2018-12-27 | Make sure feature gate errors are recoverable | Vadim Petrochenkov | -4/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -40/+0 |
| 2018-12-23 | Rollup merge of #56992 - euclio:unknown-lint-suggestion, r=oli-obk | kennytm | -23/+34 |
| 2018-12-19 | suggest similar lint names for unknown lints | Andy Russell | -23/+34 |
| 2018-12-19 | Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelix | Pietro Albini | -3/+3 |
| 2018-12-18 | Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis | bors | -0/+7 |
| 2018-12-15 | Auto merge of #56203 - aheart:master, r=varkor | bors | -0/+8 |
| 2018-12-14 | fix english | Ariel Ben-Yehuda | -2/+1 |
| 2018-12-14 | add the ORDER_DEPENDENT_TRAIT_OBJECTS lint | Ariel Ben-Yehuda | -0/+8 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -1/+1 |
| 2018-12-10 | update docs of rustdoc lints | QuietMisdreavus | -3/+3 |
| 2018-12-09 | Add lint for items deprecated in future | aheart | -0/+8 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -8/+8 |
| 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 | -8/+8 |
| 2018-11-22 | Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi... | Guillaume Gomez | -0/+7 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -5/+2 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-16 | lint if a private item has doctests | Guillaume Gomez | -0/+7 |
| 2018-11-15 | Rollup merge of #55901 - euclio:speling, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-11-15 | Rollup merge of #55852 - varkor:dotdotequals-lint, r=zackmdavis | Pietro Albini | -3/+6 |
| 2018-11-13 | fix various typos in doc comments | Andy Russell | -1/+1 |
| 2018-11-10 | Rewrite `...` as `..=` as a MachineApplicable 2018 idiom lint | varkor | -3/+6 |
| 2018-11-07 | Removed `DUPLICATE_ASSOCIATED_TYPE_BINDINGS` lint. | Alexander Regueiro | -7/+0 |
| 2018-11-04 | rustc_target: pass contexts by reference, not value. | Eduard-Mihai Burtescu | -2/+2 |