| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | Use a HashSet instead of Vec | Mark Rousskov | -5/+3 |
| 2019-08-11 | Don't store all traits in DocContext | Mark Rousskov | -1/+2 |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -0/+2 |
| 2019-08-11 | Replace Arc with Rc around external_traits | Mark Rousskov | -1/+1 |
| 2019-08-11 | Remove ReentrantMutex | Mark Rousskov | -7/+3 |
| 2019-08-11 | Remove crate_name from DocContext | Mark Rousskov | -4/+1 |
| 2019-08-11 | Move def_id_to_path to use site in visit_ast | Mark Rousskov | -19/+1 |
| 2019-08-10 | Implement Clean<Crate> on hir::Crate directly | Mark Rousskov | -5/+7 |
| 2019-08-10 | Replace is_doc_reachable with is_public | Mark Rousskov | -6/+4 |
| 2019-08-10 | Remove NodeId from doctree::Module | Mark Rousskov | -3/+3 |
| 2019-08-10 | Gather deprecation information during cleaning | Mark Rousskov | -16/+16 |
| 2019-08-10 | Gather stability information during cleaning | Mark Rousskov | -16/+16 |
| 2019-08-10 | Represent ownership transfer in RustdocVisitor::visit | Mark Rousskov | -2/+4 |
| 2019-08-10 | Make fields of RustdocVisitor private | Mark Rousskov | -3/+3 |
| 2019-08-05 | Drop explicit span argument from mk_name_value_item | Mark Rousskov | -1/+0 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -1/+1 |
| 2019-08-04 | Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez | bors | -21/+57 |
| 2019-08-03 | Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centril | bors | -11/+11 |
| 2019-08-02 | Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy` | varkor | -2/+2 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -9/+9 |
| 2019-08-02 | librustdoc: Unconfigure tests during normal build | Vadim Petrochenkov | -417/+416 |
| 2019-07-27 | Use doc comments from 'pub use' statements | Aaron Hill | -21/+57 |
| 2019-07-23 | Normalize use of backticks in compiler messages for doc | Samy Kacimi | -2/+2 |
| 2019-07-11 | Remove `MacroKind::ProcMacroStub` | Vadim Petrochenkov | -1/+0 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -30/+31 |
| 2019-07-05 | Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton | Mazdak Farrokhzad | -5/+5 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -27/+27 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -3/+4 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -2/+2 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -2/+2 |
| 2019-07-01 | rustc: use a separate copy of P for HIR than for AST. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-07-01 | Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 2019-06-26 | remove unused derives and variants | Andy Russell | -58/+55 |
| 2019-06-20 | rustdoc: generate implementors for all auto traits | Simonas Kazlauskas | -71/+3 |
| 2019-06-19 | rustc: disallow cloning HIR nodes. | Eduard-Mihai Burtescu | -53/+40 |
| 2019-06-19 | rustc: replace `GenericArgs::with_generic_args` hack with a plain getter. | Eduard-Mihai Burtescu | -3/+4 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -9/+3 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -7/+7 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -14/+14 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-11 | Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril | bors | -1/+1 |
| 2019-06-11 | rustdoc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -1/+1 |
| 2019-06-07 | Fix slice const generic length display | Guillaume Gomez | -1/+4 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -13/+53 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -1/+1 |
| 2019-06-05 | Implemented for traits (associated type definitions). | Alexander Regueiro | -1/+4 |