rust/src/librustdoc
Pietro Albini 12556a4b8f
Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez
Change sidebar selector to fix compatibility with docs.rs

Fix for #55883.
2018-11-15 11:04:43 +01:00
..
clean Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
html Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez 2018-11-15 11:04:43 +01:00
passes Fix rustdoc 2018-11-12 10:29:53 +01:00
Cargo.toml Update minifier version 2018-10-11 21:37:04 +02:00
config.rs fix various typos in doc comments 2018-11-13 14:45:31 -05:00
core.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
doctree.rs add derive macros' helper attributes to doc output 2018-09-26 13:40:08 -05:00
externalfiles.rs add Debug impls for the Options structs 2018-11-04 16:39:24 -06:00
fold.rs shuffle ownership of external_traits 2018-09-20 05:54:26 -05:00
lib.rs move all static-file include!s into a single module 2018-11-10 16:05:29 -06:00
markdown.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez 2018-11-05 09:48:46 +00:00
theme.rs Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv 2018-09-02 15:27:56 +00:00
visit_ast.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
visit_lib.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00

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