]> git.lizzy.rs Git - rust.git/commit
auto merge of #14323 : richo/rust/features/strbuf_to_string, r=huonw
authorbors <bors@rust-lang.org>
Sun, 25 May 2014 04:51:18 +0000 (21:51 -0700)
committerbors <bors@rust-lang.org>
Sun, 25 May 2014 04:51:18 +0000 (21:51 -0700)
commit7d76d0ad44e1ec203d235f22eb3514247b8cbfe5
tree01682cf8147183250713acf5e8a77265aab7153c
parentbbb70cdd9cd982922cf7390459d53bde409699ae
parent553074506ecd139eb961fb91eb33ad9fd0183acb
auto merge of #14323 : richo/rust/features/strbuf_to_string, r=huonw

Converts `StrBuf` to `String` throughout rustc and the standard library.

Tests all pass locally, but usual caveats about platforms that aren't OSX apply since I don't have a test environment handy.

@alexcritchon mentioned that @pcwalton may have a patch incoming that should block this?

closes #14312