about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/wasm.rs
AgeCommit message (Expand)AuthorLines
2023-11-03default Aggregate ABI to Indirect, and make sure it's never used for unsizedRalf Jung-4/+20
2023-09-08the wasm ABI behavior is a bugRalf Jung-0/+4
2023-07-10rustc_target: Add alignment to indirectly-passed by-value types, correcting thePatrick Walton-1/+1
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-2/+2
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-04-08rustc: Add a new `wasm` ABIAlex Crichton-0/+83