rust/compiler/rustc_codegen_ssa/src/back
bors 246733a3d9 Auto merge of #144398 - fmease:rollup-z6vq7mi, r=fmease
Rollup of 15 pull requests

Successful merges:

 - rust-lang/rust#143374 (Unquerify extern_mod_stmt_cnum.)
 - rust-lang/rust#143838 (std: net: uefi: Add support to query connection data)
 - rust-lang/rust#144014 (don't link to the nightly version of the Edition Guide in stable lints)
 - rust-lang/rust#144094 (Ensure we codegen the main fn)
 - rust-lang/rust#144218 (Use serde for target spec json deserialize)
 - rust-lang/rust#144221 (generate elf symbol version in raw-dylib)
 - rust-lang/rust#144240 (Add more test case to check if the false note related to sealed trait suppressed)
 - rust-lang/rust#144247 (coretests/num: use ldexp instead of hard-coding a power of 2)
 - rust-lang/rust#144276 (Use less HIR in check_private_in_public.)
 - rust-lang/rust#144278 (add Rev::into_inner)
 - rust-lang/rust#144317 (pass build.npm from bootstrap to tidy and use it for npm install)
 - rust-lang/rust#144320 (rustdoc: avoid allocating a temp String for aliases in search index)
 - rust-lang/rust#144334 (rustc_resolve: get rid of unused rustdoc::span_of_fragments_with_expansion)
 - rust-lang/rust#144335 (Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty binding)
 - rust-lang/rust#144358 (Stop using the old `validate_attr` logic for stability attributes)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-07-24 17:15:38 +00:00
..
apple refactor: Move Apple OSVersion (back) to rustc_target 2025-04-04 15:01:27 +02:00
link generate elf symbol version in raw-dylib 2025-07-24 19:04:00 +08:00
linker Rustfmt 2025-02-08 22:12:13 +00:00
rpath Rename is_like_osx to is_like_darwin 2025-03-25 21:53:52 +01:00
apple.rs refactor: Move env parsing of deployment target to rustc_session 2025-04-04 15:02:22 +02:00
archive.rs Move metadata object generation for dylibs to the linker code 2025-06-03 10:04:34 +00:00
command.rs feat(linker): check ARG_MAX on Unix platforms 2025-03-14 09:45:49 -04:00
link.rs remove no_gc_sections 2025-07-17 14:54:52 +08:00
linker.rs remove no_gc_sections 2025-07-17 14:54:52 +08:00
lto.rs Remove each_linked_rlib_for_lto from CodegenContext 2025-07-21 07:58:44 +00:00
metadata.rs setup CI and tidy to use typos for spellchecking and fix few typos 2025-07-03 10:51:06 +03:00
mod.rs refactor: Move env parsing of deployment target to rustc_session 2025-04-04 15:02:22 +02:00
rpath.rs Rename is_like_osx to is_like_darwin 2025-03-25 21:53:52 +01:00
symbol_export.rs Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obk 2025-07-01 11:53:02 +00:00
write.rs Auto merge of #144062 - bjorn3:lto_refactors2, r=davidtwco 2025-07-24 12:50:26 +00:00