summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2019-08-11Use a HashSet instead of VecMark Rousskov-5/+3
2019-08-11Don't store all traits in DocContextMark Rousskov-1/+2
2019-08-11Store typed PassesMark Rousskov-0/+2
2019-08-11Replace Arc with Rc around external_traitsMark Rousskov-1/+1
2019-08-11Remove ReentrantMutexMark Rousskov-7/+3
2019-08-11Remove crate_name from DocContextMark Rousskov-4/+1
2019-08-11Move def_id_to_path to use site in visit_astMark Rousskov-19/+1
2019-08-10Implement Clean<Crate> on hir::Crate directlyMark Rousskov-5/+7
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-6/+4
2019-08-10Remove NodeId from doctree::ModuleMark Rousskov-3/+3
2019-08-10Gather deprecation information during cleaningMark Rousskov-16/+16
2019-08-10Gather stability information during cleaningMark Rousskov-16/+16
2019-08-10Represent ownership transfer in RustdocVisitor::visitMark Rousskov-2/+4
2019-08-10Make fields of RustdocVisitor privateMark Rousskov-3/+3
2019-08-05Drop explicit span argument from mk_name_value_itemMark Rousskov-1/+0
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-1/+1
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-1/+1
2019-08-04Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomezbors-21/+57
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-11/+11
2019-08-02Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`varkor-2/+2
2019-08-02Replace "existential" by "opaque"varkor-9/+9
2019-08-02librustdoc: Unconfigure tests during normal buildVadim Petrochenkov-417/+416
2019-07-27Use doc comments from 'pub use' statementsAaron Hill-21/+57
2019-07-23Normalize use of backticks in compiler messages for docSamy Kacimi-2/+2
2019-07-11Remove `MacroKind::ProcMacroStub`Vadim Petrochenkov-1/+0
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-30/+31
2019-07-05Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichtonMazdak Farrokhzad-5/+5
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-27/+27
2019-07-04rename hir::map::local_def_id to local_def_id_from_node_idljedrz-3/+4
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-2/+2
2019-07-01Convert more usages overChris Gregory-2/+2
2019-07-01rustc: use a separate copy of P for HIR than for AST.Eduard-Mihai Burtescu-1/+1
2019-07-01Remove needless lifetimesJeremy Stucki-5/+5
2019-06-26remove unused derives and variantsAndy Russell-58/+55
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-71/+3
2019-06-19rustc: disallow cloning HIR nodes.Eduard-Mihai Burtescu-53/+40
2019-06-19rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.Eduard-Mihai Burtescu-3/+4
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-9/+3
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-7/+7
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-14/+14
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-7/+7
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-06-11Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centrilbors-1/+1
2019-06-11rustdoc: deny(unused_lifetimes).Eduard-Mihai Burtescu-6/+6
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-1/+1
2019-06-07Fix slice const generic length displayGuillaume Gomez-1/+4
2019-06-05Addressed points raised in review.Niko Matsakis-13/+53
2019-06-05Addressed points raised in review.Alexander Regueiro-1/+1
2019-06-05Implemented for traits (associated type definitions).Alexander Regueiro-1/+4