about summary refs log tree commit diff
path: root/src/libcore/tests/char.rs
AgeCommit message (Expand)AuthorLines
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-13/+13
2019-02-27Remove copy paste error in char testsOliver Middleton-1/+1
2019-02-27Implement ExactSizeIterator for ToLowercase and ToUppercaseKonrad Borowski-0/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-01Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichtonbors-1/+2
2018-07-30Remove unstable and deprecated APIsSimon Sapin-51/+0
2018-06-17Treat gc=No characters as numericDavid Corbett-1/+2
2018-05-21Only escape extended grapheme characters in the first positionvarkor-1/+1
2018-05-21Make {char, str}::escape_debug and impl Debug for {char, str} consistentvarkor-8/+1
2018-05-21Add test for Debug formatting of charvarkor-0/+8
2018-04-15Deprecate Read::chars and char::decode_utf8Simon Sapin-0/+1
2017-08-30Remove test case that assumes FromStr provides TryFrom<&'a str>.Jimmy Cuadra-1/+0
2017-06-20added `FromStr` Impl for `char`tinaun-0/+11
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+404