rust/src/librustdoc
bors 878dd0b5e1 Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomez
stabilize lint handling in rustdoc

When https://github.com/rust-lang/rust/pull/51732 added CLI flags to manipulate lints in rustdoc, they were added as unstable flags. This made sense as they were new additions, but since they mirrored the flags that rustc has, it's worth considering them to not need an unstable period.

Stabilizing them also provides the opportunity for a critical fix: allowing Cargo to pass `--cap-lints allow` when documenting dependencies, the same as when it compiles them.

r? @rust-lang/rustdoc
2018-07-20 18:02:05 +00:00
..
clean Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis 2018-07-19 21:14:01 +00:00
html Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis 2018-07-19 21:14:01 +00:00
passes Implement existential types 2018-07-18 10:53:08 +02:00
Cargo.toml Minify css 2018-06-25 23:28:20 +02:00
core.rs Improve lint handling in rustdoc 2018-07-11 00:36:31 +02:00
doctree.rs Implement existential types 2018-07-18 10:53:08 +02:00
externalfiles.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
fold.rs Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus 2018-07-19 19:03:03 +00:00
lib.rs Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomez 2018-07-20 18:02:05 +00:00
markdown.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
plugins.rs Remove rustdoc plugins 2018-07-10 10:41:39 -04:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdreavus 2018-07-17 19:24:57 +08:00
theme.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
visit_ast.rs Implement existential types 2018-07-18 10:53:08 +02:00
visit_lib.rs Remove is_import field 2018-06-03 11:29:44 -06:00

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