about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/mips.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-26Move `ArgAbi::pad_i32` into `PassMode::Cast`.Nicholas Nethercote-4/+2
2022-08-26Turn `ArgAbi::pad` into a `bool`.Nicholas Nethercote-1/+1
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-1/+1
2021-08-27rustc_target: add lifetime parameter to `LayoutOf`.Eduard-Mihai Burtescu-10/+7
2020-08-30mv compiler to compiler/mark-0/+54