rust/src/librustdoc/passes
Nicholas Nethercote 99472c7049 Remove Session methods that duplicate DiagCtxt methods.
Also add some `dcx` methods to types that wrap `TyCtxt`, for easier
access.
2023-12-24 08:05:28 +11:00
..
lint Improve some names. 2023-12-23 13:23:28 +11: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 Rename ParseSess::span_diagnostic as ParseSess::dcx. 2023-12-18 16:06:21 +11: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 Don't pass lint back out of lint decorator 2023-12-15 16:05:36 +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