about summary refs log tree commit diff
path: root/src/libcoretest/char.rs
AgeCommit message (Expand)AuthorLines
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
2015-01-07use slicing sugarJorge Aparicio-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-33/+29
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-16std: Change escape_unicode to use new escapesAlex Crichton-22/+19
2014-12-06libcoretest: remove unnecessary `as_slice()` callsJorge Aparicio-19/+19
2014-11-21core: Add Char::len_utf16Brian Anderson-0/+8
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-6/+6
2014-11-17Fix fallout from coercion removalNick Cameron-8/+8
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-4/+4
2014-10-13Clean up rustc warnings.NODA, Kai-2/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-2/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-2/+2
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-2/+2
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-0/+27
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-6/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+27
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-0/+202