| Age | Commit message (Expand) | Author | Lines |
| 2019-05-20 | Rollup merge of #60942 - bjorn3:metadata_loader_refactor, r=michaelwoerister | Mazdak Farrokhzad | -6/+5 |
| 2019-05-18 | Misc changes to rustc_metadata | bjorn3 | -6/+5 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -4/+4 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -2/+1 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -8/+8 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -26/+27 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -29/+13 |
| 2019-05-08 | Auto merge of #60378 - froydnj:apple-target-modifications, r=michaelwoerister | bors | -2/+2 |
| 2019-05-07 | choose a more specific LLVM target on OS X when necessary | Nathan Froyd | -2/+2 |
| 2019-05-06 | Auto merge of #60337 - fabric-and-ink:hiridification, r=Zoxc | bors | -2/+2 |
| 2019-05-04 | Replace `NodeId` variant of `read` | Fabian Drinck | -2/+2 |
| 2019-05-04 | rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -1/+6 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -14/+14 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -37/+36 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -29/+35 |
| 2019-05-01 | Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 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 variances_of | John Kåre Alsaker | -1/+1 |
| 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 |