Add socket extensions for cygwin#139524
Merged
bors merged 1 commit intorust-lang:masterfrom Sep 7, 2025
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
Some limitations:
|
e0b30bf to
ce3ee0c
Compare
Collaborator
|
☔ The latest upstream changes (presumably #143157) made this pull request unmergeable. Please resolve the merge conflicts. |
Member
|
I think Jonas doesn't do reviews currently. @Berrysoft can you solve conflicts? We will reroll the reviewer. |
c1a11cb to
31597e6
Compare
Contributor
Author
|
Thanks! I have rebased the PR. |
This comment has been minimized.
This comment has been minimized.
Member
|
Thanks. r? rust-lang/libs |
Member
|
Rerolling: #144651 (comment) r? rust-lang/libs |
tgross35
requested changes
Aug 27, 2025
3e98cc6 to
26b1575
Compare
Contributor
Author
|
@rustbot ready r? tgross35 |
Collaborator
|
Requested reviewer is already assigned to this pull request. Please choose another assignee. |
tgross35
approved these changes
Sep 6, 2025
Contributor
|
Thanks! @bors r+ |
Collaborator
bors
added a commit
that referenced
this pull request
Sep 6, 2025
Rollup of 5 pull requests Successful merges: - #139524 (Add socket extensions for cygwin) - #145940 (single buffer for exponent fmt of integers) - #146206 (identity uses are ok, even if there are no defining uses) - #146272 (Update comment for `-Werror` on LLVM builds) - #146280 (Make `LetChainsPolicy` public for rustfmt usage) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
that referenced
this pull request
Sep 7, 2025
Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35 Add socket extensions for cygwin r? `@joboet` * Abstract name uds addr * quickack * passcred
github-actions bot
pushed a commit
to rust-lang/rustc-dev-guide
that referenced
this pull request
Sep 8, 2025
Rollup of 5 pull requests Successful merges: - rust-lang/rust#139524 (Add socket extensions for cygwin) - rust-lang/rust#145940 (single buffer for exponent fmt of integers) - rust-lang/rust#146206 (identity uses are ok, even if there are no defining uses) - rust-lang/rust#146272 (Update comment for `-Werror` on LLVM builds) - rust-lang/rust#146280 (Make `LetChainsPolicy` public for rustfmt usage) r? `@ghost` `@rustbot` modify labels: rollup
github-actions bot
pushed a commit
to model-checking/verify-rust-std
that referenced
this pull request
Sep 10, 2025
…oss35 Add socket extensions for cygwin r? `@joboet` * Abstract name uds addr * quickack * passcred
Kobzol
pushed a commit
to Kobzol/rustc_codegen_gcc
that referenced
this pull request
Dec 21, 2025
Rollup of 5 pull requests Successful merges: - rust-lang/rust#139524 (Add socket extensions for cygwin) - rust-lang/rust#145940 (single buffer for exponent fmt of integers) - rust-lang/rust#146206 (identity uses are ok, even if there are no defining uses) - rust-lang/rust#146272 (Update comment for `-Werror` on LLVM builds) - rust-lang/rust#146280 (Make `LetChainsPolicy` public for rustfmt usage) r? `@ghost` `@rustbot` modify labels: rollup
Kobzol
pushed a commit
to Kobzol/rustc_codegen_cranelift
that referenced
this pull request
Dec 29, 2025
Rollup of 5 pull requests Successful merges: - rust-lang/rust#139524 (Add socket extensions for cygwin) - rust-lang/rust#145940 (single buffer for exponent fmt of integers) - rust-lang/rust#146206 (identity uses are ok, even if there are no defining uses) - rust-lang/rust#146272 (Update comment for `-Werror` on LLVM builds) - rust-lang/rust#146280 (Make `LetChainsPolicy` public for rustfmt usage) r? `@ghost` `@rustbot` modify labels: rollup
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.
r? @joboet