| Age | Commit message (Expand) | Author | Lines |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -12/+43 |
| 2019-03-08 | improve unused doc comment diagnostic reporting | Andy Russell | -9/+32 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -2/+2 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+2 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -5/+2 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -18/+18 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -7/+7 |
| 2019-03-02 | hir: remove NodeId from StructField | ljedrz | -4/+7 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -6/+7 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -12/+16 |
| 2019-02-27 | Rename variadic to c_variadic | Dan Robertson | -1/+1 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -1/+8 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -2/+2 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -9/+11 |
| 2019-02-25 | Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril | Mazdak Farrokhzad | -4/+2 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -9/+11 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -5/+5 |
| 2019-02-15 | Fix rebase issue | varkor | -1/+1 |
| 2019-02-15 | Take Const into account with nonstandard style lint | varkor | -0/+10 |
| 2019-02-15 | Take Const into account in HIR | varkor | -9/+12 |
| 2019-02-14 | Rollup merge of #58407 - euclio:upper-camel-case, r=estebank | Mazdak Farrokhzad | -54/+95 |
| 2019-02-13 | specify "upper camel case" in style lint | Andy Russell | -54/+95 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -5/+5 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -14/+17 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -5/+5 |
| 2019-02-09 | Auto merge of #57617 - mark-i-m:multiple-matcher-bindings, r=petrochenkov | bors | -0/+5 |
| 2019-02-09 | Rollup merge of #58245 - taiki-e:librustc_lint-2018, r=Centril | Mazdak Farrokhzad | -100/+108 |
| 2019-02-08 | librustc_lint => 2018 | Taiki Endo | -100/+108 |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -0/+5 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -2/+2 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -26/+28 |
| 2019-01-26 | Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank | bors | -41/+196 |
| 2019-01-25 | Rollup merge of #56233 - kenta7777:kenta7777#49937, r=oli-obk | Mazdak Farrokhzad | -4/+6 |
| 2019-01-24 | Remove quote_*! macros and associated APIs | Mark Simulacrum | -1/+0 |
| 2019-01-20 | cast the sign_extend result to i128. | kenta7777 | -1/+1 |
| 2019-01-20 | reduce some code repetitions | kenta7777 | -4/+6 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-01-19 | Rollup merge of #57486 - nnethercote:simplify-TokenStream-more, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-19 | Combine all builtin early lints and use a separate walk for plugin lints. Add... | John Kåre Alsaker | -41/+196 |
| 2019-01-17 | Deny the `overflowing_literals` lint for all editions | Oliver Middleton | -4/+2 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -2/+2 |
| 2019-01-16 | Prioritize variants as inherent associated items during name resolution | Vadim Petrochenkov | -0/+5 |
| 2019-01-16 | Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis | bors | -81/+15 |
| 2019-01-15 | Rollup merge of #57467 - JohnTitor:implement-the-check-attribute-1, r=oli-obk | Mazdak Farrokhzad | -19/+26 |
| 2019-01-15 | Change from _ to None | Yuki Okushi | -1/+1 |
| 2019-01-15 | Restore error message | Yuki Okushi | -2/+3 |
| 2019-01-15 | Make UnsafeCode EarlyLintPass | Yuki Okushi | -22/+20 |
| 2019-01-15 | Run lint for unsafe on the ast | Yuki Okushi | -1/+1 |
| 2019-01-14 | Rollup merge of #57570 - Xanewok:querify-some, r=Zoxc | Mazdak Farrokhzad | -2/+2 |