about summary refs log tree commit diff
path: root/src/libstd/strbuf.rs
AgeCommit message (Expand)AuthorLines
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