rust/clippy_lints/src/utils/internal_lints
Nicholas Nethercote 8cf9eea5b3 Move some Map methods onto TyCtxt.
The end goal is to eliminate `Map` altogether.

I added a `hir_` prefix to all of them, that seemed simplest. The
exceptions are `module_items` which became `hir_module_free_items` because
there was already a `hir_module_items`, and `items` which became
`hir_free_items` for consistency with `hir_module_free_items`.
2025-02-17 13:21:02 +11:00
..
almost_standard_lint_formulation.rs Merge commit '609cd310be' into clippy-subtree-update 2024-12-26 15:15:54 +01:00
collapsible_calls.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
interning_defined_symbol.rs Merge commit '609cd310be' into clippy-subtree-update 2024-12-26 15:15:54 +01:00
invalid_paths.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
lint_without_lint_pass.rs Move some Map methods onto TyCtxt. 2025-02-17 13:21:02 +11:00
msrv_attr_impl.rs Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
outer_expn_data_pass.rs Merge commit 'f0cdee4a3f' into clippy-subtree-sync 2023-12-01 18:21:58 +01:00
produce_ice.rs Merge commit 'f0cdee4a3f' into clippy-subtree-sync 2023-12-01 18:21:58 +01:00
slow_symbol_comparisons.rs Merge commit '51d49c1ae2' into clippy-subtree-update 2025-01-28 19:33:54 +01:00
unnecessary_def_path.rs Merge commit '7901289135' into clippy-subtree-update 2024-09-24 11:58:04 +02:00
unsorted_clippy_utils_paths.rs Merge commit 'f0cdee4a3f' into clippy-subtree-sync 2023-12-01 18:21:58 +01:00