rust/compiler/rustc_const_eval/src
Matthias Krüger 3bf976542a
Rollup merge of #137804 - RalfJung:backend-repr-simd-vector, r=workingjubilee
rename BackendRepr::Vector → SimdVector

For many Rustaceans, "vector" does not imply "SIMD", so let's be more clear in this type that is used pervasively in the compiler.

r? `@workingjubilee`
2025-03-01 16:03:10 +01:00
..
check_consts require trait impls to have matching const stabilities as the traits 2025-02-27 04:56:27 +00:00
const_eval Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
interpret Rollup merge of #137804 - RalfJung:backend-repr-simd-vector, r=workingjubilee 2025-03-01 16:03:10 +01:00
util rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
errors.rs Shorten span of panic failures in const context 2025-02-28 16:28:41 +00:00
lib.rs Pretty print pattern type values with transmute if they don't satisfy their pattern 2025-02-05 14:56:41 +00:00