]> git.lizzy.rs Git - rust.git/commit
Change `FnAbi::args` to a boxed slice.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 25 Aug 2022 09:08:04 +0000 (19:08 +1000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 26 Aug 2022 00:30:36 +0000 (10:30 +1000)
commitb75b3b3afecfb6638c7c75ad665f8f3091aab1ae
tree1538fd848a4898cf66d994d070cb45e53993c638
parent4df7bffa953d4583f6785114519602a4f1898f8d
Change `FnAbi::args` to a boxed slice.
24 files changed:
compiler/rustc_codegen_gcc/src/abi.rs
compiler/rustc_codegen_llvm/src/abi.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/avr.rs
compiler/rustc_target/src/abi/call/bpf.rs
compiler/rustc_target/src/abi/call/hexagon.rs
compiler/rustc_target/src/abi/call/m68k.rs
compiler/rustc_target/src/abi/call/mips.rs
compiler/rustc_target/src/abi/call/mips64.rs
compiler/rustc_target/src/abi/call/mod.rs
compiler/rustc_target/src/abi/call/msp430.rs
compiler/rustc_target/src/abi/call/nvptx64.rs
compiler/rustc_target/src/abi/call/powerpc.rs
compiler/rustc_target/src/abi/call/powerpc64.rs
compiler/rustc_target/src/abi/call/s390x.rs
compiler/rustc_target/src/abi/call/sparc.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/call/x86_win64.rs