about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/sparc64.rs
AgeCommit message (Expand)AuthorLines
2023-01-22abi: add `AddressSpace` field to `Primitive::Pointer`Erik Desjardins-1/+1
2023-01-22rustc_abi: remove Primitive::{is_float,is_int}Erik Desjardins-2/+2
2022-12-01Remove useless borrows and derefsMaybe Waffle-2/+2
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-7/+7
2022-08-26Change `FnAbi::args` to a boxed slice.Nicholas Nethercote-1/+1
2022-04-13couple of clippy::complexity fixesMatthias Krüger-3/+3
2022-04-05Mark scalar layout unions so that backends that do not support partially init...Oli Scherer-11/+9
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-02-21formatting fixesPetr Sumbera-8/+2
2022-02-21more complete sparc64 ABI fix for aggregates with floating point membersPetr Sumbera-101/+183
2021-12-01fix sparc64 ABI for aggregates with floating point membersPetr Sumbera-33/+93
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-08-30mv compiler to compiler/mark-0/+92