rust/compiler/rustc_resolve/src
bors f6a07efc81 Auto merge of #151224 - matthiaskrgr:rollup-SLK4owB, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - rust-lang/rust#151196 (Ship LLVM (`rust-dev`) in fast try builds again)
 - rust-lang/rust#151198 (Add an additional help note to the ambiguity lint error)
 - rust-lang/rust#151215 (Add missing closing brackets to THIR output.)
 - rust-lang/rust#151218 (compiletest: Add `AuxCrate` struct with docs.)

r? @ghost
2026-01-16 20:33:57 +00:00
..
late Recognize potential impl<const N: usize> to impl<N> mistake 2026-01-13 23:47:35 +00:00
rustdoc Overhaul filename handling for cross-compiler consistency 2025-12-12 07:33:09 +01:00
build_reduced_graph.rs resolve: Refactor away the side table decl_parent_modules 2026-01-13 20:59:26 +03:00
check_unused.rs Update more function names and fields from bindings to declarations 2026-01-06 18:21:37 +03:00
def_collector.rs Remove rustc_attr_parsing::SharedContext::target_id field 2026-01-15 15:39:00 +01:00
diagnostics.rs Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
effective_visibilities.rs resolve: Update NameBindingData::ambiguity in place 2026-01-08 10:51:11 +03:00
errors.rs Add an additional help note to the ambiguity lint error 2026-01-16 13:39:01 +01:00
ident.rs resolve: In visit_scopes do not extract ctxt out of span unless necessary 2026-01-14 19:26:07 +03:00
imports.rs resolve: Relax one more assert in glob overwriting and add a test 2026-01-14 19:58:40 +03:00
late.rs resolve: In visit_scopes do not extract ctxt out of span unless necessary 2026-01-14 19:26:07 +03:00
lib.rs Rollup merge of #151187 - const-resolver, r=petrochenkov 2026-01-16 13:57:47 +01:00
macros.rs Explicitly export core and std macros 2026-01-13 08:47:48 +01:00
rustdoc.rs render intra-doc links in the #[deprectated] note 2026-01-08 11:35:33 +01:00