index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
str.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+461
2012-01-16
Make str::replace smarter.
Josh Matthews
-2
/
+7
2012-01-15
Added 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-04
implement str::is_whitespace using char::is_whitespace
Lenny222
-8
/
+1
2012-01-01
"str": extract to_upper/lower_case() into "char"
Lenny222
-14
/
+18
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / ↵
Graydon Hoare
-1
/
+1
#debug.
2011-12-19
libcore: add splitn to split a string N times.
Erick Tryzelaar
-5
/
+31
2011-12-16
core: marked fns as pure where possible
Stefan Plantikow
-4
/
+4
2011-12-15
stdlib: Add a str::split_str() to split on a delimiter string of any length
Patrick Walton
-5
/
+41
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+962