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
theme
Cargo.toml
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
fold.rs
lib.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
markdown.rs
README.md
test.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
theme.rs
visit_ast.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
visit_lib.rs

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