about summary refs log tree commit diff
path: root/src/libstd/string.rs
AgeCommit message (Expand)AuthorLines
2014-06-05std: Recreate a `collections` moduleAlex Crichton-480/+0
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-28Replace StrAllocating.into_owned() with .into_string()Kevin Ballard-5/+0
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-26std: Remove String::from_owned_str as it's redundantRicho Healey-1/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-0/+484