rust/src/librustdoc/passes
Guillaume Gomez ac92cc861c
Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeGomez
Feature gate the `rustdoc::missing_doc_code_examples` lint

Moves the lint from being implicitly active on nightly `rustdoc` to requiring a feature to activate, like other unstable lints.

Uses the new tracking issue https://github.com/rust-lang/rust/issues/101730
2022-09-12 22:47:18 +02:00
..
collect_intra_doc_links Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +02:00
bare_urls.rs Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
calculate_doc_coverage.rs make clean::Item::span return option instead of dummy span 2022-08-13 22:03:47 +00:00
check_code_block_syntax.rs errors: move translation logic into module 2022-08-15 12:26:35 +01:00
check_doc_test_visibility.rs Feature gate the rustdoc::missing_doc_code_examples lint 2022-09-12 21:20:24 +02:00
collect_intra_doc_links.rs Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page 2022-09-10 00:40:30 +01:00
collect_trait_impls.rs Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind 2022-07-29 19:30:25 +02:00
html_tags.rs rustdoc: improve rustdoc HTML suggestions handling of nested generics 2022-09-12 11:11:37 -07:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
propagate_doc_cfg.rs Correctly merge impl block cfg attributes with its parents 2022-09-01 14:31:27 +02:00
strip_hidden.rs Prevent impl blocks containing only private items to be documented by default 2022-08-09 15:49:30 +02:00
strip_priv_imports.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
strip_private.rs Prevent impl blocks containing only private items to be documented by default 2022-08-09 15:49:30 +02:00
stripper.rs Fix typo in comment 2022-09-01 12:09:42 +01:00