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
2014-01-20
Add operator trait constraints to std::num::{Zero, One} and document their ap...
Brendan Zabarauskas
-10
/
+0
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-15
std: fix spelling in docs.
Huon Wilson
-2
/
+2
2013-11-27
Fix handling of upper/lowercase, and whitespace
Florian Zeitz
-10
/
+8
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-2
/
+2
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-9
/
+9
2013-11-01
Fix typo in to_digit
Gyorgy Andrasek
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-23
Added is_control function, method, and tests.
Jesse Ray
-0
/
+24
2013-09-18
Remove and replace cond! Closes #9282.
Jimmy Zelinskie
-12
/
+12
2013-09-15
Use std::iter::range_step
blake2-ppc
-4
/
+3
2013-09-12
std: Add a bunch of Default impls
Erick Tryzelaar
-0
/
+10
2013-09-04
stop treating char as an integer type
Daniel Micay
-17
/
+37
2013-09-04
Added ToStr impl for char
Marvin Löbel
-0
/
+15
2013-08-30
remove several 'ne' methods
Eric Martin
-2
/
+0
2013-08-21
Add Unicode decomposition mappings to std::unicode
Florian Zeitz
-1
/
+46
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