about summary refs log tree commit diff
path: root/src/test/stdtest/str.rs
AgeCommit message (Expand)AuthorLines
2011-12-15stdlib: Add a str::split_str() to split on a delimiter string of any lengthPatrick Walton-0/+14
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+5
2011-11-10str: add escape()Elly Jones-0/+8
2011-10-31Rename std::str::chars to iter_charsMarijn Haverbeke-2/+2
2011-10-31Add a way to iterate over a str's chars to std::strMarijn Haverbeke-0/+13
2011-10-12make compiler emit more than 1 error in the case of unsafeNiko Matsakis-2/+2
2011-10-12convert a few tests from unsafe fns to fns with unsafe bodiesNiko Matsakis-2/+2
2011-10-12add unsafe tags into various points in the translation chainsNiko Matsakis-2/+2
2011-10-06Add std::str::containsBrian Anderson-0/+11
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-5/+5
2011-09-02Reformat. Issue #855Brian Anderson-144/+135
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-98/+98
2011-09-01Consolidate std::str tests into stdtest::strBrian Anderson-0/+28
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