rust/src/test/rustdoc/auxiliary
Oliver Middleton b905464668 rustdoc: Fix methods in seach results
Currently methods from extern crates are sometimes added to the search
index when they shouldn't be or added with the original path rather than
the reexported path. This fixes that by making sure `cache().paths` only
contains local paths like the description for it states. It also fixes a
few minor issues with link rendering and redirect generation which would
point to local crate docs even if the docs for that crate hadn't been
generated.

Also a bug with methods implemented on traits which caused wrong paths and
so dead links in the search results has been fixed.
2016-07-12 12:58:06 +01:00
..
empty.rs
extern-links.rs rustdoc: Fix methods in seach results 2016-07-12 12:58:06 +01:00
inline-default-methods.rs
issue-13698.rs
issue-15318.rs
issue-17476.rs
issue-19190-3.rs
issue-20646.rs
issue-20727.rs
issue-21092.rs
issue-21801.rs
issue-22025.rs
issue-23207-1.rs
issue-23207-2.rs
issue-26606-macro.rs
issue-27362.rs
issue-28927-1.rs s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
issue-28927-2.rs
issue-29584.rs
issue-30109-1.rs
issue-34274.rs
reexp_stripped.rs
rustdoc-default-impl.rs
rustdoc-extern-default-method.rs
rustdoc-extern-method.rs
rustdoc-ffi.rs
rustdoc-impl-parts-crosscrate.rs
src-links-external.rs
variant-struct.rs