| Age | Commit message (Expand) | Author | Lines |
| 2019-02-27 | Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkor | Mazdak Farrokhzad | -5/+5 |
| 2019-02-24 | Deny `async fn` in 2015 edition | Nathan Corbyn | -5/+5 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -13/+16 |
| 2019-02-24 | hir: remove NodeId from MacroDef | ljedrz | -2/+3 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -3/+8 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -92/+89 |
| 2019-02-23 | Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-02-20 | adjust intravisit HirIdification | ljedrz | -16/+12 |
| 2019-02-20 | hir: remove parent_node from NodeCollector | ljedrz | -24/+17 |
| 2019-02-20 | hir: change HirIdValidator.hir_ids_seen to a set | ljedrz | -10/+15 |
| 2019-02-20 | hir: add and use hir_to_node_id in NodeCollector | ljedrz | -32/+34 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -73/+74 |
| 2019-02-18 | Remove `LazyTokenStream`. | Nicholas Nethercote | -1/+1 |
| 2019-02-15 | Take Const into account in HIR | varkor | -0/+1 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -5/+24 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -43/+41 |
| 2019-02-11 | Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc | bors | -2/+6 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -43/+41 |
| 2019-02-10 | Auto merge of #58103 - RalfJung:mir-shim-dump, r=eddyb | bors | -2/+5 |
| 2019-02-10 | Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoerister | bors | -7/+7 |
| 2019-02-09 | fix node classification | Ralf Jung | -5/+2 |
| 2019-02-09 | fix --emit=mir: StructCtors are functions | Ralf Jung | -1/+4 |
| 2019-02-09 | fix rebase fallout: AnonConsts are Consts, and Methods are functions | Ralf Jung | -1/+4 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -7/+7 |
| 2019-02-07 | Add const params to Def | varkor | -2/+7 |
| 2019-02-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -38/+38 |
| 2019-02-05 | typeck: partially HirIdify | ljedrz | -2/+6 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -38/+38 |
| 2019-02-04 | hir: more HirId methods | ljedrz | -0/+60 |
| 2019-02-03 | hir: remove Definitions::hir_to_def_index | ljedrz | -27/+5 |
| 2019-02-03 | hir: add HirId methods | ljedrz | -1/+132 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -2/+11 |
| 2019-01-19 | Rollup merge of #57689 - nnethercote:redo-hir-Stmt, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -4/+8 |
| 2019-01-17 | Make `hir::Stmt` a separate struct. | Nicholas Nethercote | -1/+1 |
| 2019-01-15 | Make privacy checking, intrinsic checking and liveness checking incremental | John Kåre Alsaker | -0/+15 |
| 2019-01-14 | Rollup merge of #57232 - Zoxc:par-collector-misc, r=michaelwoerister | Mazdak Farrokhzad | -44/+54 |
| 2019-01-14 | Auto merge of #57387 - euclio:nonstandard-style-suggestions, r=oli-obk | bors | -4/+4 |
| 2019-01-14 | Parallelize and optimize parts of HIR map creation | John Kåre Alsaker | -44/+54 |
| 2019-01-11 | Address comments | John Kåre Alsaker | -9/+6 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -0/+31 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -4/+8 |
| 2019-01-06 | use `Ident` in `ItemFn` | Andy Russell | -4/+4 |
| 2019-01-05 | Auto merge of #57230 - estebank:return-mismatch, r=varkor | bors | -1/+2 |
| 2018-12-31 | Address comments | John Kåre Alsaker | -9/+7 |
| 2018-12-31 | Group dep node data into a single structure | John Kåre Alsaker | -44/+85 |
| 2018-12-30 | Point at the return type span on type mismatch due to missing return | Esteban Küber | -1/+2 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -9/+9 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -60/+0 |