index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
strbuf.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-484
/
+0
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-0
/
+7
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-11
/
+24
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-0
/
+8
2014-05-14
Change StrBuf::from_utf8() to return Result
Kevin Ballard
-5
/
+9
2014-05-13
Added functions pop_char and shift_char to StrBuf struct along with appropria...
Dylan Braithwaite
-4
/
+57
2014-05-11
auto merge of #14110 : SSheldon/rust/strbuf_mutable, r=alexcrichton
bors
-1
/
+17
2014-05-11
Implement Mutable trait for StrBuf.
Steven Sheldon
-1
/
+17
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-05-08
Handle fallout in std::strbuf
Kevin Ballard
-5
/
+2
2014-05-07
core: Inherit possible string functionality
Alex Crichton
-1
/
+3
2014-04-21
Fix misspellings in comments.
Joseph Crail
-1
/
+1
2014-04-12
std: migrate path::windows to using StrBuf internally.
Huon Wilson
-0
/
+10
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-5
/
+5
2014-04-11
Fix tests. Add Vec<u8> conversion to StrBuf.
Huon Wilson
-1
/
+20
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-0
/
+355