forked from antoyo/rustc_codegen_gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rust-lang#535 from rust-lang/sync_from_rust_2024_0…
…7_02 Sync from rust 2024/07/02
- Loading branch information
Showing
43 changed files
with
953 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,22 +67,24 @@ jobs: | |
- name: Build | ||
run: | | ||
./y.sh prepare --only-libcore --libgccjit12-patches | ||
./y.sh build --sysroot --no-default-features --sysroot-panic-abort | ||
cargo test --no-default-features | ||
./y.sh clean all | ||
- name: Prepare dependencies | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "User" | ||
./y.sh prepare --libgccjit12-patches | ||
- name: Add more failing tests for GCC 12 | ||
run: cat tests/failing-ui-tests12.txt >> tests/failing-ui-tests.txt | ||
|
||
- name: Add more failing tests because the sysroot is not compiled with LTO | ||
run: cat tests/failing-non-lto-tests.txt >> tests/failing-ui-tests.txt | ||
|
||
- name: Run tests | ||
run: | | ||
./y.sh test --release --clean --build-sysroot ${{ matrix.commands }} --no-default-features | ||
./y.sh build --no-default-features --sysroot-panic-abort | ||
# Uncomment when we no longer need to remove global variables. | ||
#./y.sh build --sysroot --no-default-features --sysroot-panic-abort | ||
#cargo test --no-default-features | ||
#./y.sh clean all | ||
#- name: Prepare dependencies | ||
#run: | | ||
#git config --global user.email "[email protected]" | ||
#git config --global user.name "User" | ||
#./y.sh prepare --libgccjit12-patches | ||
|
||
#- name: Add more failing tests for GCC 12 | ||
#run: cat tests/failing-ui-tests12.txt >> tests/failing-ui-tests.txt | ||
|
||
#- name: Add more failing tests because the sysroot is not compiled with LTO | ||
#run: cat tests/failing-non-lto-tests.txt >> tests/failing-ui-tests.txt | ||
|
||
#- name: Run tests | ||
#run: | | ||
#./y.sh test --release --clean --build-sysroot ${{ matrix.commands }} --no-default-features |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
d61ce945badf4c9d8237a13ca135e3c46ad13be3 | ||
341be3b7d7ac6976cfed8ed59da3573c040d0776 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From a5663265f797a43c502915c356fe7899c16cee92 Mon Sep 17 00:00:00 2001 | ||
From 124a11ce086952a5794d5cfbaa45175809497b81 Mon Sep 17 00:00:00 2001 | ||
From: None <[email protected]> | ||
Date: Sat, 18 Nov 2023 10:50:36 -0500 | ||
Subject: [PATCH] [core] Disable portable-simd test | ||
|
@@ -8,18 +8,18 @@ Subject: [PATCH] [core] Disable portable-simd test | |
1 file changed, 2 deletions(-) | ||
|
||
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs | ||
index d0a119c..76fdece 100644 | ||
index b71786c..cf484d5 100644 | ||
--- a/library/core/tests/lib.rs | ||
+++ b/library/core/tests/lib.rs | ||
@@ -89,7 +89,6 @@ | ||
@@ -95,7 +95,6 @@ | ||
#![feature(never_type)] | ||
#![feature(unwrap_infallible)] | ||
#![feature(pointer_is_aligned)] | ||
#![feature(pointer_is_aligned_to)] | ||
-#![feature(portable_simd)] | ||
#![feature(ptr_metadata)] | ||
#![feature(lazy_cell)] | ||
#![feature(unsized_tuple_coercion)] | ||
@@ -155,7 +154,6 @@ mod pin; | ||
#![feature(const_option)] | ||
@@ -157,7 +156,6 @@ mod pin; | ||
mod pin_macro; | ||
mod ptr; | ||
mod result; | ||
|
@@ -28,5 +28,5 @@ index d0a119c..76fdece 100644 | |
mod str; | ||
mod str_lossy; | ||
-- | ||
2.42.1 | ||
2.45.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[toolchain] | ||
channel = "nightly-2024-03-10" | ||
channel = "nightly-2024-07-02" | ||
components = ["rust-src", "rustc-dev", "llvm-tools-preview"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.