rust/src/librustdoc/passes
2022-08-25 20:12:53 +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 Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind 2022-07-29 19:30:25 +02:00
collect_intra_doc_links.rs Store associated item defaultness in impl_defaultness. 2022-08-01 21:38:16 +02:00
collect_trait_impls.rs Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind 2022-07-29 19:30:25 +02:00
html_tags.rs Update src/librustdoc/passes/html_tags.rs 2022-07-30 09:02:05 -07:00
mod.rs Remove crate visibility modifier in libs, tests 2022-05-21 00:32:47 -04:00
propagate_doc_cfg.rs Fix missing cfg propagation for reexports 2022-08-25 20:12:53 +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 Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomez 2022-08-15 20:11:33 +02:00