rust/src/librustdoc
bors 77621317d6 Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC
Add lint when no doc is present at the crate-level

Follow-up of #66267.

r? @kinnison
2020-03-28 20:11:01 +00:00
..
clean rustc: remove rustc_hir_pretty dependency. 2020-03-24 08:44:55 +01:00
html Fix rustdoc.css CSS tab-size property 2020-03-28 11:49:12 +01:00
passes clarify hir_id <-> node_id method names 2020-03-27 16:43:20 +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 use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
core.rs Update lint name to follow convention 2020-03-22 13:04:23 +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 rustc: remove rustc_hir_pretty dependency. 2020-03-24 08:44:55 +01:00
markdown.rs Create output dir in rustdoc markdown render 2020-03-26 23:06:17 +01:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
test.rs rustc: remove rustc_hir_pretty dependency. 2020-03-24 08:44:55 +01:00
theme.rs remove redundant returns (clippy::needless_return) 2020-03-21 15:55:34 +01:00
visit_ast.rs Tweak output for invalid negative impl errors 2020-03-22 21:53:29 -07: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 dev guide.