]> git.lizzy.rs Git - rust.git/commit
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
authorAntoni Boucher <bouanto@zoho.com>
Tue, 7 Jun 2022 02:04:37 +0000 (22:04 -0400)
committerAntoni Boucher <bouanto@zoho.com>
Tue, 7 Jun 2022 02:04:37 +0000 (22:04 -0400)
commit3fac982e07a859ffedba37865bcc6c508e47893b
treea12775cef836537f2c2dad6a3f32788285c5cdf2
parent50b00252aeb77b10db04d65dc9e12ce758def4b5
parente8dca3e87d164d2806098c462c6ce41301341f68
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
41 files changed:
compiler/rustc_codegen_gcc/.github/workflows/ci.yml
compiler/rustc_codegen_gcc/.gitignore
compiler/rustc_codegen_gcc/.rustfmt.toml
compiler/rustc_codegen_gcc/Cargo.lock
compiler/rustc_codegen_gcc/Cargo.toml
compiler/rustc_codegen_gcc/build.sh
compiler/rustc_codegen_gcc/build_sysroot/build_sysroot.sh
compiler/rustc_codegen_gcc/build_sysroot/prepare_sysroot_src.sh
compiler/rustc_codegen_gcc/cargo.sh
compiler/rustc_codegen_gcc/clean_all.sh
compiler/rustc_codegen_gcc/config.sh
compiler/rustc_codegen_gcc/crate_patches/0002-rand-Disable-failing-test.patch
compiler/rustc_codegen_gcc/example/std_example.rs
compiler/rustc_codegen_gcc/patches/0024-core-Disable-portable-simd-test.patch
compiler/rustc_codegen_gcc/prepare.sh
compiler/rustc_codegen_gcc/prepare_build.sh
compiler/rustc_codegen_gcc/rust-toolchain
compiler/rustc_codegen_gcc/rustc_patches/compile_test.patch
compiler/rustc_codegen_gcc/rustup.sh
compiler/rustc_codegen_gcc/src/asm.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/archs.rs
compiler/rustc_codegen_gcc/src/intrinsic/llvm.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/lang_tests_common.rs
compiler/rustc_codegen_gcc/tests/lang_tests_debug.rs
compiler/rustc_codegen_gcc/tests/lang_tests_release.rs
compiler/rustc_codegen_gcc/tests/run/int.rs
compiler/rustc_codegen_gcc/tests/run/int_overflow.rs
compiler/rustc_codegen_gcc/tools/generate_intrinsics.py