rust/src/librustdoc/passes
Urgau e89a2cc895 Always hide private fields in aliased type 2024-05-11 13:11:46 +02:00
..
lint rustdoc: check redundant explicit links with correct itemid 2024-04-13 19:32:39 -07:00
calculate_doc_coverage.rs Don't emit an error if the `custom_code_classes_in_docs` feature is disabled when its syntax is used. 2023-09-17 15:11:44 +02:00
check_custom_code_classes.rs Provide structured suggestion for `#![feature(foo)]` 2024-03-18 16:08:58 +00:00
check_doc_test_visibility.rs hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` 2024-03-14 22:34:24 +03:00
collect_intra_doc_links.rs Fix some typos in comments 2024-04-25 10:47:24 +08:00
collect_trait_impls.rs rustdoc: slightly clean up the synthesis of blanket impls 2024-04-08 22:55:58 +02:00
lint.rs Refactor lint from rustc to rustdoc 2023-08-18 15:19:15 +08:00
mod.rs Always hide private fields in aliased type 2024-05-11 13:11:46 +02:00
propagate_doc_cfg.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
strip_aliased_non_local.rs Always hide private fields in aliased type 2024-05-11 13:11:46 +02:00
strip_hidden.rs Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs` 2023-07-29 14:39:10 +02:00
strip_priv_imports.rs Correctly handle `--document-hidden-items` 2023-07-14 17:25:09 +02:00
strip_private.rs Correctly handle `--document-hidden-items` 2023-07-14 17:25:09 +02:00
stripper.rs Fix impl stripped in rustdoc HTML whereas it should not be in case the impl is implemented on a type alias 2024-01-20 12:38:13 +01:00