| Age | Commit message (Expand) | Author | Lines |
| 2019-03-28 | Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoerister | Mazdak Farrokhzad | -1/+1 |
| 2019-03-28 | Rollup merge of #59413 - Zoxc:hirid, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-03-26 | Combine input and eval_always query types | John Kåre Alsaker | -1/+1 |
| 2019-03-25 | Make more lints incremental | John Kåre Alsaker | -1/+2 |
| 2019-03-25 | Make some lints incremental | John Kåre Alsaker | -4/+4 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -2/+2 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -1/+1 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -2/+2 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -13/+15 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -16/+6 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -27/+50 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -14/+1 |
| 2019-03-16 | Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexreg | kennytm | -2/+4 |
| 2019-03-15 | rustc: provide DisambiguatedDefPathData in ty::print. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-03-15 | rustc: replace node_path_str with uses of def_path_str. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-03-14 | Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk | bors | -0/+1 |
| 2019-03-12 | rustc: fix ICE when trait alias has bare Self | Sean McArthur | -2/+4 |
| 2019-03-10 | hir: remove trait_auto_impl | ljedrz | -13/+0 |
| 2019-03-10 | hir: replace NodeId with HirId in trait_impls | ljedrz | -1/+1 |
| 2019-03-07 | hir: remove some obsolete NodeId methods | ljedrz | -34/+20 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -11/+11 |
| 2019-03-05 | Only insert nodes which changes lint levels in the LintLevelMap | John Kåre Alsaker | -0/+1 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -4/+4 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -2/+2 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -2/+2 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -1/+1 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -2/+2 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -2/+2 |
| 2019-03-01 | hir: remove NodeId from Local | ljedrz | -1/+1 |
| 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 |