summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
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-3/+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-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-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-6/+14
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-07-27Use doc comments from 'pub use' statementsAaron Hill-6/+14
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-1/+1
2019-07-01Convert more usages overChris Gregory-1/+1
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-57/+54
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-68/+2
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-17remove _by_hir_id if there is no NodeId counterpartljedrz-5/+5
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-11rustdoc: deny(unused_lifetimes).Eduard-Mihai Burtescu-5/+5
2019-06-07Fix slice const generic length displayGuillaume Gomez-1/+4
2019-06-05Addressed points raised in review.Niko Matsakis-11/+47
2019-06-05Addressed points raised in review.Alexander Regueiro-1/+1
2019-06-05Implemented for traits (associated type definitions).Alexander Regueiro-1/+4
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-10/+10
2019-06-03rustc: remove `HirId` from `ArgSource::AsyncFn`David Wood-2/+1
2019-06-03rustc: async fn drop order lowering in HIRDavid Wood-1/+2
2019-05-28Use proper const printing in rustdocvarkor-4/+1
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-16/+16
2019-05-25Don't use `ty::Const` without immediately interningOliver Scherer-2/+6
2019-05-25Reuse the pretty printing architecture for printing of constantsOliver Scherer-2/+1
2019-05-23Update GenericPredicates queriesJohn Kåre Alsaker-2/+1
2019-05-23Update item_childrenJohn Kåre Alsaker-1/+1
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-10/+7
2019-05-21Remove impls for `InternedString`/string equality.Nicholas Nethercote-1/+1
2019-05-20Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obkMazdak Farrokhzad-0/+7