rust/src/librustdoc
Mazdak Farrokhzad dc0ef823be
Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc
More NodeId pruning

Just another round of the `HirId`ification initiative.

r? @Zoxc
2019-06-22 01:42:38 +02:00
..
clean rustdoc: generate implementors for all auto traits 2019-06-20 17:36:43 +03:00
html Better handling of the sender channel part in rustdoc file writing 2019-06-21 12:00:49 +02:00
passes rename hir::map::name_by_hir_id to ::name 2019-06-20 12:47:26 +02: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 Auto merge of #60065 - QuietMisdreavus:async-move-doctests, r=ollie27 2019-05-19 16:48:12 +00:00
core.rs rustdoc: generate implementors for all auto traits 2019-06-20 17:36:43 +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: disallow cloning HIR nodes. 2019-06-19 21:16:08 +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 Add DocFS layer to rustdoc 2019-06-21 12:00:49 +02:00
markdown.rs set the default edition when pre-parsing a doctest 2019-05-06 15:20:18 -05:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
theme.rs Improve theme checker by removing unneeded conditions 2019-06-20 22:59:56 +02:00
visit_ast.rs rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02: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.