rust/src/librustdoc/passes
2022-10-01 10:03:06 +00:00
..
collect_intra_doc_links Make ResolverAstLowering a struct. 2022-06-14 22:44:27 +02:00
bare_urls.rs rustdoc: adopt to the new lint API 2022-10-01 10:03:06 +00: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 rustdoc: adopt to the new lint API 2022-10-01 10:03:06 +00:00
check_doc_test_visibility.rs rustdoc: adopt to the new lint API 2022-10-01 10:03:06 +00:00
collect_intra_doc_links.rs rustdoc: adopt to the new lint API 2022-10-01 10:03:06 +00:00
collect_trait_impls.rs Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind 2022-07-29 19:30:25 +02:00
html_tags.rs rustdoc: adopt to the new lint API 2022-10-01 10:03:06 +00:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
propagate_doc_cfg.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09: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