rust/src/librustdoc
Vadim Petrochenkov f923942094 resolve: Divide macro path resolution into speculative and error reporting parts
Also move macro stability checking closer to other checks performed on obtained resolutions.
Tighten the stability spans as well, it is an error to *refer* to and unstable entity in any way, not only "call" it.
2019-07-11 00:12:08 +03:00
..
clean Remove MacroKind::ProcMacroStub 2019-07-11 00:12:07 +03:00
html Remove MacroKind::ProcMacroStub 2019-07-11 00:12:07 +03:00
passes resolve: Divide macro path resolution into speculative and error reporting parts 2019-07-11 00:12:08 +03:00
test Separate librustcdoc module 2019-06-16 14:17:01 +03:00
Cargo.toml Add DocFS layer to rustdoc 2019-06-21 12:00:49 +02:00
config.rs rustdoc: set cfg(doctest) when collecting doctests 2019-07-06 21:37:17 -05:00
core.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02: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: use a separate copy of P for HIR than for AST. 2019-07-01 14:34:34 +03:00
externalfiles.rs set the default edition when pre-parsing a doctest 2019-05-06 15:20:18 -05:00
fold.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
lib.rs Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
markdown.rs Remove needless lifetimes 2019-07-01 12:15:27 +02:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Revert "implicit Option-returning doctests" 2019-07-01 16:41:37 +02:00
theme.rs Improve theme checker by removing unneeded conditions 2019-06-20 22:59:56 +02:00
visit_ast.rs Remove MacroKind::ProcMacroStub 2019-07-11 00:12:07 +03:00
visit_lib.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00

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