1
Fork 0
rust/compiler/rustc_resolve/src
bors aa029ce4d8 Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #121958 (Fix redundant import errors for preload extern crate)
 - #121976 (Add an option to have an external download/bootstrap cache)
 - #122022 (loongarch: add frecipe and relax target feature)
 - #122026 (Do not try to format removed files)
 - #122027 (Uplift some feeding out of `associated_type_for_impl_trait_in_impl` and into queries)
 - #122063 (Make the lowering of `thir::ExprKind::If` easier to follow)
 - #122074 (Add missing PartialOrd trait implementation doc for array)
 - #122082 (remove outdated fixme comment)
 - #122091 (Note why we're using a new thread in `test_get_os_named_thread`)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-03-07 02:30:40 +00:00
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Rename DiagnosticMetadata as DiagMetadata. 2024-03-05 12:15:13 +11:00
build_reduced_graph.rs By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking. 2024-02-18 16:38:11 +08:00
check_unused.rs Fix redundant import errors for preload extern crate 2024-03-06 21:29:33 +08:00
def_collector.rs By tracking import use types to check whether it is scope uses or the other situations like module-relative uses, we can do more accurate redundant import checking. 2024-02-18 16:38:11 +08:00
diagnostics.rs avoid overlapping privacy suggestion for single nested imports 2024-03-06 21:17:12 +08:00
effective_visibilities.rs Delegation implementation: step 1 2024-01-12 14:11:16 +03:00
errors.rs Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthiaskrgr 2024-03-04 07:57:56 +01:00
ident.rs avoid overlapping privacy suggestion for single nested imports 2024-03-06 21:17:12 +08:00
imports.rs Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr 2024-03-07 02:30:40 +00:00
late.rs Rollup merge of #122038 - Alexendoo:unused-qualifications, r=petrochenkov 2024-03-06 22:02:47 +01:00
lib.rs avoid overlapping privacy suggestion for single nested imports 2024-03-06 21:17:12 +08:00
macros.rs Rename BuiltinLintDiagnostics as BuiltinLintDiag. 2024-03-05 12:15:10 +11:00
rustdoc.rs NFC don't convert types to identical types 2023-12-15 23:56:24 +01:00