rust/compiler/rustc_expand/src
bors 8da623945f Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - rust-lang/rust#128425 (Make `missing_fragment_specifier` an unconditional error)
 - rust-lang/rust#135927 (retpoline and retpoline-external-thunk flags (target modifiers) to enable retpoline-related target features)
 - rust-lang/rust#140770 (add `extern "custom"` functions)
 - rust-lang/rust#142176 (tests: Split dont-shuffle-bswaps along opt-levels and arches)
 - rust-lang/rust#142248 (Add supported asm types for LoongArch32)
 - rust-lang/rust#142267 (assert more in release in `rustc_ast_lowering`)
 - rust-lang/rust#142274 (Update the stdarch submodule)
 - rust-lang/rust#142276 (Update dependencies in `library/Cargo.lock`)
 - rust-lang/rust#142308 (Upgrade `object`, `addr2line`, and `unwinding` in the standard library)

Failed merges:

 - rust-lang/rust#140920 (Extract some shared code from codegen backend target feature handling)

r? `@ghost`
`@rustbot` modify labels: rollup

try-job: aarch64-apple
try-job: x86_64-msvc-1
try-job: x86_64-gnu
try-job: dist-i586-gnu-i586-i686-musl
try-job: test-various
2025-06-13 17:44:15 +00:00
..
mbe Make missing_fragment_specifier an unconditional error 2025-06-12 07:57:12 +00:00
base.rs Introduce -Zmacro-stats. 2025-06-12 21:17:17 +10:00
build.rs Improve pretty-printing of braces. 2025-04-29 13:46:17 +10:00
config.rs Note the version and PR of removed features when using it 2025-06-09 17:10:58 +08:00
errors.rs Note the version and PR of removed features when using it 2025-06-09 17:10:58 +08:00
expand.rs Introduce -Zmacro-stats. 2025-06-12 21:17:17 +10:00
lib.rs Introduce -Zmacro-stats. 2025-06-12 21:17:17 +10:00
mbe.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
module.rs Reject macro calls inside of #![crate_name] 2025-02-15 16:47:30 +01:00
placeholders.rs Remove out-of-date noop_* names. 2025-05-27 19:16:11 +10:00
proc_macro.rs Do not get proc_macro from the sysroot in rustc 2025-05-27 15:49:28 +00:00
proc_macro_server.rs Do not get proc_macro from the sysroot in rustc 2025-05-27 15:49:28 +00:00
stats.rs Introduce -Zmacro-stats. 2025-06-12 21:17:17 +10:00