rust/src/librustdoc/passes
Yuki Okushi 96d4d491d0
Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle
Remove dead code in rustdoc stripper

No changes when this code is removed.

cc `@aDotInTheVoid`
r? `@notriddle`
2023-01-14 12:04:35 +09:00
..
collect_intra_doc_links Remove redundant session field 2023-01-13 16:01:27 +00:00
lint Make translate_message return result and add tests 2023-01-08 23:35:43 +01:00
calculate_doc_coverage.rs Store a LocalDefId in hir::Variant & hir::Field. 2022-11-13 14:06:51 +00:00
check_doc_test_visibility.rs rename find_parent_node to opt_parent_id 2023-01-04 00:43:13 +00:00
collect_intra_doc_links.rs Combine projection and opaque into alias 2022-12-13 17:48:55 +00:00
collect_trait_impls.rs Prevent to try to retrieve auto and blanket implementations if there were errors before this pass 2022-12-08 13:41:59 +01:00
lint.rs Consolidate rustdoc's lint passes into a single pass 2022-11-22 19:57:55 -08:00
mod.rs Consolidate rustdoc's lint passes into a single pass 2022-11-22 19:57:55 -08:00
propagate_doc_cfg.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
strip_hidden.rs rustdoc: Split effective visibilities from rustc from similar data built by rustdoc for external def-ids 2022-10-29 23:36:52 +04:00
strip_priv_imports.rs Fix not displayed re-export of doc(hidden) item 2023-01-12 18:03:03 +01:00
strip_private.rs Fix not displayed re-export of doc(hidden) item 2023-01-12 18:03:03 +01:00
stripper.rs Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle 2023-01-14 12:04:35 +09:00