| Age | Commit message (Expand) | Author | Lines |
| 2019-04-05 | Move match_path from DefId to lint::LateContext | flip1995 | -104/+2 |
| 2019-04-03 | Uplift match_def_path from Clippy | flip1995 | -3/+104 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -285/+394 |
| 2019-03-29 | Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2019-03-29 | Rename `type_parameters` to `generics` and so on | varkor | -8/+8 |
| 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 | -59/+84 |
| 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 | Allocate HIR id counters on demand | John Kåre Alsaker | -18/+13 |
| 2019-03-25 | Allocate HIR id counters for use trees in MiscCollector | John Kåre Alsaker | -15/+42 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -10/+2 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -35/+38 |
| 2019-03-25 | Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov | bors | -1/+2 |
| 2019-03-24 | When moving out of a for loop head, suggest borrowing it | Esteban Küber | -1/+2 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -10/+10 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -20/+20 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -14/+16 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -16/+6 |
| 2019-03-24 | Slightly more uniform treatment of struct and variant constructors | Vadim Petrochenkov | -5/+3 |
| 2019-03-24 | Remove methods is_struct/is_tuple/is_unit from VariantData | Vadim Petrochenkov | -59/+35 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -77/+121 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -21/+6 |
| 2019-03-22 | Rollup merge of #59273 - llogiq:hir-docs, r=matthewjasper | Mazdak Farrokhzad | -1/+12 |
| 2019-03-22 | Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov | Mazdak Farrokhzad | -3/+4 |
| 2019-03-19 | review comments | Esteban Küber | -1/+1 |
| 2019-03-19 | Update src/librustc/hir/mod.rs | Mazdak Farrokhzad | -1/+1 |
| 2019-03-18 | Rename typarams to param_names | varkor | -2/+2 |
| 2019-03-18 | some small HIR doc improvements | Andre Bogus | -1/+12 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -3/+4 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -10/+2 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -2/+2 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -4/+4 |
| 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-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-14 | Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk | bors | -0/+1 |
| 2019-03-13 | Add missing project attributes | John Kåre Alsaker | -0/+2 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -92/+114 |
| 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 | -17/+0 |
| 2019-03-10 | hir: replace NodeId with HirId in trait_impls | ljedrz | -4/+6 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -10/+4 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -8/+8 |
| 2019-03-08 | Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc | bors | -88/+52 |
| 2019-03-07 | hir: remove some obsolete NodeId methods | ljedrz | -34/+20 |
| 2019-03-07 | hir: remove Visitor::visit_def_mention | ljedrz | -20/+1 |
| 2019-03-07 | hir: replace NodeId with HirId in Destination | ljedrz | -4/+9 |