rust/src/librustdoc
Mazdak Farrokhzad 0b3ef24e75
Rollup merge of #67979 - Centril:hir-cleanup, r=Zoxc
Move `intravisit` => `rustc_hir` + misc cleanup

Working towards https://github.com/rust-lang/rust/issues/65031.
This should eventually enable getting rid of rustc as a dependency in various passes (e.g. lints).

cc https://github.com/rust-lang/rust/pull/67806 (this also facilitates liberating lints from tcx)
cc https://github.com/rust-lang/rust/pull/67922 (some other dep reductions)

r? @Zoxc
2020-01-09 00:22:11 +01:00
..
clean Rollup merge of #67955 - ollie27:rustdoc_cfg_dupes, r=GuillaumeGomez 2020-01-09 00:29:17 +09:00
html Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez 2020-01-07 13:46:07 +09:00
passes Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez 2020-01-09 00:29:13 +09:00
test Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
theme Format the world 2019-12-22 17:42:47 -05:00
Cargo.toml Show value for consts in the documentation 2019-12-24 10:10:36 +01:00
config.rs Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez 2020-01-09 00:29:13 +09:00
core.rs Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez 2020-01-09 00:29:13 +09:00
docfs.rs Format the world 2019-12-22 17:42:47 -05:00
doctree.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
externalfiles.rs Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez 2020-01-09 00:29:13 +09:00
markdown.rs Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs normalize rustc::hir::intravisit imports 2020-01-08 22:09:42 +01:00
theme.rs Format the world 2019-12-22 17:42:47 -05:00
visit_ast.rs Rollup merge of #67877 - dtolnay:const-_, r=nagisa 2020-01-07 13:46:02 +09:00
visit_lib.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00

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