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
/
libstd
/
str.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-09
std: replace the str::each* fns/methods with byte iterators
Huon Wilson
-151
/
+69
2013-06-09
std: remove each_char* fns and methods from str, replaced by iterators.
Huon Wilson
-136
/
+57
2013-06-09
std: remove {all*,any*,count} in favour of iterators
Huon Wilson
-13
/
+14
2013-06-09
std: add reverse vec iterators, replace vec::each*_reverse.
Huon Wilson
-1
/
+1
2013-06-07
std: Change str::from_bytes to raise a condition on invalid input
Tim Chevalier
-6
/
+31
2013-06-04
librustc: Disallow multiple patterns from appearing in a "let" declaration.
Patrick Walton
-12
/
+15
2013-06-03
rename the Ptr trait to RawPtr
Daniel Micay
-1
/
+1
2013-06-03
Add traits for concat and connect methods
Brendan Zabarauskas
-71
/
+141
2013-05-31
Add as_c_str method on strings
Ben Striegel
-22
/
+39
2013-05-30
Require documentation by default for libstd
Alex Crichton
-8
/
+42
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-1
/
+1
2013-05-27
syntax highlight code examples in docstrings
Daniel Micay
-5
/
+5
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-276
/
+269
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+4036
2011-12-14
Remove some duplicated unused parts of std now that they're present in core.
Graydon Hoare
-960
/
+0
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-9
/
+7
2011-12-13
stdlib: Fix spelling errors in documentation of libstd/str.rs
Patrick Walton
-6
/
+6
2011-12-07
repair more hash functions
Niko Matsakis
-1
/
+1
2011-12-06
libstd: Update docs
Brian Anderson
-1
/
+2
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+961