Skip to content

libstd: Implement StrBuf, a new string buffer type like Vec, and port all code over to use it. #13440

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

Merged
merged 2 commits into from
Apr 11, 2014

Conversation

huonw
Copy link
Member

@huonw huonw commented Apr 10, 2014

libstd: Implement StrBuf, a new string buffer type like Vec, and port all code over to use it.

Rebased & tests-fixed version of #13269

@lilyball
Copy link
Contributor

Wasn't there some mention of maybe calling this Str instead of StrBuf?

@huonw
Copy link
Member Author

huonw commented Apr 10, 2014

Yes, there was. I would like that name, but given the current debate with the fate of ~[]/~str, I decided against making the change (despite my biases), and just did a (mostly) mechanical rebase/test update to try to get this landed as soon as possible. :)

bors added a commit that referenced this pull request Apr 11, 2014
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and port all code over to use it.

Rebased & tests-fixed version of #13269
@bors bors closed this Apr 11, 2014
@bors bors merged commit def90f4 into rust-lang:master Apr 11, 2014
@huonw huonw deleted the strbuf branch June 27, 2014 06:47
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 24, 2024
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.

4 participants