rust/compiler/rustc_resolve/src
bors 52890e8215 Auto merge of #134439 - matthiaskrgr:rollup-grmmmx2, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #133265 (Add a range argument to vec.extract_if)
 - #133801 (Promote powerpc64le-unknown-linux-musl to tier 2 with host tools)
 - #134323 (coverage: Dismantle `map_data.rs` by moving its responsibilities elsewhere)
 - #134378 (An octuple of polonius fact generation cleanups)
 - #134408 (Regression test for RPIT inheriting lifetime from projection)
 - #134423 (bootstrap: use specific-purpose ui test path for `test_valid` self-test)
 - #134426 (Fix typo in uint_macros.rs)

Failed merges:

 - #133103 (Pass FnAbi to find_mir_or_eval_fn)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-12-18 00:14:56 +00:00
..
late Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper 2024-12-17 22:34:40 +01:00
build_reduced_graph.rs rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
check_unused.rs compiler: use is_none_or where it is clearly better 2024-10-16 23:50:13 -07:00
def_collector.rs Don't make a def id for impl_trait_in_bindings 2024-12-14 18:08:30 +00:00
diagnostics.rs update uses of extract_if in the compiler 2024-12-16 22:06:52 +01:00
effective_visibilities.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
errors.rs Diagnostic for using macro_rules macro as attr/derive 2024-11-22 16:49:10 +00:00
ident.rs Keep track of parse errors in mods and don't emit resolve errors for paths involving them 2024-12-10 18:17:24 +00:00
imports.rs Silence use foo::Bar; error if Bar isn't found in foo and foo.rs has parse errors 2024-12-10 18:18:03 +00:00
late.rs Rollup merge of #134284 - estebank:issue-74863, r=lcnr 2024-12-16 20:00:22 +01:00
lib.rs Don't make a def id for impl_trait_in_bindings 2024-12-14 18:08:30 +00:00
macros.rs rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
rustdoc.rs Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu 2024-12-17 21:34:13 +00:00