| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+1 |
| 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 | -42/+39 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -1/+1 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -3/+2 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -3/+3 |
| 2019-03-24 | Revert changes to creation of fictive constructors for struct variants | Vadim Petrochenkov | -8/+10 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -2/+2 |
| 2019-03-24 | Remove `VariantDef::parent_did` | Vadim Petrochenkov | -12/+9 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -60/+127 |
| 2019-03-23 | Fix rebase | Esteban Küber | -1/+1 |
| 2019-03-23 | Swap primary/secondary spans for E0458 | Esteban Küber | -2/+3 |
| 2019-03-22 | Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov | Mazdak Farrokhzad | -1/+2 |
| 2019-03-20 | Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton | bors | -25/+27 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -1/+2 |
| 2019-03-16 | Refactor away `NestedMetaItemKind` | Vadim Petrochenkov | -1/+1 |
| 2019-03-14 | Add `EntryKind::TypeParam` and `EntryKind::ConstParam` | varkor | -21/+42 |
| 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-08 | Auto merge of #58903 - estebank:forgetful-delims, r=petrochenkov | bors | -2/+2 |
| 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-06 | Emit missing unclosed delimiter errors | Esteban Küber | -2/+2 |
| 2019-03-05 | Move locate_ctxt back | John Kåre Alsaker | -21/+21 |
| 2019-03-05 | Encode proc macro stability | John Kåre Alsaker | -2/+7 |
| 2019-03-05 | Allow linking to a proc macro on the target in metadata and still use a host ... | John Kåre Alsaker | -56/+119 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -2/+2 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -19/+17 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -4/+7 |
| 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 | -3/+3 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -2/+2 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -0/+28 |
| 2019-02-16 | Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapin | kennytm | -1/+0 |
| 2019-02-15 | Take Const into account in HIR | varkor | -0/+28 |
| 2019-02-14 | Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Convert old doc links to current edition | Lzu Tao | -1/+1 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -13/+13 |
| 2019-02-11 | Use `Rc<[Symbol]>` instead of `Vec<Symbol>` to reduce # of allocs | Oliver Scherer | -3/+3 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -2/+4 |
| 2019-02-11 | Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxc | bors | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -13/+13 |