rust/compiler/rustc_resolve/src
bors 29a58723b0 Auto merge of #144360 - matthiaskrgr:rollup-b6ej0mm, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - rust-lang/rust#144173 (Remove tidy checks for `tests/ui/issues/`)
 - rust-lang/rust#144234 (Fix broken TLS destructors on 32-bit win7)
 - rust-lang/rust#144239 (Clean `rustc/parse/src/lexer` to improve maintainability)
 - rust-lang/rust#144256 (Don't ICE on non-TypeId metadata within TypeId)
 - rust-lang/rust#144290 (update tests/ui/SUMMARY.md)
 - rust-lang/rust#144292 (mbe: Use concrete type for `get_unused_rule`)
 - rust-lang/rust#144298 (coverage: Enlarge empty spans during MIR instrumentation, not codegen)
 - rust-lang/rust#144311 (Add powerpc64le-unknown-linux-musl to CI rustc targets)
 - rust-lang/rust#144315 (bootstrap: add package.json and package-lock.json to dist tarball)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-07-23 16:59:13 +00:00
..
late inline CrateLoader inside of CStore 2025-07-18 13:16:09 +02:00
rustdoc Update tests to work with new DocFragment field and redundant_explicit_links new API 2025-06-23 16:02:34 +02:00
build_reduced_graph.rs Ports #[macro_use] and #[macro_escape] to the new attribute parsing infrastructure 2025-07-23 13:33:23 +02:00
check_unused.rs replace binding and shadowed_glob on NameResolution with non_glob_binding and glob_binding 2025-07-12 15:06:32 +02:00
def_collector.rs Fix ice for feature-gated cfg attributes applied to the crate 2025-07-15 23:28:15 +02:00
diagnostics.rs inline CrateLoader inside of CStore 2025-07-18 13:16:09 +02:00
effective_visibilities.rs resolve: Change &mut Resolver to &Resolver when possible 2025-07-17 02:09:01 +03:00
errors.rs Ports #[macro_use] and #[macro_escape] to the new attribute parsing infrastructure 2025-07-23 13:33:23 +02:00
ident.rs resolve: Change &mut Resolver to &Resolver when possible 2025-07-17 02:09:01 +03:00
imports.rs Revert "resolve: Make disambiguators for underscore bindings module-local" 2025-07-19 09:30:39 +00:00
late.rs rename emit_unless to emit_unless_delay 2025-07-19 01:49:19 +08:00
lib.rs Revert "resolve: Make disambiguators for underscore bindings module-local" 2025-07-19 09:30:39 +00:00
macros.rs mbe: Use concrete type for get_unused_rule 2025-07-22 00:36:10 -07:00
rustdoc.rs Improve path segment joining. 2025-07-17 08:37:19 +10:00