rust/compiler/rustc_resolve/src
Nicholas Nethercote 09eb497396 Remove Resolver::create_stable_hashing_context.
It only has two uses. We can instead use `with_stable_hashing_context`,
which has more than 30 uses.
2026-02-06 09:18:18 +11:00
..
late resolve: Use IdentKey in resolve_ident_in_scope_set 2026-01-31 10:00:50 +03:00
rustdoc Overhaul filename handling for cross-compiler consistency 2025-12-12 07:33:09 +01:00
build_reduced_graph.rs Fix some typos of "definition" 2026-01-29 13:33:41 +11:00
check_unused.rs resolve: Replace Macros20NormalizedIdent with IdentKey 2026-01-27 18:11:52 +03:00
def_collector.rs separate ast item for const block items 2026-01-21 18:26:57 +03:00
diagnostics.rs resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
effective_visibilities.rs resolve: Mark items under ambigous imports as exported 2026-01-27 16:24:53 +03:00
errors.rs Convert to inline diagnostics in rustc_resolve 2026-02-04 18:32:44 +01:00
ident.rs resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
imports.rs resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03:00
late.rs resolve: Replace Macros20NormalizedIdent with IdentKey 2026-01-27 18:11:52 +03:00
lib.rs Remove Resolver::create_stable_hashing_context. 2026-02-06 09:18:18 +11:00
macros.rs Remove Resolver::create_stable_hashing_context. 2026-02-06 09:18:18 +11:00
rustdoc.rs render intra-doc links in the #[deprectated] note 2026-01-08 11:35:33 +01:00