| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -159/+146 |
| 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 | -62/+65 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+2 |
| 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 | -9/+13 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -15/+20 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -13/+1 |
| 2019-03-16 | Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexreg | kennytm | -2/+4 |
| 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 | -12/+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 | -1/+1 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -1/+1 |
| 2019-03-01 | hir: remove NodeId from ImplItem | ljedrz | -1/+1 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -1/+1 |
| 2019-03-01 | hir: remove NodeId from Local | ljedrz | -1/+1 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -2/+5 |
| 2019-02-24 | hir: remove NodeId from MacroDef | ljedrz | -1/+1 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -3/+8 |
| 2019-02-20 | hir: add and use hir_to_node_id in NodeCollector | ljedrz | -7/+7 |
| 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 | -13/+11 |
| 2019-02-11 | Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc | bors | -2/+6 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -13/+11 |
| 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-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -12/+12 |
| 2019-02-05 | typeck: partially HirIdify | ljedrz | -2/+6 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -12/+12 |
| 2019-02-04 | hir: more HirId methods | ljedrz | -0/+60 |
| 2019-02-03 | hir: remove Definitions::hir_to_def_index | ljedrz | -3/+4 |