summary refs log tree commit diff
path: root/src/libcore/str.rs
AgeCommit message (Collapse)AuthorLines
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+461
2012-01-16Make str::replace smarter.Josh Matthews-2/+7
2012-01-15Added string functions: split_func, split_char, lines, lines_any, words,Kevin Cantu-9/+97
and more tests
2012-01-04"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")Lenny222-3/+3
2012-01-04"char": use shorter names "to_lower"/"to_upper", analogous to the same names ↵Lenny222-2/+2
in "str"
2012-01-04implement str::is_whitespace using char::is_whitespaceLenny222-8/+1
2012-01-01"str": extract to_upper/lower_case() into "char"Lenny222-14/+18
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-1/+1
#debug.
2011-12-19libcore: add splitn to split a string N times.Erick Tryzelaar-5/+31
2011-12-16core: marked fns as pure where possibleStefan Plantikow-4/+4
2011-12-15stdlib: Add a str::split_str() to split on a delimiter string of any lengthPatrick Walton-5/+41
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+962