about summary refs log tree commit diff
path: root/compiler/rustc_target/src/callconv/riscv.rs
AgeCommit message (Expand)AuthorLines
2025-09-28remove explicit deref of AbiAlign for most methodsJubilee Young-1/+1
2025-07-28use let chains in mir, resolve, targetKivooeo-10/+8
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-2/+2
2025-06-16Fix RISC-V C function ABI when passing/returning structs containing floatsbeetrees-32/+105
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-7/+3
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-2/+2
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-1/+1
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-1/+1
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-11/+12
2024-12-18make no-variant types a dedicated Variants variantRalf Jung-1/+1
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-8/+10
2024-10-23Set `signext` or `zeroext` for integer arguments on RISC-VAsuna-0/+27
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-0/+367