rust/src/librustdoc
Mazdak Farrokhzad f6673a4e7c
Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus
rustdoc: move collapse and unindent docs passes earlier

Moves these passes as early as possible so later passes will see the same markdown that is passed to the test collector.

Fixes #58473, and a similar issue with the private-doc-tests lint.

r? @QuietMisdreavus
2019-02-27 13:32:18 +01:00
..
clean rename Substs to InternalSubsts 2019-02-27 00:39:13 +08:00
html Rollup merge of #58643 - GuillaumeGomez:extra-variables, r=Manishearth 2019-02-23 09:25:33 +01:00
passes Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus 2019-02-27 13:32:18 +01:00
Cargo.toml Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakis 2019-02-23 19:46:10 +00:00
config.rs merge early and late passes into single struct 2019-02-23 15:10:56 -05:00
core.rs Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus 2019-02-27 13:32:18 +01:00
doctree.rs Add trait alias support in rustdoc 2019-02-10 14:49:20 +01:00
externalfiles.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
fold.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
lib.rs merge early and late passes into single struct 2019-02-23 15:10:56 -05:00
markdown.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs hir: remove NodeId from Lifetime and Ty 2019-02-24 07:50:44 +01:00
theme.rs Remove licenses 2018-12-25 21:08:33 -07:00
visit_ast.rs doc: partially HirIdify visit_ast 2019-02-24 07:50:46 +01:00
visit_lib.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00

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