about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/x86_64.rs
AgeCommit message (Expand)AuthorLines
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-6/+8
2023-07-10rustc_target: Add alignment to indirectly-passed by-value types, correcting thePatrick Walton-1/+1
2023-07-03abi: avoid ice for non-ffi-safe fn ptrsDavid Wood-4/+6
2023-06-02Fix broken linkcui fliter-1/+1
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-1/+1
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-1/+1
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-1/+1
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-3/+3
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+248