about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/aarch64.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-07-10aarch64-linux: properly handle 128bit aligned aggregatesErik Desjardins-32/+38
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-7/+34
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-1/+1
2022-08-22rustdoc doesn't like bare urlsWesley Wiser-1/+1
2022-07-06fix issue 97463 using change suggested by nbdd0121.Felix S. Klock II-7/+34
2021-08-30rustc_target: remove `LayoutOf` bound from `TyAbiInterface`.Eduard-Mihai Burtescu-5/+5
2021-08-27rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.Eduard-Mihai Burtescu-5/+5
2021-08-27rustc_target: add lifetime parameter to `LayoutOf`.Eduard-Mihai Burtescu-4/+4
2021-01-27Fix ARM and AArch64 calling convention for passing small composite typesAmanieu d'Antras-22/+2
2020-08-30mv compiler to compiler/mark-0/+106