index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
passes
/
calculate_doc_coverage.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-20
remove redundant import (clippy::single_component_path_imports)
Matthias Krüger
-1
/
+0
2020-03-02
Replace ToJson with serde
Guillaume Gomez
-64
/
+26
2020-03-02
Add support for json output in show-coverage option
Guillaume Gomez
-3
/
+64
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-01-04
Distinguish between private items and hidden items in rustdoc
David Tolnay
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-16
/
+20
2019-09-13
Move to print functions on types instead of impl fmt::Display
Mark Rousskov
-3
/
+4
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-1
/
+2
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-1
/
+1
2019-03-05
remove unused Display impl
QuietMisdreavus
-7
/
+0
2019-02-28
track items per-file instead of per-type
QuietMisdreavus
-117
/
+33
2019-02-28
tweak wording of extern types
QuietMisdreavus
-1
/
+1
2019-02-28
print doc coverage as a table of individual item types
QuietMisdreavus
-41
/
+165
2019-02-28
refactor: combine item count numbers into a new struct
QuietMisdreavus
-29
/
+57
2019-02-28
count fewer items in calculate-doc-coverage
QuietMisdreavus
-1
/
+5
2019-02-28
add option to calculate documentation coverage
QuietMisdreavus
-0
/
+101