summary refs log tree commit diff
path: root/src/libcore/unicode/mod.rs
AgeCommit message (Expand)AuthorLines
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