-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.2] Small sync fixes and backports #4086
Merged
Merged
Conversation
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
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
tgross35
changed the title
[0.2] Apply small fixes to sync
[0.2] Small sync fixes and backports
Nov 17, 2024
main
and libc-0.2
build and test
tgross35
force-pushed
the
misc-sync
branch
3 times, most recently
from
November 17, 2024 08:25
c624793
to
be0d8a1
Compare
Just check out a few hunks of these files from `main` now that we aren't limited by the old MSRV.
Signed-off-by: shandongbinzhou <[email protected]> (cherry picked from commit 7735f68)
(backport <rust-lang#3734>) (cherry picked from commit 7000471)
(backport <rust-lang#3746>) (cherry picked from commit 68ebe1d)
close rust-lang#3611 (backport <rust-lang#3617>) (cherry picked from commit 01955ae)
close rust-lang#3577 (backport <rust-lang#3583>) (cherry picked from commit 7763956)
tgross35
force-pushed
the
misc-sync
branch
2 times, most recently
from
November 17, 2024 08:42
5c5007f
to
face160
Compare
close rust-lang#3190 (backport <rust-lang#3213>) (cherry picked from commit e3caaf6)
Also make shellcheck failures actually cause an exit, `find ... -exec` apparently does not propagate errors. (backport <rust-lang#4087>) (cherry picked from commit 1568789)
(backport <rust-lang#3647>) (cherry picked from commit 2e94ad3)
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Nov 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just check out a few hunks of these files from
main
now that we aren't limited by the old MSRV..Additionally, backport the following: