| Age | Commit message (Expand) | Author | Lines |
| 2019-05-21 | Remove impls for `InternedString`/string equality. | Nicholas Nethercote | -6/+7 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -2/+2 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -4/+2 |
| 2019-05-04 | rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -12/+12 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -36/+35 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -29/+35 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+2 |
| 2019-04-21 | Introduce query `static_mutability` | Vadim Petrochenkov | -0/+10 |
| 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 | -1/+1 |
| 2019-03-28 | Rollup merge of #58581 - varkor:const-generics-encoder-refactor, r=eddyb | Mazdak Farrokhzad | -0/+2 |
| 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 | Separate variant id and variant constructor id. | David Wood | -30/+38 |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -1/+2 |
| 2019-03-14 | Add `EntryKind::TypeParam` and `EntryKind::ConstParam` | varkor | -0/+2 |
| 2019-03-05 | Encode proc macro stability | John Kåre Alsaker | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-08 | librustc_metadata => 2018 | Taiki Endo | -3/+4 |
| 2019-01-22 | Fix some cross crate existential type ICEs | Oliver Scherer | -0/+3 |
| 2019-01-10 | integrate trait aliases into def-paths / metadata | Niko Matsakis | -16/+30 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -1/+1 |
| 2018-10-31 | Make `-Z ls` list the actual filename of external dependencies | Aidan Hobson Sayers | -1/+1 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -1/+1 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -2/+2 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -0/+1 |
| 2018-09-22 | avoid loading constructor attributes in AdtDef decoding | Ariel Ben-Yehuda | -2/+6 |
| 2018-09-19 | Add an is_marker flag to TraitDef | Scott McMurray | -0/+1 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -2/+2 |
| 2018-09-15 | avoid leaking host details in proc macro metadata decoding | Ariel Ben-Yehuda | -18/+53 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -10/+18 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -10/+18 |
| 2018-08-26 | create a valid DefIdTable for proc macro crates | Ariel Ben-Yehuda | -22/+45 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -1/+1 |
| 2018-08-19 | fix tidy errors | Donato Sciarra | -2/+4 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -19/+19 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -32/+32 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -11/+11 |