about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/mips64.rs
AgeCommit message (Expand)AuthorLines
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-167/+0
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-1/+1
2024-05-06Refactor float `Primitive`s to a separate `Float` typebeetrees-3/+3
2024-04-08force_array -> is_consecutiveNikita Popov-2/+2
2024-04-08Fix argument ABI for overaligned structs on ppc64leNikita Popov-2/+2
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-3/+3
2021-12-01fix sparc64 ABI for aggregates with floating point membersPetr Sumbera-4/+11
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-3/+3
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
2020-11-21Replace sext() and zext() with single ext() methodbjorn3-2/+2
2020-11-21Rename prefix_chunk to prefix_chunk_sizebjorn3-1/+1
2020-11-21Replace ZExt and SExt flags with ArgExtension enumbjorn3-2/+2
2020-08-30mv compiler to compiler/mark-0/+160