about summary refs log tree commit diff
path: root/compiler/rustc_target/src/callconv/mips.rs
AgeCommit message (Collapse)AuthorLines
2025-09-27compiler: remove AbiAlign inside TargetDataLayoutJubilee Young-1/+1
This maintains AbiAlign usage in public API and most of the compiler, but direct access of these fields is now in terms of Align only.
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom ↵Edoardo Marangoni-1/+1
default data address space
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-1/+1
2025-02-06compiler: make rustc_target have less weird reexportsJubilee Young-1/+2
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.
2024-10-11compiler: Empty out rustc_target::abiJubilee Young-0/+53