Skip to content
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

Fix up vec guarnatee around capacity #41535

Merged
merged 1 commit into from
Apr 26, 2017
Merged

Conversation

steveklabnik
Copy link
Member

Fixes #37746

r? @rust-lang/libs

@BurntSushi
Copy link
Member

This LGTM (I feel like I've probably relied on this property at one point or another), but would like other opinions.

@alexcrichton
Copy link
Member

Yeah this the crux of the "read into an uninitialized buffer" strategy, so I feel like we're required to have this property hold!

@bors: r+

@bors
Copy link
Contributor

bors commented Apr 25, 2017

📌 Commit 19b7272 has been approved by alexcrichton

@frewsxcv
Copy link
Member

@bors rollup

arielb1 pushed a commit to arielb1/rust that referenced this pull request Apr 25, 2017
Fix up vec guarnatee around capacity

Fixes rust-lang#37746

r? @rust-lang/libs
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 26, 2017
Fix up vec guarnatee around capacity

Fixes rust-lang#37746

r? @rust-lang/libs
bors added a commit that referenced this pull request Apr 26, 2017
Rollup of 9 pull requests

- Successful merges: #39983, #41442, #41463, #41500, #41518, #41527, #41528, #41530, #41535
- Failed merges:
@bors bors merged commit 19b7272 into rust-lang:master Apr 26, 2017
@steveklabnik steveklabnik deleted the gh37746 branch October 25, 2017 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants