about summary refs log tree commit diff
path: root/src/libstd/strbuf.rs
AgeCommit message (Expand)AuthorLines
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-484/+0
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-0/+7
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-11/+24
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-0/+8
2014-05-14Change StrBuf::from_utf8() to return ResultKevin Ballard-5/+9
2014-05-13Added functions pop_char and shift_char to StrBuf struct along with appropria...Dylan Braithwaite-4/+57
2014-05-11auto merge of #14110 : SSheldon/rust/strbuf_mutable, r=alexcrichtonbors-1/+17
2014-05-11Implement Mutable trait for StrBuf.Steven Sheldon-1/+17
2014-05-11core: Remove the cast moduleAlex Crichton-3/+3
2014-05-08Handle fallout in std::strbufKevin Ballard-5/+2
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+3
2014-04-21Fix misspellings in comments.Joseph Crail-1/+1
2014-04-12std: migrate path::windows to using StrBuf internally.Huon Wilson-0/+10
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-5/+5
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-1/+20
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-0/+355