Kevin Cantu
|
ff95029171
|
Added str::words_iter
|
2012-01-23 22:28:25 -08:00 |
|
Kevin Cantu
|
d4b287e852
|
Added str::any, str::bytes_iter, str::windowed, and vec::windowed functions
|
2012-01-23 22:28:25 -08:00 |
|
Kevin Cantu
|
0493a7c87d
|
Added str::map and str::all functions
|
2012-01-23 22:28:25 -08:00 |
|
Niko Matsakis
|
5e13d19cc0
|
s/block()/fn()/g
|
2012-01-23 19:06:33 -08:00 |
|
Brian Anderson
|
17bf4b0e1b
|
libcore: Move core tests into libcore
|
2012-01-17 19:41:05 -08:00 |
|
Josh Matthews
|
1223bbc4de
|
Make str::replace smarter.
|
2012-01-16 13:35:35 -05:00 |
|
Kevin Cantu
|
d8b0a1910a
|
Added string functions: split_func, split_char, lines, lines_any, words,
and more tests
|
2012-01-15 20:20:06 -08:00 |
|
Lenny222
|
d1ffe5034b
|
"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")
|
2012-01-04 09:33:07 +01:00 |
|
Lenny222
|
dd284eb396
|
"char": use shorter names "to_lower"/"to_upper", analogous to the same names in "str"
|
2012-01-04 09:33:04 +01:00 |
|
Lenny222
|
e12b169247
|
implement str::is_whitespace using char::is_whitespace
|
2012-01-04 09:32:59 +01:00 |
|
Lenny222
|
f8d7a1c258
|
"str": extract to_upper/lower_case() into "char"
|
2012-01-01 13:15:30 -08:00 |
|
Graydon Hoare
|
f0dfbe7b1b
|
Register new snapshots, purge log_err and log_full in favour of log(...).
|
2011-12-22 17:53:53 -08:00 |
|
Graydon Hoare
|
8b580954fe
|
Register snapshots and switch logging over to use of log_full or #error / #debug.
|
2011-12-22 14:42:52 -08:00 |
|
Erick Tryzelaar
|
02d84d89e0
|
libcore: add splitn to split a string N times.
|
2011-12-19 10:22:07 -08:00 |
|
Stefan Plantikow
|
bfbaadc694
|
core: marked fns as pure where possible
|
2011-12-16 17:41:07 +01:00 |
|
Patrick Walton
|
fd1dd76977
|
stdlib: Add a str::split_str() to split on a delimiter string of any length
|
2011-12-15 17:39:53 -08:00 |
|
Graydon Hoare
|
fa9ad984fb
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
|