rust/compiler/rustc_monomorphize/src
Matthias Krüger 32b2428c8b
Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung
Don't warn about `v128` in wasm ABI transition

The `-Zwasm-c-abi=spec` mode of `extern "C"` does not actually change the meaning of `v128`  meaning that the FCW lint firing is a false positive.

cc https://github.com/rust-lang/rust/issues/138762#issuecomment-2801709483
2025-04-24 08:12:58 +02:00
..
mono_checks Rollup merge of #139809 - alexcrichton:wasm-simd-safe, r=RalfJung 2025-04-24 08:12:58 +02:00
partitioning working dupv and dupvonly for fwd mode 2025-04-16 17:13:31 -04:00
collector.rs Normalize ADT fields in find_tails_for_unsizing 2025-04-14 16:51:00 +00:00
errors.rs make abi_unsupported_vector_types a hard error 2025-04-20 11:34:56 +02:00
lib.rs Remove recursion_limit increases. 2025-04-02 16:25:27 +11:00
partitioning.rs Use is_lang_item and as_lang_item instead of handrolling their logic 2025-04-22 11:02:37 +00:00
util.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00