rust/src/librustdoc
bors c7312fe4ff Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril
Rollup of 8 pull requests

Successful merges:

 - #61856 (Lint attributes on function arguments)
 - #62360 (Document that ManuallyDrop::drop should not called more than once)
 - #62392 (Update minifier-rs version)
 - #62871 (Explicit error message for async recursion.)
 - #62995 (Avoid ICE when suggestion span is at Eof)
 - #63053 (SystemTime docs: recommend Instant for elapsed time)
 - #63081 (tidy: Cleanup the directory whitelist)
 - #63088 (Remove anonymous_parameters from unrelated test)

Failed merges:

r? @ghost
2019-07-28 20:22:42 +00:00
..
clean Normalize use of backticks in compiler messages for doc 2019-07-23 20:06:00 +02:00
html Update minifier-rs version 2019-07-28 20:26:07 +02:00
passes resolve: Support resolving macro paths without macro kind restrictions 2019-07-18 13:42:45 +03:00
test Separate librustcdoc module 2019-06-16 14:17:01 +03:00
Cargo.toml Update minifier-rs version 2019-07-28 20:26:07 +02:00
config.rs Normalize use of backticks in compiler messages for doc 2019-07-23 20:06:00 +02: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 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 Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03: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 Improve theme checker by removing unneeded conditions 2019-06-20 22:59:56 +02:00
visit_ast.rs Normalize use of backticks in compiler messages for doc 2019-07-23 20:06:00 +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.