rust/src/librustdoc
Mazdak Farrokhzad 949b49a53d
Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkov
Replace error callback with Result

r? @petrochenkov
2019-08-06 15:36:32 +02:00
..
clean Drop explicit span argument from mk_name_value_item 2019-08-05 08:48:22 -04:00
html Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomez 2019-08-06 15:36:30 +02:00
passes Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkov 2019-08-06 15:36:32 +02:00
test Separate librustcdoc module 2019-06-16 14:17:01 +03:00
theme librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
Cargo.toml Update minifier-rs version 2019-07-28 20:26:07 +02:00
config.rs rustc: Stabilize options for pipelined compilation 2019-07-26 07:46:35 -07:00
core.rs Normalize use of backticks in compiler messages for doc 2019-07-23 20:06:00 +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 Replace "existential" by "opaque" 2019-08-02 02:44:36 +01: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 Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk 2019-07-30 08:39:29 +00: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 Normalize use of backticks in compiler messages for doc 2019-07-23 20:06:00 +02:00
theme.rs librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
visit_ast.rs Rename ItemKind::Ty to ItemKind::TyAlias 2019-08-04 20:13:37 +01: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.