rust/src/librustdoc/passes
Nicholas Nethercote 880c1c585f Rename DiagCtxt::with_emitter as DiagCtxt::new.
Because it's now the only constructor.
2024-02-29 16:30:12 +11:00
..
lint Rename DiagCtxt::with_emitter as DiagCtxt::new. 2024-02-29 16:30:12 +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 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 Rename TyCtxt::struct_span_lint_hir as TyCtxt::node_span_lint. 2024-01-23 08:09:01 +11:00
collect_intra_doc_links.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
collect_trait_impls.rs Use correct param env when building and cleaning items in librustdoc 2024-02-07 22:57:06 +00: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 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