about summary refs log tree commit diff
path: root/compiler/rustc_target/src/abi/call/csky.rs
AgeCommit message (Expand)AuthorLines
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-61/+0
2024-09-03Add `warn(unreachable_pub)` to `rustc_target`.Nicholas Nethercote-1/+1
2024-04-08force_array -> is_consecutiveNikita Popov-2/+2
2024-04-08Fix argument ABI for overaligned structs on ppc64leNikita Popov-2/+2
2023-11-07test and fix some more targetsRalf Jung-0/+8
2023-10-25implement C ABI lowering for CSKYdirreke-8/+30
2023-08-14Update compiler/rustc_target/src/abi/call/csky.rsDirreck-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+31