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
/
libcoretest
/
char.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-33
/
+29
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-16
std: Change escape_unicode to use new escapes
Alex Crichton
-22
/
+19
2014-12-06
libcoretest: remove unnecessary `as_slice()` calls
Jorge Aparicio
-19
/
+19
2014-11-21
core: Add Char::len_utf16
Brian Anderson
-0
/
+8
2014-11-21
unicode: Rename UnicodeChar::is_digit to is_numeric
Brian Anderson
-6
/
+6
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-8
/
+8
2014-11-04
libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in
Patrick Walton
-4
/
+4
2014-10-13
Clean up rustc warnings.
NODA, Kai
-2
/
+2
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-2
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-2
/
+2
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-2
/
+2
2014-08-16
Optimized IR generation for UTF-8 and UTF-16 encoding
Marvin Löbel
-2
/
+2
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-0
/
+2
2014-07-09
auto merge of #15283 : kwantam/rust/master, r=alexcrichton
bors
-0
/
+27
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-6
/
+0
2014-07-07
Add libunicode; move unicode functions from core
kwantam
-0
/
+27
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-0
/
+202