rust/src/librustdoc/passes
2024-01-17 10:02:29 +00:00
..
lint rustc_span: Remove fn fresh_expansion 2024-01-05 19:13:52 +03: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 Add check for ui_testing via promoting parameters from ParseSess to Session 2024-01-13 12:11:13 -05:00
check_doc_test_visibility.rs Don't pass lint back out of lint decorator 2023-12-15 16:05:36 +00:00
collect_intra_doc_links.rs Make crate_inherent_impls fallible and stop using track_errors for it 2024-01-17 10:02:29 +00:00
collect_trait_impls.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
lint.rs Refactor lint from rustc to rustdoc 2023-08-18 15:19:15 +08:00
mod.rs Implement custom classes for rustdoc code blocks with custom_code_classes_in_docs feature 2023-09-15 21:32:27 +02:00
propagate_doc_cfg.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04: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 Re-format code with new rustfmt 2023-11-15 21:45:48 -05:00