rust/src/librustdoc
Daniel Silverstone c24a099e8b
rustdoc: Resolve module-level doc references more locally
Module level docs should resolve intra-doc links as locally as
possible.  As such, this commit alters the heuristic for finding
intra-doc links such that we attempt to resolve names mentioned
in *inner* documentation comments within the (sub-)module rather
that from the context of its parent.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2019-10-31 07:49:54 +00:00
..
clean rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
html Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPC 2019-10-29 12:01:37 -07:00
passes rustdoc: Resolve module-level doc references more locally 2019-10-31 07:49:54 +00:00
test Separate librustcdoc module 2019-06-16 14:17:01 +03:00
theme librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
Cargo.toml Rebase rustc-rayon on rayon-1.2 2019-10-07 13:20:17 -07:00
config.rs Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27 2019-10-21 01:39:11 +02:00
core.rs Turn crate store into a resolver output 2019-10-24 20:54:16 +03:00
docfs.rs Better handling of the sender channel part in rustdoc file writing 2019-06-21 12:00:49 +02:00
doctree.rs rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
externalfiles.rs Reduce nesting in externalfiles implementation 2019-08-11 10:47:58 -04:00
fold.rs Remove ReentrantMutex 2019-08-11 10:36:46 -04:00
lib.rs move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
markdown.rs Rollup merge of #64072 - limira:patch-1, r=ollie27 2019-09-11 02:38:04 +02:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakis 2019-10-23 22:19:10 +02:00
theme.rs librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
visit_ast.rs rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
visit_lib.rs Mutate DocContext from LibEmbargoVisitor and RustdocVisitor 2019-08-26 18:51:34 -04:00

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