]> git.lizzy.rs Git - rust.git/commit
rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.
authorEduard-Mihai Burtescu <eddyb@lyken.rs>
Wed, 25 Aug 2021 13:45:24 +0000 (16:45 +0300)
committerEduard-Mihai Burtescu <eddyb@lyken.rs>
Fri, 27 Aug 2021 10:09:32 +0000 (13:09 +0300)
commit8486571a10ce57b02ae19bfb1b31736fb2a1b4fe
treec96cb8d4fc958744e53863191b1d93b0fd65fdbb
parent83d986aa28619820e446279c5304a1ea2bd587e0
rustc_target: rename `TyAndLayoutMethods` to `TyAbiInterface`.
15 files changed:
compiler/rustc_codegen_llvm/src/type_of.rs
compiler/rustc_middle/src/ty/layout.rs
compiler/rustc_target/src/abi/call/aarch64.rs
compiler/rustc_target/src/abi/call/amdgpu.rs
compiler/rustc_target/src/abi/call/arm.rs
compiler/rustc_target/src/abi/call/mips64.rs
compiler/rustc_target/src/abi/call/mod.rs
compiler/rustc_target/src/abi/call/powerpc64.rs
compiler/rustc_target/src/abi/call/riscv.rs
compiler/rustc_target/src/abi/call/s390x.rs
compiler/rustc_target/src/abi/call/sparc64.rs
compiler/rustc_target/src/abi/call/wasm.rs
compiler/rustc_target/src/abi/call/x86.rs
compiler/rustc_target/src/abi/call/x86_64.rs
compiler/rustc_target/src/abi/mod.rs