Skip to content

Stabilize std::io::Buf{Reader, Writer}::capacity - #72924

Merged
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:stabilize-buf-capacity
Jun 3, 2020
Merged

Stabilize std::io::Buf{Reader, Writer}::capacity#72924
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:stabilize-buf-capacity

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

Closes#68833
FCP is done here: #68833 (comment)

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @shepmaster

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 2, 2020
/// }
/// ```
#[unstable(feature = "buffered_io_capacity", issue = "68833")]
#[stable(feature = "buffered_io_capacity", since = "1.46.0")]

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I set 1.46.0 here since promoting will happen soon.

@Lucretiel

Copy link
Copy Markdown
Contributor

Not a blocker, but related: #72919

@jonas-schievinkjonas-schievink added relnotes Marks issues that should be documented in the release notes of the next release. T-libs-api [DEPRECATED; DO NOT USE] labels Jun 2, 2020
@jonas-schievinkjonas-schievink added this to the 1.45 milestone Jun 2, 2020
@shepmaster

Copy link
Copy Markdown
Member

I set 1.46.0 here

@jonas-schievink added this to the 1.45 milestone 18 minutes ago

@jonas-schievink

Copy link
Copy Markdown
Contributor

Milestones don't have to be accurate right away, but they need to be set so the release team can update them when a new Rust version is released.

@shepmaster

Copy link
Copy Markdown
Member

Based on the FCP...

@bors r+ rollup

@bors

bors commented Jun 3, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 7d27c63 has been approved by shepmaster

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 3, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 3, 2020
Rollup of 5 pull requests
Successful merges:
- rust-lang#72586 (split select into submodules)
- rust-lang#72900 (Don't count pathless --extern for unused-crate-dependencies warnings)
- rust-lang#72924 (Stabilize `std::io::Buf{Reader, Writer}::capacity`)
- rust-lang#72942 (clean up E0641 explanation)
- rust-lang#72945 (Updated documentation for Control Flow Guard)
Failed merges:
r? @ghost
@bors
bors merged commit ec2826c into rust-lang:masterJun 3, 2020
@JohnTitor
JohnTitor deleted the stabilize-buf-capacity branch June 3, 2020 20:06
@JohnTitorJohnTitor modified the milestones: 1.45, 1.46Jun 30, 2020
@JohnTitor

Copy link
Copy Markdown
MemberAuthor

Updated the milestone following the stabilize version.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

relnotesMarks issues that should be documented in the release notes of the next release.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking issue for std::io::{BufReader, BufWriter}::capacity

6 participants

@JohnTitor@rust-highfive@Lucretiel@shepmaster@jonas-schievink@bors