about summary refs log tree commit diff
path: root/src/test/stdtest/str.rs
AgeCommit message (Expand)AuthorLines
2011-08-31Start paring down std::str. Issue #855Brian Anderson-124/+200
2011-08-20ReformatBrian Anderson-31/+31
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-1/+1
2011-08-12Rename str::connect_ivec to str::connectBrian Anderson-1/+1
2011-08-12Convert uses of str::connect to str::connect_ivecBrian Anderson-5/+5
2011-08-12Convert str::concat to ivecsBrian Anderson-4/+4
2011-08-12Rename str::split_ivec to str::splitBrian Anderson-1/+1
2011-08-12Convert uses of str::split to split_ivecBrian Anderson-1/+1
2011-08-01Add std::str::is_whitespaceBrian Anderson-0/+9
2011-08-01Add std::str::trim/trim_left/trim_rightBrian Anderson-0/+30
2011-08-01Add std::char_sliceBrian Anderson-0/+7
2011-07-27Reformat for new syntaxMarijn Haverbeke-34/+33
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+166