| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -175/+160 |
| 2019-04-24 | hir: make NodeId methods depend on HirId ones | ljedrz | -118/+102 |
| 2019-04-24 | hir: remove NodeId from Entry & simplify Map | ljedrz | -78/+79 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -12/+27 |
| 2019-04-21 | Move `async fn` arguments into closure. | David Wood | -10/+24 |
| 2019-04-21 | Add `AsyncArgument` to AST. | David Wood | -3/+4 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+2 |
| 2019-04-20 | Refactor some existing methods | varkor | -15/+3 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -3/+2 |
| 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 |