| Age | Commit message (Expand) | Author | Lines |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -12/+14 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -25/+25 |
| 2019-05-03 | rustc: factor most DefId-containing variants out of Def and into DefKind. | Eduard-Mihai Burtescu | -10/+11 |
| 2019-04-24 | doc: some HirIdification | ljedrz | -10/+10 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -2/+2 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -4/+5 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -3/+4 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -6/+6 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -18/+18 |
| 2019-03-02 | hir: remove NodeId from ForeignItem | ljedrz | -1/+1 |
| 2019-02-24 | doc: partially HirIdify visit_ast | ljedrz | -37/+38 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -5/+6 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-10 | Add trait alias support in rustdoc | Guillaume Gomez | -2/+13 |
| 2019-02-01 | don't try to get a DefId for a Def that doesn't have one | QuietMisdreavus | -3/+4 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -20/+20 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -5/+5 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -5/+5 |
| 2018-12-08 | rustdoc: Fix local reexports of proc macros | Oliver Middleton | -3/+4 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -25/+22 |
| 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 | -15/+15 |
| 2018-12-04 | Allow renaming macro | Georg Semmler | -4/+8 |
| 2018-11-28 | rustdoc: Fix inlining reexporting bang-macros | Georg Semmler | -0/+4 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -2/+2 |
| 2018-09-26 | add derive macros' helper attributes to doc output | QuietMisdreavus | -0/+16 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -15/+51 |
| 2018-09-20 | refactor: move `access_levels` into RenderInfo | QuietMisdreavus | -2/+5 |
| 2018-09-20 | rustdoc: collect trait impls as an early pass | QuietMisdreavus | -3/+3 |
| 2018-09-13 | introduce SelfCtor | F001 | -1/+1 |
| 2018-08-27 | Rename hir::map::NodeKind to hir::Node | varkor | -4/+4 |
| 2018-08-27 | Remove path prefixes from NodeKind | varkor | -4/+4 |
| 2018-08-27 | Rename hir::map::Node to hir::map::NodeKind | varkor | -3/+3 |
| 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 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -4/+6 |
| 2018-07-30 | Fix Alias intra doc ICE | Guillaume Gomez | -2/+2 |
| 2018-07-23 | Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus | bors | -5/+1 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -3/+13 |
| 2018-07-16 | ItemKind | csmoe | -18/+18 |
| 2018-07-13 | Misc rustdoc changes | bjorn3 | -5/+1 |
| 2018-07-10 | rustdoc: Hide struct and enum variant constructor imports | Oliver Middleton | -5/+7 |
| 2018-07-04 | Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27 | bors | -40/+1 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -1/+1 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -7/+9 |
| 2018-06-21 | Parse async fn header. | Without Boats | -10/+4 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+3 |