Merged
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see CONTRIBUTING.md for more information. |
Member
|
Thanks! |
jdm
pushed a commit
to jdm/libc
that referenced
this pull request
Jan 17, 2017
Fix aligned access in memrchr fallback
dlrobertson
pushed a commit
to dlrobertson/libc
that referenced
this pull request
Oct 31, 2017
gnzlbg
pushed a commit
to gnzlbg/libc
that referenced
this pull request
Feb 24, 2019
Include additional types from libc Copied a few extra definitions from the libc crate.
lvllvl
added a commit
to lvllvl/libc
that referenced
this pull request
Jan 7, 2025
# This is the 1st commit message: chore: add labels to FIXMEs # This is the commit message rust-lang#2: change label for .field FIXMEs # This is the commit message rust-lang#3: add fixme csv # This is the commit message rust-lang#4: Update fixmes.csv # This is the commit message rust-lang#5: Update fixmes.csv # This is the commit message rust-lang#6: Update fixmes.csv # This is the commit message rust-lang#7: Update fixmes.csv # This is the commit message rust-lang#8: Update fixmes.csv # This is the commit message rust-lang#9: Update fixmes.csv # This is the commit message rust-lang#10: Update fixmes.csv # This is the commit message rust-lang#11: Update fixmes.csv # This is the commit message rust-lang#12: Update fixmes.csv # This is the commit message rust-lang#13: Update fixmes.csv # This is the commit message rust-lang#14: Update fixmes.csv # This is the commit message rust-lang#15: Update fixmes.csv # This is the commit message rust-lang#16: Update fixmes.csv # This is the commit message rust-lang#17: Update fixmes.csv # This is the commit message rust-lang#18: updates to csv # This is the commit message rust-lang#19: Update fixmes.csv # This is the commit message rust-lang#20: Update fixmes.csv # This is the commit message rust-lang#21: Update fixmes.csv # This is the commit message rust-lang#22: Update fixmes.csv remove hurd" # This is the commit message rust-lang#23: Update fixmes.csv remove "'s
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Feb 22, 2025
add support for s390x
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Feb 22, 2025
Specify syntex version
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Apr 2, 2025
add support for s390x
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Apr 2, 2025
Specify syntex version
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Dec 2, 2025
We have had a high number of CI failures in the past few days due to
errors like:
rust-lang#9 857.0 curl: (28) Failed to connect to kernel.org port 443 after 135536 ms: Couldn't connect to server
rust-lang#9 ERROR: process "/bin/sh -c /install-musl.sh arm" did not complete successfully: exit code: 28
Replace the Alpine kernel.org URLs with a rust-lang mirror to mitigate
this.
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Dec 2, 2025
We have had a high number of CI failures in the past few days due to
errors like:
rust-lang#9 857.0 curl: (28) Failed to connect to kernel.org port 443 after 135536 ms: Couldn't connect to server
rust-lang#9 ERROR: process "/bin/sh -c /install-musl.sh arm" did not complete successfully: exit code: 28
Replace the Alpine kernel.org URLs with a rust-lang mirror to mitigate
this.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 2, 2025
We have had a high number of CI failures in the past few days due to
errors like:
#9 857.0 curl: (28) Failed to connect to kernel.org port 443 after 135536 ms: Couldn't connect to server
#9 ERROR: process "/bin/sh -c /install-musl.sh arm" did not complete successfully: exit code: 28
Replace the Alpine kernel.org URLs with a rust-lang mirror to mitigate
this.
tgross35
added a commit
to tgross35/rust-libc
that referenced
this pull request
Dec 28, 2025
We have had a high number of CI failures in the past few days due to
errors like:
rust-lang#9 857.0 curl: (28) Failed to connect to kernel.org port 443 after 135536 ms: Couldn't connect to server
rust-lang#9 ERROR: process "/bin/sh -c /install-musl.sh arm" did not complete successfully: exit code: 28
Replace the Alpine kernel.org URLs with a rust-lang mirror to mitigate
this.
(backport <rust-lang#4860>)
(cherry picked from commit ba9759d)
github-merge-queue bot
pushed a commit
that referenced
this pull request
Dec 28, 2025
We have had a high number of CI failures in the past few days due to
errors like:
#9 857.0 curl: (28) Failed to connect to kernel.org port 443 after 135536 ms: Couldn't connect to server
#9 ERROR: process "/bin/sh -c /install-musl.sh arm" did not complete successfully: exit code: 28
Replace the Alpine kernel.org URLs with a rust-lang mirror to mitigate
this.
(backport <#4860>)
(cherry picked from commit ba9759d)
This file contains hidden or 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
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.
No description provided.