| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-21 | Update unicode/tables.rs with Mn | varkor | -1/+121 | |
| 2018-05-01 | Fix a warning in libcore on 16bit targets. | Vadzim Dambrouski | -8/+8 | |
| This code is assuming that usize >= 32bits, but it is not the case on 16bit targets. It is producing a warning that will fail the compilation on MSP430 if deny(warnings) is enabled. It is very unlikely that someone would actually use this code on a microcontroller, but since unicode was merged into libcore we have compile it on 16bit targets. | ||||
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+1 | |
| 2018-04-12 | Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. | Simon Sapin | -0/+3 | |
| 2018-04-12 | Move core::char::printable to core::unicode::printable | Simon Sapin | -0/+786 | |
| 2018-04-12 | Merge unstable Utf16Encoder into EncodeUtf16 | Simon Sapin | -58/+0 | |
| 2018-04-12 | Merge core::unicode::str into core::str | Simon Sapin | -188/+58 | |
| And the UnicodeStr trait into StrExt | ||||
| 2018-04-12 | Remove the CharExt trait, now that libcore has inherent methods for char | Simon Sapin | -6/+3 | |
| 2018-04-12 | Move the rest of core::unicode::char to core::unicode | Simon Sapin | -1438/+0 | |
| 2018-04-12 | Move char decoding iterators into a separate private module. | Simon Sapin | -129/+0 | |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -23/+4 | |
| 2018-04-12 | Move contents of libstd_unicode into libcore | Simon Sapin | -0/+4782 | |
