rust/compiler/rustc_codegen_ssa/src/back
bors 3de5b08ef6 Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - rust-lang/rust#142645 (Also emit suggestions for usages in the `non_upper_case_globals` lint)
 - rust-lang/rust#142657 (mbe: Clean up code with non-optional `NonterminalKind`)
 - rust-lang/rust#142799 (rustc_session: Add a structure for keeping both explicit and default sysroots)
 - rust-lang/rust#142805 (Emit a single error when importing a path with `_`)
 - rust-lang/rust#142882 (Lazy init diagnostics-only local_names in borrowck)
 - rust-lang/rust#142883 (Add impl_trait_in_bindings tests from rust-lang/rust#61773)
 - rust-lang/rust#142943 (Don't include current rustc version string in feature removed help)
 - rust-lang/rust#142965 ([RTE-497] Ignore `c-link-to-rust-va-list-fn` test on SGX platform)
 - rust-lang/rust#142972 (Add a missing mailmap entry)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-06-24 21:58:31 +00:00
..
apple refactor: Move Apple OSVersion (back) to rustc_target 2025-04-04 15:01:27 +02:00
link Add new Tier-3 targets: loongarch32-unknown-none* 2025-06-06 08:19:38 +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 rustc_session: Add a structure for keeping both explicit and default sysroots 2025-06-24 16:00:04 +03:00
linker.rs Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgr 2025-06-24 21:58:31 +00:00
lto.rs Mark all optimize methods and the codegen method as safe 2025-05-28 20:55:00 +00:00
metadata.rs indicate ppc64 elf abi in e_flags 2025-06-16 22:13:05 +02: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 [Arm64EC] Only decorate functions with # 2025-06-23 12:38:35 -07:00
write.rs Extract Translator struct 2025-06-19 13:02:04 -05:00