| Age | Commit message (Expand) | Author | Lines |
| 2019-08-10 | Gather stability information during cleaning | Mark Rousskov | -0/+6 |
| 2019-08-10 | Represent ownership transfer in RustdocVisitor::visit | Mark Rousskov | -2/+2 |
| 2019-08-10 | Remove Option from resolver | Mark Rousskov | -5/+3 |
| 2019-08-10 | Make fields of RustdocVisitor private | Mark Rousskov | -2/+2 |
| 2019-07-23 | Normalize use of backticks in compiler messages for doc | Samy Kacimi | -1/+1 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -1/+1 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -1/+1 |
| 2019-06-22 | Prefer to use `has_errors` to `err_count` | Matthew Jasper | -1/+1 |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -9/+6 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -1/+1 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-18 | Declare DefIndex with the newtype_index macro | Fabian Drinck | -1/+1 |
| 2019-05-13 | Return a `Symbol` from `name_or_empty` functions. | Nicholas Nethercote | -5/+5 |
| 2019-05-13 | Remove the equality operation between `Symbol` and strings. | Nicholas Nethercote | -2/+2 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -1/+2 |
| 2019-05-09 | cleanup: Remove `DefIndexAddressSpace` | Vadim Petrochenkov | -9/+6 |
| 2019-05-03 | rustc: use DefKind instead of Def, where possible. | Eduard-Mihai Burtescu | -8/+7 |
| 2019-04-30 | rustdoc: refactor(?) synthetic impl building. | Eduard-Mihai Burtescu | -3/+4 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -99/+3 |
| 2019-04-28 | Fix lint findings in librustdoc | flip1995 | -2/+2 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -9/+0 |
| 2019-04-24 | doc: some HirIdification | ljedrz | -9/+0 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -17/+13 |
| 2019-04-02 | Update rustdoc | Oliver Scherer | -1/+2 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -6/+6 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -3/+3 |
| 2019-03-18 | Implement const generics in `generics_to_path_params` | varkor | -2/+10 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -6/+6 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -2/+1 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -3/+3 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -131/+76 |
| 2019-03-09 | Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez | Mazdak Farrokhzad | -4/+7 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -1/+1 |
| 2019-03-07 | hir: remove NodeId from PathSegment | ljedrz | -1/+0 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -3/+12 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -1/+1 |
| 2019-03-05 | Stub rustdoc const generics implementations | varkor | -0/+3 |
| 2019-02-28 | add option to calculate documentation coverage | QuietMisdreavus | -4/+7 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -16/+17 |
| 2019-02-27 | Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus | Mazdak Farrokhzad | -3/+5 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -3/+0 |
| 2019-02-23 | merge early and late passes into single struct | Andy Russell | -3/+5 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -6/+7 |
| 2019-02-15 | Drive-by cleanup | varkor | -1/+1 |
| 2019-02-15 | Add Const kind to rustdoc | varkor | -3/+10 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -0/+2 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -5/+2 |