rust/src/librustdoc/passes
Nicholas Nethercote 80d2bdb619 Rename all ParseSess variables/fields/lifetimes as psess.
Existing names for values of this type are `sess`, `parse_sess`,
`parse_session`, and `ps`. `sess` is particularly annoying because
that's also used for `Session` values, which are often co-located, and
it can be difficult to know which type a value named `sess` refers to.
(That annoyance is the main motivation for this change.) `psess` is nice
and short, which is good for a name used this much.

The commit also renames some `parse_sess_created` values as
`psess_created`.
2024-03-05 08:11:45 +11:00
..
lint Rename all ParseSess variables/fields/lifetimes as psess. 2024-03-05 08:11:45 +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