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
/
ascii.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-13
Add some missing Show implementations in libstd
Brendan Zabarauskas
-1
/
+12
2014-02-07
Cleaned up imports per coding standards.
chromatic
-3
/
+3
2014-02-07
Removed prelude::* from libstd files.
chromatic
-2
/
+2
2014-01-31
Fix minor doc typos
Virgile Andreani
-5
/
+5
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-4
/
+9
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-1
/
+1
2014-01-05
Fix some warnings
Corey Richardson
-0
/
+1
2014-01-02
auto merge of #10828 : SimonSapin/rust/ascii_opt, r=pcwalton
bors
-36
/
+70
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-23
[std::ascii] Add .to_ascii_opt() and .into_ascii_opt() returning Option
Simon Sapin
-36
/
+70
2013-12-15
Rename To{Str,Bytes}Consume traits to Into*.
Chris Morgan
-4
/
+4
2013-12-11
Make 'self lifetime illegal.
Erik Price
-8
/
+8
2013-11-27
std::ascii: Add tests for is_digit() and is_control()
Eric Biggers
-0
/
+9
2013-11-26
std::ascii: Fix is_digit() and is_control()
Eric Biggers
-2
/
+2
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-1
/
+1
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-4
/
+4
2013-11-23
Add ctype-likes to Ascii
Corey Richardson
-0
/
+68
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-1
/
+1
2013-11-08
std::ascii: Provide a copyless [Ascii] -> str method.
Huon Wilson
-15
/
+18
2013-11-03
Rename files to match current recommendations.
Chris Morgan
-0
/
+582