rust/src/librustdoc
bors b5ba5923f8 Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichton
rustdoc: Fix the strip-hidden `ImplStripper`

Instead of stripping impls which reference *stripped* items, we keep impls which reference *retained* items. We do this because when we strip an item we immediately return, and do not recurse into it - leaving the contained items non-stripped from the point of view of the `ImplStripper`.

fixes #33069

r? @alexcrichton
2016-04-21 10:52:15 -07:00
..
clean Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton 2016-04-19 05:00:10 -07:00
html Auto merge of #33002 - mitaa:rdoc-cross-impls, r=alexcrichton 2016-04-19 05:00:10 -07:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
core.rs Reachability check cross-crate links 2016-04-18 01:56:01 +02:00
doctree.rs rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
externalfiles.rs try! -> ? 2016-03-22 22:01:37 -05:00
flock.rs Rename sunos to solaris 2016-01-31 19:01:30 +03:00
fold.rs Make the rendering process less pass-aware 2016-04-02 12:00:55 +02:00
lib.rs Perform doc-reachability check for inlined impls 2016-04-18 01:55:54 +02:00
markdown.rs Don't initialize id-map when rendering md files 2016-03-27 00:21:01 +01:00
passes.rs Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichton 2016-04-21 10:52:15 -07:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs Reachability check cross-crate links 2016-04-18 01:56:01 +02:00
visit_ast.rs Perform doc-reachability check for inlined impls 2016-04-18 01:55:54 +02:00
visit_lib.rs Reachability check cross-crate links 2016-04-18 01:56:01 +02:00