about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/s390x.rs
AgeCommit message (Expand)AuthorLines
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-0/+4
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-1/+1
2021-12-17Eliminate duplicate codes of is_single_fp_elementlzh-20/+2
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-1/+1
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-4/+4
2021-08-27rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.Eduard-Mihai Burtescu-4/+4
2021-08-27rustc_target: add lifetime parameter to `LayoutOf`.Eduard-Mihai Burtescu-8/+4
2020-08-30mv compiler to compiler/mark-0/+79