| Age | Commit message (Expand) | Author | Lines |
| 2019-05-04 | Remove obsolete comment | Fabian Drinck | -9/+0 |
| 2019-05-04 | Rollup merge of #60527 - davidtwco:issue-60518, r=cramertj | Mazdak Farrokhzad | -1/+3 |
| 2019-05-04 | rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns. | Eduard-Mihai Burtescu | -10/+10 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into ValueNs. | Eduard-Mihai Burtescu | -10/+2 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -43/+9 |
| 2019-05-03 | Fix async fn lowering ICE with APIT. | David Wood | -1/+3 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -19/+8 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -51/+42 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -4/+9 |
| 2019-04-29 | Account for const fns to avoid incorrect suggestions | Esteban Küber | -0/+8 |
| 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-04-13 | Replaced linear token counting macros with optimized implementation | Tobia | -2/+10 |
| 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 |