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
/
ascii.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-03
Rename files to match current recommendations.
Chris Morgan
-582
/
+0
2013-09-09
Some work on std::ascii: Marked unsafe function unsafe, added moving implemen...
Marvin Löbel
-20
/
+77
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+1
2013-09-04
stop treating char as an integer type
Daniel Micay
-10
/
+15
2013-09-04
Added ToStr impl for char
Marvin Löbel
-1
/
+12
2013-08-18
std::to_bytes: Delimit sequences &[A] and ~str when hashing
blake2-ppc
-2
/
+0
2013-08-14
Methodyfied the string ascii extionsion functions
Marvin Löbel
-37
/
+46
2013-08-12
fix build with the new snapshot compiler
Daniel Micay
-37
/
+0
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-1
/
+1
2013-08-08
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-3
/
+3
2013-08-07
Forbid `priv` where it has no effect
Alex Crichton
-3
/
+3
2013-08-07
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-11
/
+169
2013-08-06
Add to_ascii_upper, to_ascii_lower and eq_ignore_ascii_case in std::ascii
Simon Sapin
-11
/
+169
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-1
/
+1
2013-08-04
Remove trailing null from strings
Erick Tryzelaar
-8
/
+39
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-2
/
+3
2013-07-30
Added str::char_offset_iter() and str::rev_char_offset_iter()
Marvin Löbel
-1
/
+1
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-2
/
+1
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-28
/
+28
2013-06-17
Improved std::ascii
Marvin Löbel
-23
/
+89
2013-06-11
fix tests, remove some warnings
Huon Wilson
-1
/
+0
2013-06-10
std: replace str::all/any fns and methods with iterators
Huon Wilson
-2
/
+2
2013-06-09
std: replace the str::each* fns/methods with byte iterators
Huon Wilson
-4
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-7
/
+7
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-2
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+287