rust/src/librustdoc
Joshua Nelson 03d8be0896 Separate private_intra_doc_links and broken_intra_doc_links into separate lints
This is not ideal because it means `deny(broken_intra_doc_links)` will
no longer `deny(private_intra_doc_links)`. However, it can't be fixed
with a new lint group, because `broken` is already in the `rustdoc` lint
group; there would need to be a way to nest groups somehow.

This also removes the early `return` so that the link will be generated
even though it gives a warning.
2020-09-27 09:58:29 -04:00
..
clean Rename whence to span 2020-09-25 14:59:00 -07:00
doctest Rename rustdoc/test -> rustdoc/doctest 2020-08-27 18:21:25 +02:00
formats rustdoc: do not use plain summary for trait impls 2020-08-30 12:02:18 -04:00
html Use theme-adaptive SVG favicon from other Rust sites 2020-09-23 21:31:27 -04:00
json Update driver to add json backend 2020-07-30 14:13:51 -05:00
passes Separate private_intra_doc_links and broken_intra_doc_links into separate lints 2020-09-27 09:58:29 -04:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Upgrade to pulldown-cmark 0.8.0 2020-09-13 20:15:01 -04:00
config.rs Fix strings indent 2020-08-31 13:16:50 +02:00
core.rs Fix strings indent 2020-08-31 13:16:50 +02:00
docfs.rs fix clippy::unit_arg: make it explicit that Ok(()) is being returned 2020-08-07 22:47:32 +02:00
doctest.rs Rename rustdoc/test -> rustdoc/doctest 2020-08-27 18:21:25 +02:00
doctree.rs Rename whence to span 2020-09-25 14:59:00 -07:00
error.rs Move Error and RenderInfo out of html module 2020-07-27 16:00:38 -05:00
externalfiles.rs rustdoc: Rename internal API fns to into_string 2020-07-15 10:55:40 +00:00
fold.rs rustdoc: Fix intra-doc links for cross-crate re-exports of traits 2020-08-29 17:21:26 -04:00
lib.rs Add a comment why rustdoc loads crates from the sysroot 2020-09-15 08:40:10 -04:00
markdown.rs Rename rustdoc/test -> rustdoc/doctest 2020-08-27 18:21:25 +02:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
theme.rs Expand and remove try_something macro. 2020-04-02 19:55:56 +02:00
visit_ast.rs Rename whence to span 2020-09-25 14:59:00 -07:00
visit_lib.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00

For more information about how librustdoc works, see the rustc dev guide.