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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
stdtest
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-15
stdlib: Add a str::split_str() to split on a delimiter string of any length
Patrick Walton
-0
/
+14
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-3
/
+5
2011-11-10
str: add escape()
Elly Jones
-0
/
+8
2011-10-31
Rename std::str::chars to iter_chars
Marijn Haverbeke
-2
/
+2
2011-10-31
Add a way to iterate over a str's chars to std::str
Marijn Haverbeke
-0
/
+13
2011-10-12
make compiler emit more than 1 error in the case of unsafe
Niko Matsakis
-2
/
+2
2011-10-12
convert a few tests from unsafe fns to fns with unsafe bodies
Niko Matsakis
-2
/
+2
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-2
/
+2
2011-10-06
Add std::str::contains
Brian Anderson
-0
/
+11
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-5
/
+5
2011-09-02
Reformat. Issue #855
Brian Anderson
-144
/
+135
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-98
/
+98
2011-09-01
Consolidate std::str tests into stdtest::str
Brian Anderson
-0
/
+28
2011-08-31
Start paring down std::str. Issue #855
Brian Anderson
-124
/
+200
2011-08-20
Reformat
Brian Anderson
-31
/
+31
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-12
Rename str::connect_ivec to str::connect
Brian Anderson
-1
/
+1
2011-08-12
Convert uses of str::connect to str::connect_ivec
Brian Anderson
-5
/
+5
2011-08-12
Convert str::concat to ivecs
Brian Anderson
-4
/
+4
2011-08-12
Rename str::split_ivec to str::split
Brian Anderson
-1
/
+1
2011-08-12
Convert uses of str::split to split_ivec
Brian Anderson
-1
/
+1
2011-08-01
Add std::str::is_whitespace
Brian Anderson
-0
/
+9
2011-08-01
Add std::str::trim/trim_left/trim_right
Brian Anderson
-0
/
+30
2011-08-01
Add std::char_slice
Brian Anderson
-0
/
+7
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-34
/
+33
2011-07-24
The Big Test Suite Overhaul
Brian Anderson
-0
/
+166