rust/src/librustdoc
Mazdak Farrokhzad 741d4ff713
Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27
--show-coverage json

The purpose of this change is to be able to use it as a tool in docs.rs in order to provide some more stats to crates' owners. Eventually even create a badge or something along the line.

r? @QuietMisdreavus
2020-03-11 14:03:42 +01:00
..
clean Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison 2020-03-10 06:47:47 +01:00
html Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27 2020-03-11 14:03:42 +01:00
passes Replace ToJson with serde 2020-03-02 13:19:10 +01:00
test Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Update pulldown-cmark dependency 2020-02-14 22:39:45 +01:00
config.rs Replace ToJson with serde 2020-03-02 13:19:10 +01:00
core.rs Put back output-format option for show-coverage 2020-03-02 13:15:51 +01:00
docfs.rs Don't always eval arguments inside .expect(), use unwrap_or_else and closure. (clippy::expect_fun_call) 2020-03-05 16:39:20 +01:00
doctree.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
externalfiles.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
markdown.rs use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
theme.rs use is_empty() instead of len() == x to determine if structs are empty. 2020-02-28 15:16:27 +01:00
visit_ast.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
visit_lib.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00

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