rust/src/librustdoc
bors e53a5ffd6b Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus
Add index page argument

@Mark-Simulacrum: I might need some help from you: in bootstrap, I want to add an argument (a new flag added into `rustdoc`) in order to generate the current index directly when `rustdoc` is documenting the `std` lib. However, my change in `bootstrap` didn't do it and I assume it must be moved inside the `Std` struct. But there, I don't see how to pass it to `rustdoc` through `cargo`. Did I miss anything?

r? @QuietMisdreavus
2018-11-02 15:39:25 +00:00
..
clean Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank 2018-10-26 23:06:49 +08:00
html Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus 2018-11-02 15:39:25 +00:00
passes Store nightly build instead of checking env var every time 2018-10-09 16:47:14 +02:00
Cargo.toml Update minifier version 2018-10-11 21:37:04 +02:00
core.rs Fix tests and rustdoc 2018-10-26 09:48:44 +13:00
doctree.rs add derive macros' helper attributes to doc output 2018-09-26 13:40:08 -05:00
externalfiles.rs Remove global derive_id and reset_ids functions 2018-07-31 17:55:12 -06:00
fold.rs shuffle ownership of external_traits 2018-09-20 05:54:26 -05:00
lib.rs Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus 2018-11-02 15:39:25 +00:00
markdown.rs Use markdown::render instead of using pulldown_cmark directly 2018-10-21 01:16:18 +02:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Remove redundant clone 2018-10-26 12:07:39 +09: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.