rust/src/test/rustdoc
bors 1a942f60f0 Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichton
rustdoc: Fix redirect pages for renamed reexports

We need to use the name of the target not the name of the current item
when creating the link.

An example in `std` is [`std::sys::ext`](https://doc.rust-lang.org/nightly/std/sys/ext/index.html).
2016-06-14 17:11:05 -07:00
..
auxiliary s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
duplicate_impls Only record the same impl once 2016-04-22 19:10:30 +02:00
inline_cross rustdoc: Don't inline #[doc(hidden)] pub use 2016-06-11 23:00:42 +01:00
inline_local rustdoc: Don't inline #[doc(hidden)] pub use 2016-06-11 23:00:42 +01:00
src-links Add compiletest-ignore-dir to existing subdirectories. 2016-02-24 18:40:39 -05:00
assoc-consts.rs
assoc-types.rs
cap-lints.rs
default-impl.rs
deprecated.rs
escape-rust-expr.rs rustdoc: HTML-escape Rust code (from constants) 2016-05-03 13:31:29 +02:00
extern-default-method.rs
extern-impl.rs rustdoc: Render extern fn instead of extern "C" fn 2016-04-27 18:43:51 +01:00
extern-method.rs
ffi.rs rustdoc: Render extern fn instead of extern "C" fn 2016-04-27 18:43:51 +01:00
hidden-line.rs
impl-parts-crosscrate.rs
impl-parts.rs
inline-default-methods.rs
issue-12834.rs Make some fatal lexer errors recoverable 2016-04-27 20:48:18 +02:00
issue-13698.rs
issue-15169.rs
issue-15318-2.rs
issue-15318-3.rs
issue-15318.rs
issue-15347.rs Split out rustdoc pass to strip private imports 2016-03-06 08:18:58 +01:00
issue-16019.rs
issue-16265-1.rs
issue-16265-2.rs
issue-17476.rs
issue-18199.rs
issue-19055.rs
issue-19190-2.rs
issue-19190-3.rs
issue-19190.rs
issue-20175.rs
issue-20646.rs
issue-20727-2.rs
issue-20727-3.rs
issue-20727-4.rs
issue-20727.rs
issue-21092.rs
issue-21474.rs
issue-21801.rs
issue-22025.rs
issue-22038.rs rustdoc: Render extern fn instead of extern "C" fn 2016-04-27 18:43:51 +01:00
issue-23106.rs
issue-23207.rs
issue-23511.rs
issue-23744.rs
issue-23812.rs
issue-25001.rs Adjust rustdoc test for new restriction 2016-03-11 15:22:07 -08:00
issue-25944.rs rustdoc: remove artificial indentation of doctest code 2016-05-09 22:46:40 +02:00
issue-26606.rs Omit src-links for items from extern macros 2016-02-12 22:45:17 +01:00
issue-26995.rs Fix source-links for files with absolute-paths 2016-02-24 19:43:02 +01:00
issue-27104.rs Split out rustdoc pass to strip private imports 2016-03-06 08:18:58 +01:00
issue-27362.rs Ignore a rustdoc test that does not work on beta 2016-03-03 00:40:34 +00:00
issue-27759.rs
issue-27862.rs
issue-28478.rs Linkify associated types and constants 2016-03-27 00:21:00 +01:00
issue-28927.rs
issue-29449.rs
issue-29503.rs rustdoc: do not strip blanket impls in crate of origin 2016-05-09 16:50:47 +02:00
issue-29584.rs Don't inline impls from doc(hidden) modules 2016-02-26 15:56:46 +01:00
issue-30109.rs
issue-30252.rs
issue-30366.rs Shorten docstrings after Markdown rendering 2016-02-12 14:12:27 +01:00
issue-31808.rs Don't show associated consts from trait impls 2016-02-23 21:47:13 +01:00
issue-31899.rs Clearly separate code blocks from other blocks 2016-02-27 06:42:21 +01:00
issue-32374.rs show unstable status for deprecated items 2016-04-22 23:35:48 -04:00
issue-32395.rs Load struct-variant data correctly from metadata 2016-03-27 00:21:00 +01:00
issue-32890.rs rustdoc: Disambiguate anchors for assoc item impls 2016-04-17 21:41:55 -04:00
issue-33069.rs Fix the strip-hidden ImplStripper 2016-04-18 17:32:00 +02:00
issue-33178-1.rs Linkify extern crates on rustdoc pages 2016-04-25 11:26:33 +02:00
issue-33178.rs Linkify extern crates on rustdoc pages 2016-04-25 11:26:33 +02:00
issue-33302.rs rustdoc: fix inserting source code spans for constant values 2016-05-03 13:09:42 +02:00
issue-33592.rs rustdoc: Fix missing type parameters on impls 2016-05-12 20:08:33 +01:00
issue-34025.rs rustdoc: Don't generate empty files for stripped items 2016-06-02 17:49:53 +01:00
macros.rs
manual_impl.rs Update tests 2016-05-20 17:44:31 +05:30
must-use.rs
negative-impl.rs
no-run-still-checks-lints.rs rustdoc: Fix testing no_run code blocks 2016-04-11 09:26:59 -07:00
recursion1.rs Remove feature(globs) since they are stable 2016-03-10 03:29:55 +01:00
recursion2.rs Remove feature(globs) since they are stable 2016-03-10 03:29:55 +01:00
recursion3.rs Remove feature(globs) since they are stable 2016-03-10 03:29:55 +01:00
redirect-const.rs rustdoc: Fix generating redirect pages for statics and consts 2016-06-03 22:59:45 +01:00
redirect-rename.rs rustdoc: Fix redirect pages for renamed reexports 2016-06-14 15:24:06 +01:00
redirect.rs Make the rendering process less pass-aware 2016-04-02 12:00:55 +02:00
search-index.rs
smoke.rs
src-links.rs
structfields.rs Refactor HiddenStructField into StrippedItem 2016-04-02 13:47:05 +02:00
trait-self-link.rs Add a test 2016-04-06 01:24:49 +09:00
tuples.rs
variadic.rs rustdoc: Render extern fn instead of extern "C" fn 2016-04-27 18:43:51 +01:00
viewpath-rename.rs
viewpath-self.rs
where.rs