about summary refs log tree commit diff
path: root/src/libcoretest/char.rs
AgeCommit message (Expand)AuthorLines
2016-05-26Extend the test for `EscapeUnicode`Andrea Canciani-0/+6
2016-05-04Add test for `EscapeUnicode` specializationsAndrea Canciani-0/+33
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+6
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-6/+8
2016-01-16Make style more uniform, add tests for specialization of .last(), move tests ...Ticki-0/+40
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-0/+9
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+9
2015-08-20Add a test for char::to_lowercase mapping to more than one `char`.Simon Sapin-21/+17
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-28/+0
2015-06-24Remove char::to_titlecase. Fix #26555Simon Sapin-23/+0
2015-06-09Move collectionstest::char into coretest::charSimon Sapin-0/+28
2015-06-09Fix coretest::char::test_to_uppercase for complex mappingSimon Sapin-18/+17
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-0/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-25/+37
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-12/+12
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
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