| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Fix lint findings in librustc_metadata | flip1995 | -5/+5 |
| 2019-04-27 | Auto merge of #59887 - eddyb:safer-metadata, r=Zoxc | bors | -45/+80 |
| 2019-04-25 | Update mir_const_qualif | John Kåre Alsaker | -1/+1 |
| 2019-04-21 | AST/HIR: Use `Mutability` instead of bool in foreign statics | Vadim Petrochenkov | -2/+2 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+2 |
| 2019-04-21 | Introduce query `static_mutability` | Vadim Petrochenkov | -0/+11 |
| 2019-04-18 | Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov | bors | -1/+1 |
| 2019-04-17 | Rename modules | Yuki OKUSHI | -1/+1 |
| 2019-04-17 | Rename diagnostics to error_codes | Yuki OKUSHI | -0/+0 |
| 2019-04-17 | Deny `internal` in stage0 | Mateusz Mikuła | -1/+1 |
| 2019-04-16 | rustc_metadata: more safely read/write the index positions. | Eduard-Mihai Burtescu | -45/+80 |
| 2019-04-14 | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 | bors | -10/+28 |
| 2019-04-14 | Refactor structure of ExternEntry | Aaron Hill | -18/+8 |
| 2019-04-14 | Improve formatting | Aaron Hill | -1/+0 |
| 2019-04-14 | Rollup merge of #59936 - petrochenkov:confict, r=davidtwco | Mazdak Farrokhzad | -1/+12 |
| 2019-04-14 | Address review comments | Vadim Petrochenkov | -8/+10 |
| 2019-04-14 | Fix cross-crate visibility of fictive variant constructors | Vadim Petrochenkov | -1/+10 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -4/+9 |
| 2019-04-14 | Combine 'Extern' and 'ExternPrivate' | Aaron Hill | -7/+8 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -5/+33 |
| 2019-04-11 | Clean up handling of -Zpgo-gen commandline option. | Michael Woerister | -1/+1 |
| 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 |