| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -3/+5 |
| 2019-04-16 | Rollup merge of #59993 - euclio:unused-ref-field, r=estebank | Mazdak Farrokhzad | -5/+12 |
| 2019-04-15 | include mode in unused binding suggestion span | Andy Russell | -5/+12 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -5/+4 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -6/+0 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -1/+14 |
| 2019-03-07 | hir: replace NodeId with HirId in Destination | ljedrz | -9/+7 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -2/+1 |
| 2019-03-06 | Make misc checking 2 more parallel | John Kåre Alsaker | -6/+0 |
| 2019-03-02 | Suggest appropriate code for unused field when desrtucturing patttern | Esteban Küber | -1/+14 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -17/+19 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -2/+3 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -4/+4 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -28/+28 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -1/+0 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -12/+12 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -1/+0 |
| 2019-01-29 | Add an ensure() method to TyCtxt used to ensure queries are run | John Kåre Alsaker | -2/+2 |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -34/+50 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -5/+9 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -34/+19 |
| 2019-01-19 | Auto merge of #57253 - Zoxc:incr-passes2, r=michaelwoerister | bors | -2/+17 |
| 2019-01-17 | Remove `hir::StmtKind::Decl`. | Nicholas Nethercote | -33/+18 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -2/+2 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -2/+17 |
| 2019-01-03 | Cleanup | Shotaro Yamada | -19/+1 |
| 2019-01-03 | Fix unused_assignments false positive | Shotaro Yamada | -5/+6 |
| 2018-12-27 | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end | Vadim Petrochenkov | -2/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -4/+4 |
| 2018-12-16 | Rollup merge of #56439 - JohnGinger:master, r=nikomatsakis | Mazdak Farrokhzad | -4/+8 |
| 2018-12-11 | Update tests | varkor | -2/+2 |
| 2018-12-11 | Make liveness analysis respect privacy | varkor | -2/+4 |
| 2018-12-11 | Make uninhabitedness checking more intelligent | varkor | -2/+2 |
| 2018-12-11 | Check for uninhabitedness instead of never | varkor | -4/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Change to give a help message | John Ginger | -6/+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 | -12/+12 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -1/+1 |
| 2018-12-02 | Fix line length | John Ginger | -2/+4 |
| 2018-12-02 | Clearer error message for dead assign | John Ginger | -2/+2 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -6/+6 |
| 2018-10-06 | rustc/middle: whitespace & formatting fixes | ljedrz | -252/+246 |
| 2018-10-06 | rustc/middle: improve allocations | ljedrz | -3/+5 |
| 2018-10-06 | rustc/middle: improve some patterns | ljedrz | -31/+19 |