Uh oh!
There was an error while loading. Please reload this page.
Implement stabilization of #[feature(io_safety)]. - #95118
Merged
bors merged 2 commits intoJun 15, 2022
Conversation
rust-highfive
commented
Mar 19, 2022
Contributor
r? @yaahc (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
5 tasks
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
sunfishcodeforce-pushed
the
sunfishcode/stabilize-io-safety
branch
from
April 12, 2022 15:46
0498007 to
8fe7ccaCompare
This comment was marked as resolved.
This comment was marked as resolved.
sunfishcodeforce-pushed
the
sunfishcode/stabilize-io-safety
branch
from
April 28, 2022 15:49
8fe7cca to
23c7408Compare
This comment was marked as resolved.
This comment was marked as resolved.
sunfishcodeforce-pushed
the
sunfishcode/stabilize-io-safety
branch
from
May 11, 2022 00:14
23c7408 to
5305138Compare
This comment was marked as resolved.
This comment was marked as resolved.
sunfishcodeforce-pushed
the
sunfishcode/stabilize-io-safety
branch
from
May 16, 2022 12:08
e3881f4 to
f8f557dComparesunfishcode
marked this pull request as ready for review
June 8, 2022 17:04
joshtriplett
commented
Jun 14, 2022
Member
@bors r+ |
bors
commented
Jun 14, 2022
Collaborator
📌 Commit f8f557de8fcedcbe498fb57d3ffc697070ee1fa7 has been approved by |
bors
commented
Jun 14, 2022
Collaborator
⌛ Testing commit f8f557de8fcedcbe498fb57d3ffc697070ee1fa7 with merge 0cf727f72fd6b13730839ec56bb0bbef4b7c48f1... |
bors
commented
Jun 14, 2022
Collaborator
💔 Test failed - checks-actions |
Implement stabilization of [I/O safety], aka `#[feature(io_safety)]`. Fixesrust-lang#87074. [I/O safety]: https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md
sunfishcodeforce-pushed
the
sunfishcode/stabilize-io-safety
branch
from
June 14, 2022 21:50
f8f557d to
1237232Compare
This comment has been minimized.
This comment has been minimized.
sunfishcode
commented
Jun 14, 2022
MemberAuthor
I missed adding a |
joshtriplett
commented
Jun 15, 2022
Member
@bors r+ |
bors
commented
Jun 15, 2022
Collaborator
📌 Commit 1237232 has been approved by |
Dylan-DPC added a commit
to Dylan-DPC/rust
that referenced
this pull request
Jun 15, 2022
…o-safety, r=joshtriplett Implement stabilization of `#[feature(io_safety)]`. Implement stabilization of [I/O safety], aka `#[feature(io_safety)]`. Fixesrust-lang#87074. [I/O safety]: https://github.com/rust-lang/rfcs/blob/master/text/3128-io-safety.md
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 15, 2022
Rollup of 3 pull requests Successful merges: - rust-lang#95118 (Implement stabilization of `#[feature(io_safety)]`.) - rust-lang#98110 (Make `ExprKind::Closure` a struct variant.) - rust-lang#98115 (Remove `rustc_deprecated` diagnostics) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
bors
commented
Jun 15, 2022
Collaborator
18 tasks
Thomasdezeeuw added a commit
to Thomasdezeeuw/socket2
that referenced
this pull request
Jul 26, 2022
In the future we'll switch to 1.63 so we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
Thomasdezeeuw added a commit
to Thomasdezeeuw/socket2
that referenced
this pull request
Aug 13, 2022
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
Thomasdezeeuw added a commit
to Thomasdezeeuw/socket2
that referenced
this pull request
Aug 13, 2022
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
Thomasdezeeuw added a commit
to rust-lang/socket2
that referenced
this pull request
Aug 13, 2022
So we can use the I/O safety feature stabilised in 1.63: rust-lang/rust#95118.
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 freeto 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.
Implement stabilization of I/O safety, aka
#[feature(io_safety)].Fixes#87074.