rust/compiler/rustc_target/src/callconv
Jubilee Young 89da3614e5 compiler: make rustc_target have less weird reexports
rustc_target has had a lot of weird reexports for various reasons, but
now we're at a point where we can actually start reducing their number.
We remove weird shadowing-dependent behavior and import directly from
rustc_abi instead of doing weird renaming imports.

This is only incremental progress and does not entirely fix the crate.
2025-02-06 01:39:46 -08:00
..
aarch64.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
amdgpu.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
arm.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
avr.rs compiler: Empty out rustc_target::abi 2024-10-11 17:41:52 -07:00
bpf.rs compiler: Empty out rustc_target::abi 2024-10-11 17:41:52 -07:00
csky.rs compiler: Empty out rustc_target::abi 2024-10-11 17:41:52 -07:00
hexagon.rs compiler: Empty out rustc_target::abi 2024-10-11 17:41:52 -07:00
loongarch.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
m68k.rs compiler: Empty out rustc_target::abi 2024-10-11 17:41:52 -07:00
mips.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
mips64.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
mod.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
msp430.rs compiler: Empty out rustc_target::abi 2024-10-11 17:41:52 -07:00
nvptx64.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
powerpc.rs compiler: Empty out rustc_target::abi 2024-10-11 17:41:52 -07:00
powerpc64.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
riscv.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
s390x.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
sparc.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
sparc64.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
wasm.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
x86.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
x86_64.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00
x86_win64.rs Windows x86: Change i128 to return via the vector ABI 2025-01-27 12:12:59 +00:00
xtensa.rs compiler: make rustc_target have less weird reexports 2025-02-06 01:39:46 -08:00