about summary refs log tree commit diff
path: root/src/libcore/unicode/mod.rs
AgeCommit message (Expand)AuthorLines
2020-04-23Stabilize UNICODE_VERSION (feature unicode_version)Pyfisch-1/+6
2020-04-11Store UNICODE_VERSION as a tuplePyfisch-9/+4
2020-03-21Deduplicate test and primary range_search definitionsMark Rousskov-45/+0
2020-03-21Add a right shift mappingMark Rousskov-2/+2
2020-03-21Shrink bitset words through functional mappingMark Rousskov-4/+24
2020-03-20Dynamically choose best chunk sizeMark Rousskov-4/+4
2020-01-14Add support code for new unicode_data moduleMark Rousskov-5/+49
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-1/+1
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-5/+0
2019-04-18libcore => 2018Taiki Endo-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-06Handle array manually in string case conversion methodsPazzaz-0/+3
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+1
2018-04-12Move core::char::printable to core::unicode::printableSimon Sapin-0/+1
2018-04-12Merge unstable Utf16Encoder into EncodeUtf16Simon Sapin-58/+0
2018-04-12Merge core::unicode::str into core::strSimon Sapin-2/+58
2018-04-12Move the rest of core::unicode::char to core::unicodeSimon Sapin-1/+0
2018-04-12Reexport from core::unicode::char in core::char rather than vice versaSimon Sapin-3/+3
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-0/+29