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
/
char.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-12
Implement formatting arguments for strings and integers
Alex Crichton
-0
/
+38
2013-08-09
Remove redundant Ord method impls.
OGINO Masanori
-6
/
+0
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-2
/
+3
2013-07-06
Faster check for ascii-space
Gary Linscott
-1
/
+2
2013-06-30
Specialize to_str_common for floats/integers in strconv
Alex Crichton
-1
/
+1
2013-06-30
Change char::escape_{default,unicode} to take callbacks instead of allocating
Alex Crichton
-49
/
+58
2013-06-28
Rewrite each_path to allow performance improvements in the future.
Patrick Walton
-0
/
+1
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-12
/
+12
2013-06-14
Add Zero impls for lots of common types
Alex Crichton
-2
/
+8
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+5
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+406
2011-12-14
Remove some duplicated unused parts of std now that they're present in core.
Graydon Hoare
-150
/
+0
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-5
/
+18
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+137