]> git.lizzy.rs Git - rust.git/commit
Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegen
authorAntoni Boucher <bouanto@zoho.com>
Fri, 17 Sep 2021 21:52:40 +0000 (17:52 -0400)
committerAntoni Boucher <bouanto@zoho.com>
Fri, 17 Sep 2021 21:52:40 +0000 (17:52 -0400)
commitdf487317d08eb1bf194e87aa7c193bb738ed7546
tree55809bfa285895a267b36eb05873008679c50bb8
parent87f8525faacba5299577db41371185c186def330
parent48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267
Merge commit '48d60ab7c505c6c1ebb042eacaafd8dc9f7a9267' into libgccjit-codegen
22 files changed:
compiler/rustc_codegen_gcc/.github/workflows/main.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/cargo.sh
compiler/rustc_codegen_gcc/config.sh
compiler/rustc_codegen_gcc/rust-toolchain
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/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/intrinsic/mod.rs
compiler/rustc_codegen_gcc/src/lib.rs
compiler/rustc_codegen_gcc/src/mono_item.rs
compiler/rustc_codegen_gcc/src/type_of.rs
compiler/rustc_codegen_gcc/test.sh
compiler/rustc_codegen_gcc/tests/run/asm.rs