]> git.lizzy.rs Git - rust.git/commit
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
authorbjorn3 <bjorn3@users.noreply.github.com>
Sat, 26 Mar 2022 17:29:37 +0000 (18:29 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sat, 26 Mar 2022 17:29:37 +0000 (18:29 +0100)
commitbbff48e09463618dde1627883a350b7427ae6d44
tree84d7f352faf7b9dc8f37d379b9f79311160bf7fe
parent1fca19c8ca4ae5e71e8b17a82c3acfeb78c48891
parent39683d8eb7a32a74bea96ecbf1e87675d3338506
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
35 files changed:
compiler/rustc_codegen_gcc/.github/workflows/ci.yml
compiler/rustc_codegen_gcc/.gitignore
compiler/rustc_codegen_gcc/Cargo.lock
compiler/rustc_codegen_gcc/Readme.md
compiler/rustc_codegen_gcc/build.sh
compiler/rustc_codegen_gcc/build_sysroot/build_sysroot.sh
compiler/rustc_codegen_gcc/cargo.sh
compiler/rustc_codegen_gcc/example/mini_core.rs
compiler/rustc_codegen_gcc/patches/0022-core-Disable-not-compiling-tests.patch
compiler/rustc_codegen_gcc/patches/0023-core-Ignore-failing-tests.patch
compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch
compiler/rustc_codegen_gcc/patches/0028-core-Disable-long-running-tests.patch
compiler/rustc_codegen_gcc/prepare_build.sh
compiler/rustc_codegen_gcc/rust-toolchain
compiler/rustc_codegen_gcc/src/abi.rs
compiler/rustc_codegen_gcc/src/back/write.rs
compiler/rustc_codegen_gcc/src/base.rs
compiler/rustc_codegen_gcc/src/builder.rs
compiler/rustc_codegen_gcc/src/common.rs
compiler/rustc_codegen_gcc/src/consts.rs
compiler/rustc_codegen_gcc/src/context.rs
compiler/rustc_codegen_gcc/src/declare.rs
compiler/rustc_codegen_gcc/src/int.rs
compiler/rustc_codegen_gcc/src/intrinsic/mod.rs
compiler/rustc_codegen_gcc/src/intrinsic/simd.rs
compiler/rustc_codegen_gcc/src/lib.rs
compiler/rustc_codegen_gcc/src/type_.rs
compiler/rustc_codegen_gcc/src/type_of.rs
compiler/rustc_codegen_gcc/test.sh
compiler/rustc_codegen_gcc/tests/run/assign.rs
compiler/rustc_codegen_gcc/tests/run/int.rs
compiler/rustc_codegen_gcc/tests/run/int_overflow.rs
compiler/rustc_codegen_gcc/tests/run/mut_ref.rs
compiler/rustc_codegen_gcc/tests/run/operations.rs
compiler/rustc_codegen_gcc/tests/run/static.rs