summary refs log tree commit diff
path: root/src/librustdoc/visit_ast.rs
AgeCommit message (Expand)AuthorLines
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-2/+2
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-1/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-2/+2
2019-08-26Mutate DocContext from LibEmbargoVisitor and RustdocVisitorMark Rousskov-4/+4
2019-08-14Merge Variant and Variant_Caio-4/+4
2019-08-11Use entry API in store_pathMark Rousskov-6/+2
2019-08-11Remove crate_name from DocContextMark Rousskov-5/+6
2019-08-11Move def_id_to_path to use site in visit_astMark Rousskov-1/+18
2019-08-10Remove NodeId from doctree::ModuleMark Rousskov-2/+1
2019-08-10Gather deprecation information during cleaningMark Rousskov-22/+0
2019-08-10Gather stability information during cleaningMark Rousskov-22/+2
2019-08-10Make exact_paths a non-optional field on RustdocVisitorMark Rousskov-12/+11
2019-08-10Represent ownership transfer in RustdocVisitor::visitMark Rousskov-1/+1
2019-08-10Make fields of RustdocVisitor privateMark Rousskov-10/+4
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-1/+1
2019-08-02Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`varkor-2/+2
2019-08-02Replace "existential" by "opaque"varkor-3/+3
2019-07-23Normalize use of backticks in compiler messages for docSamy Kacimi-5/+5
2019-07-11Remove `MacroKind::ProcMacroStub`Vadim Petrochenkov-5/+2
2019-07-04rename hir::map::opt_local_def_id*ljedrz-2/+2
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-3/+3
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-19rustc: disallow cloning HIR nodes.Eduard-Mihai Burtescu-120/+123
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-5/+5
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-12/+14
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-25/+25
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-10/+11
2019-04-24doc: some HirIdificationljedrz-10/+10
2019-03-25hir: replace NodeId with HirId in ItemIdljedrz-2/+2
2019-03-24Separate variant id and variant constructor id.David Wood-4/+5
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-3/+4
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-6/+6
2019-03-02hir: remove NodeId from Itemljedrz-18/+18
2019-03-02hir: remove NodeId from ForeignItemljedrz-1/+1
2019-02-24doc: partially HirIdify visit_astljedrz-37/+38
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-5/+6
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-10Add trait alias support in rustdocGuillaume Gomez-2/+13
2019-02-01don't try to get a DefId for a Def that doesn't have oneQuietMisdreavus-3/+4
2018-12-26Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.Alexander Regueiro-20/+20
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-19Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelixPietro Albini-5/+5
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-5/+5
2018-12-08rustdoc: Fix local reexports of proc macrosOliver Middleton-3/+4
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-25/+22
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-15/+15
2018-12-04Allow renaming macroGeorg Semmler-4/+8