about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/riscv.rs
AgeCommit message (Expand)AuthorLines
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-0/+8
2023-09-19rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m...msizanoen-0/+11
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-1/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-2/+2
2022-08-26Change `FnAbi::fixed_count` to a `u32`.Nicholas Nethercote-1/+1
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-2/+2
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-2/+2
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-8/+2
2021-08-27rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.Eduard-Mihai Burtescu-6/+6
2021-08-27rustc_target: add lifetime parameter to `LayoutOf`.Eduard-Mihai Burtescu-5/+5
2020-11-21Replace sext() and zext() with single ext() methodbjorn3-2/+2
2020-11-21Replace ZExt and SExt flags with ArgExtension enumbjorn3-2/+2
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+2
2020-08-30mv compiler to compiler/mark-0/+356