rust/compiler/rustc_const_eval
David Wood a56b1b9283
codegen: implement repr(scalable)
Introduces `BackendRepr::ScalableVector` corresponding to scalable
vector types annotated with `repr(scalable)` which lowers to a scalable
vector type in LLVM.

Co-authored-by: Jamie Cunliffe <Jamie.Cunliffe@arm.com>
2025-12-16 11:00:12 +00:00
..
src codegen: implement repr(scalable) 2025-12-16 11:00:12 +00:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
messages.ftl const validation: remove check for mutable refs in final value of const 2025-11-09 14:32:01 +01:00