rust/compiler/rustc_codegen_ssa/src
Stuart Cook 20f111f0d8
Rollup merge of #148839 - luca3s:rtsan_ice_fix, r=WaffleLapkin
fix rtsan_nonblocking_async lint closure ICE

Fixes https://github.com/rust-lang/rust/issues/148750, which i introduced in https://github.com/rust-lang/rust/pull/147935.
I also added the bug report to the tests.
2025-11-13 11:57:08 +11:00
..
back rustc_codegen_ssa: reduce repetition 2025-11-11 19:02:09 -05:00
debuginfo Flatten ifs in rustc_codegen_ssa 2025-03-17 18:56:52 +00:00
mir Rollup merge of #128666 - pitaj:intrinsic-overflow_checks, r=BoxyUwU 2025-11-09 13:22:23 +11:00
traits Add -Zannotate-moves for profiler visibility of move/copy operations 2025-11-06 15:39:45 -08:00
assert_module_sources.rs Print CGU reuse statistics when -Zprint-mono-items is enabled 2025-08-04 15:43:50 +02:00
base.rs rustc_target: introduce Os 2025-11-11 18:55:40 -05:00
codegen_attrs.rs Rollup merge of #148839 - luca3s:rtsan_ice_fix, r=WaffleLapkin 2025-11-13 11:57:08 +11:00
common.rs rustc_target: introduce Os 2025-11-11 18:55:40 -05:00
errors.rs Fix double error for #[no_mangle] on closures 2025-10-08 17:46:33 +02:00
lib.rs Unify the configuration of the compiler docs 2025-11-05 11:25:27 +00:00
meth.rs Remove DynKind 2025-09-17 04:46:46 +02:00
mono_item.rs Port the #[linkage] attribute to the new attribute system 2025-08-13 21:01:37 +02:00
size_of_val.rs remove explicit deref of AbiAlign for most methods 2025-09-28 15:02:14 -07:00
target_features.rs Auto merge of #148516 - bjorn3:target_feature_parsing_improvements, r=WaffleLapkin 2025-11-05 17:56:16 +00:00