summary refs log tree commit diff
path: root/src/librustdoc/visit_ast.rs
AgeCommit message (Expand)AuthorLines
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
2018-11-28rustdoc: Fix inlining reexporting bang-macrosGeorg Semmler-0/+4
2018-10-19Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hackOliver Scherer-2/+2
2018-09-26add derive macros' helper attributes to doc outputQuietMisdreavus-0/+16
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-15/+51
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-2/+5
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-3/+3
2018-09-13introduce SelfCtorF001-1/+1
2018-08-27Rename hir::map::NodeKind to hir::Nodevarkor-4/+4
2018-08-27Remove path prefixes from NodeKindvarkor-4/+4
2018-08-27Rename hir::map::Node to hir::map::NodeKindvarkor-3/+3
2018-08-22Replace TyForeign with ForeignTyvarkor-1/+1
2018-08-22Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}varkor-1/+1
2018-08-22Remove Ty prefix from Ty{Foreign|Param}varkor-1/+1
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-03Store concrete crate stores where possibleMark Rousskov-4/+6
2018-07-30Fix Alias intra doc ICEGuillaume Gomez-2/+2
2018-07-23Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavusbors-5/+1
2018-07-18Implement existential typesOliver Schneider-3/+13
2018-07-16ItemKindcsmoe-18/+18
2018-07-13Misc rustdoc changesbjorn3-5/+1
2018-07-10rustdoc: Hide struct and enum variant constructor importsOliver Middleton-5/+7
2018-07-04Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27bors-40/+1
2018-07-01call it `hir::VisibilityKind` instead of `hir::Visibility_:*`Zack M. Davis-1/+1
2018-06-30in which hir::Visibility recalls whence it came (i.e., becomes Spanned)Zack M. Davis-7/+9
2018-06-21Parse async fn header.Without Boats-10/+4
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-0/+3