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