rust/src/librustdoc
Mazdak Farrokhzad 88c007cd04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril
Use mem::take instead of mem::replace with default
2019-07-04 01:38:46 +02:00
..
clean Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril 2019-07-04 01:38:46 +02:00
html Convert more usages over 2019-07-01 20:21:12 -07:00
passes Fix import of take in collapse_docs.rs 2019-07-01 20:21:53 -07: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 Revert "Set test flag when rustdoc is running with --test option" 2019-06-08 18:25:29 +01:00
core.rs Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix 2019-06-25 17:15:31 +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 Enable mem_take feature in relevant crates 2019-07-01 20:21:53 -07: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 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 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.