about summary refs log tree commit diff
path: root/src/libcore/char/methods.rs
AgeCommit message (Expand)AuthorLines
2018-08-01Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichtonbors-4/+4
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-9/+9
2018-06-17Treat gc=No characters as numericDavid Corbett-4/+4
2018-05-21Only escape extended grapheme characters in the first positionvarkor-12/+22
2018-05-21Use Grapheme_Extend instead of Mnvarkor-8/+8
2018-05-21Remove example in test for is_nonspacing_mark because it's currently privatevarkor-10/+0
2018-05-21Escape combining characters in escape_debugvarkor-2/+24
2018-04-12Move core::char::printable to core::unicode::printableSimon Sapin-1/+1
2018-04-12Remove the CharExt trait, now that libcore has inherent methods for charSimon Sapin-153/+104
2018-04-12Move the rest of core::unicode::char to core::unicodeSimon Sapin-0/+1442