| Age | Commit message (Expand) | Author | Lines |
| 2019-03-30 | Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,... | Mazdak Farrokhzad | -2/+7 |
| 2019-03-28 | Implement `#[non_exhaustive]` on variants. | David Wood | -2/+7 |
| 2019-03-28 | Rollup merge of #59413 - Zoxc:hirid, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-03-28 | Rollup merge of #58581 - varkor:const-generics-encoder-refactor, r=eddyb | Mazdak Farrokhzad | -41/+32 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -1/+1 |
| 2019-03-24 | Remove `VariantDef::parent_did` | Vadim Petrochenkov | -12/+9 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -24/+78 |
| 2019-03-14 | Add `EntryKind::TypeParam` and `EntryKind::ConstParam` | varkor | -20/+35 |
| 2019-03-13 | Rename encode_info_for_generic_param to encode_info_for_ty_in_generic_param | varkor | -3/+3 |
| 2019-03-13 | Refactor generic parameter encoder functions | varkor | -42/+18 |
| 2019-03-08 | Auto merge of #58915 - ljedrz:deprecate_nodeid_methods, r=Zoxc | bors | -8/+7 |
| 2019-03-07 | hir: remove some obsolete NodeId methods | ljedrz | -2/+2 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -1/+1 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -7/+6 |
| 2019-03-05 | Encode proc macro stability | John Kåre Alsaker | -1/+5 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -2/+2 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -15/+13 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -3/+6 |
| 2019-03-01 | hir: remove NodeId from AnonConst | ljedrz | -2/+2 |
| 2019-02-24 | hir: remove NodeId from Expr | ljedrz | -1/+1 |
| 2019-02-24 | hir: remove NodeId from MacroDef | ljedrz | -2/+2 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -2/+2 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-15 | Take Const into account in HIR | varkor | -0/+28 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-02-11 | Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc | bors | -1/+1 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -1/+1 |
| 2019-02-08 | librustc_metadata => 2018 | Taiki Endo | -5/+6 |
| 2019-02-05 | typeck: partially HirIdify | ljedrz | -1/+1 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-01-19 | Rollup merge of #57502 - nikomatsakis:fix-trait-alias-1b, r=nikomatsakis | Mazdak Farrokhzad | -4/+13 |
| 2019-01-13 | Querify local plugin_registrar_fn | Igor Matuszewski | -4/+1 |
| 2019-01-13 | Querify local proc_macro_decls_static | Igor Matuszewski | -2/+2 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -4/+13 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-08 | Auto merge of #56616 - estebank:issue-56539, r=davidtwco | bors | -2/+2 |
| 2018-12-07 | Encode `TraitAlias` as if they were `Trait` | Esteban Küber | -2/+2 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -42/+42 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -2/+2 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -4/+5 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-10-26 | Auto merge of #54626 - alexcrichton:dwarf-generics, r=michaelwoerister | bors | -24/+18 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -1/+1 |
| 2018-09-27 | rustc: Tweak filenames encoded into metadata | Alex Crichton | -24/+18 |
| 2018-09-19 | Add an is_marker flag to TraitDef | Scott McMurray | -0/+1 |
| 2018-09-11 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed emit_nil to emit_unit" | kenta7777 | -1/+1 |
| 2018-09-10 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+2 |