]> git.lizzy.rs Git - rust.git/commit
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
authorAntoni Boucher <bouanto@zoho.com>
Fri, 13 Aug 2021 01:53:49 +0000 (21:53 -0400)
committerAntoni Boucher <bouanto@zoho.com>
Fri, 13 Aug 2021 01:53:49 +0000 (21:53 -0400)
commitf7237f16ae1c94e35b1927f0e25aef4a3a6e3f22
treee6b06bb2124751d299cae8600981517e9de8624d
parentae90dcf0207c57c3034f00b07048d63f8b2363c8
parentafae271d5d3719eeb92c18bc004bb6d1965a5f3f
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'

git-subtree-dir: compiler/rustc_codegen_gcc
git-subtree-mainline: ae90dcf0207c57c3034f00b07048d63f8b2363c8
git-subtree-split: afae271d5d3719eeb92c18bc004bb6d1965a5f3f
80 files changed:
compiler/rustc_codegen_gcc/.github/FUNDING.yml
compiler/rustc_codegen_gcc/.github/workflows/main.yml
compiler/rustc_codegen_gcc/.gitignore
compiler/rustc_codegen_gcc/Cargo.lock
compiler/rustc_codegen_gcc/Cargo.toml
compiler/rustc_codegen_gcc/LICENSE-APACHE
compiler/rustc_codegen_gcc/LICENSE-MIT
compiler/rustc_codegen_gcc/Readme.md
compiler/rustc_codegen_gcc/build.sh
compiler/rustc_codegen_gcc/build_sysroot/Cargo.toml
compiler/rustc_codegen_gcc/build_sysroot/build_sysroot.sh
compiler/rustc_codegen_gcc/build_sysroot/prepare_sysroot_src.sh
compiler/rustc_codegen_gcc/build_sysroot/src/lib.rs
compiler/rustc_codegen_gcc/cargo.sh
compiler/rustc_codegen_gcc/clean_all.sh
compiler/rustc_codegen_gcc/config.sh
compiler/rustc_codegen_gcc/example/alloc_example.rs
compiler/rustc_codegen_gcc/example/alloc_system.rs
compiler/rustc_codegen_gcc/example/arbitrary_self_types_pointers_and_wrappers.rs
compiler/rustc_codegen_gcc/example/dst-field-align.rs
compiler/rustc_codegen_gcc/example/example.rs
compiler/rustc_codegen_gcc/example/mini_core.rs
compiler/rustc_codegen_gcc/example/mini_core_hello_world.rs
compiler/rustc_codegen_gcc/example/mod_bench.rs
compiler/rustc_codegen_gcc/example/std_example.rs
compiler/rustc_codegen_gcc/example/subslice-patterns-const-eval.rs
compiler/rustc_codegen_gcc/example/track-caller-attribute.rs
compiler/rustc_codegen_gcc/gcc_path
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/prepare.sh
compiler/rustc_codegen_gcc/prepare_build.sh
compiler/rustc_codegen_gcc/rust-toolchain
compiler/rustc_codegen_gcc/rustup.sh
compiler/rustc_codegen_gcc/src/abi.rs
compiler/rustc_codegen_gcc/src/allocator.rs
compiler/rustc_codegen_gcc/src/archive.rs
compiler/rustc_codegen_gcc/src/asm.rs
compiler/rustc_codegen_gcc/src/back/mod.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/callee.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/coverageinfo.rs
compiler/rustc_codegen_gcc/src/debuginfo.rs
compiler/rustc_codegen_gcc/src/declare.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/mangled_std_symbols.rs
compiler/rustc_codegen_gcc/src/mono_item.rs
compiler/rustc_codegen_gcc/src/type_.rs
compiler/rustc_codegen_gcc/src/type_of.rs
compiler/rustc_codegen_gcc/src/va_arg.rs
compiler/rustc_codegen_gcc/test.sh
compiler/rustc_codegen_gcc/tests/lib.rs
compiler/rustc_codegen_gcc/tests/run/abort1.rs
compiler/rustc_codegen_gcc/tests/run/abort2.rs
compiler/rustc_codegen_gcc/tests/run/array.rs
compiler/rustc_codegen_gcc/tests/run/asm.rs
compiler/rustc_codegen_gcc/tests/run/assign.rs
compiler/rustc_codegen_gcc/tests/run/closure.rs
compiler/rustc_codegen_gcc/tests/run/condition.rs
compiler/rustc_codegen_gcc/tests/run/empty_main.rs
compiler/rustc_codegen_gcc/tests/run/exit.rs
compiler/rustc_codegen_gcc/tests/run/exit_code.rs
compiler/rustc_codegen_gcc/tests/run/fun_ptr.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/ptr_cast.rs
compiler/rustc_codegen_gcc/tests/run/return-tuple.rs
compiler/rustc_codegen_gcc/tests/run/slice.rs
compiler/rustc_codegen_gcc/tests/run/static.rs
compiler/rustc_codegen_gcc/tests/run/structs.rs
compiler/rustc_codegen_gcc/tests/run/tuple.rs