rust/compiler/rustc_resolve/src
bors 46c86aef65 Auto merge of #152025 - jhpratt:rollup-Kxb6k3Y, r=jhpratt
Rollup of 11 pull requests

Successful merges:

 - rust-lang/rust#151378 (Codegen tests for Arm Cortex-R82)
 - rust-lang/rust#151936 (Move the `fingerprint_style` special case into `DepKindVTable` creation)
 - rust-lang/rust#152018 (Move bigint helper tracking issues)
 - rust-lang/rust#151958 (Add codegen test for SLP vectorization)
 - rust-lang/rust#151974 (Update documentation for `Result::ok()`)
 - rust-lang/rust#151975 (Work around rustfmt giving up on a large expression)
 - rust-lang/rust#151990 (Fix missing unused_variables lint when using a match guard)
 - rust-lang/rust#151995 (stabilize ptr_as_ref_unchecked)
 - rust-lang/rust#151999 (attribute parsing: pass recovery mode to Parser.)
 - rust-lang/rust#152009 (Port rustc_preserve_ub_checks to attr parser)
 - rust-lang/rust#152022 (rustc-dev-guide subtree update)

Failed merges:

 - rust-lang/rust#151968 (Remove `HasDepContext` by merging it into `QueryContext`)
2026-02-03 04:44:02 +00: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 resolve: Report more early resolution ambiguities for imports 2026-02-02 14:44:13 +03: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 Auto merge of #152025 - jhpratt:rollup-Kxb6k3Y, r=jhpratt 2026-02-03 04:44:02 +00:00
macros.rs resolve: Remove force parameter from resolve_ident_in_scope 2026-01-30 21:32:37 +03:00
rustdoc.rs render intra-doc links in the #[deprectated] note 2026-01-08 11:35:33 +01:00