| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -90/+1 | |
| 2018-12-04 | cleanup: remove static lifetimes from consts | ljedrz | -6/+6 | |
| 2018-11-10 | revert making internal APIs const fn. | Mazdak Farrokhzad | -1/+1 | |
| 2018-11-10 | constify parts of libcore. | Mazdak Farrokhzad | -2/+1 | |
| 2018-08-01 | Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton | bors | -30/+44 | |
| Treat gc=No characters as numeric [`char::is_numeric`](https://doc.rust-lang.org/std/primitive.char.html#method.is_numeric) and [`char::is_alphanumeric`](https://doc.rust-lang.org/std/primitive.char.html#method.is_alphanumeric) are documented to be defined “in terms of the Unicode General Categories 'Nd', 'Nl', 'No'”, but unicode.py does not group 'No' with the other 'N' categories. These functions therefore currently return `false` for characters like ⟨¾⟩ and ⟨①⟩. | ||||
| 2018-07-06 | Handle array manually in string case conversion methods | Pazzaz | -0/+3 | |
| 2018-06-17 | Treat gc=No characters as numeric | David Corbett | -30/+44 | |
| 2018-06-11 | Regenerate character tables for Unicode 11 | Josh Stone | -1120/+1214 | |
| 2018-05-21 | Fix tables.rs | varkor | -6/+45 | |
| 2018-05-21 | Avoid counting characters and add explanatory comment to test | varkor | -1/+1 | |
| 2018-05-21 | Use Grapheme_Extend instead of Mn | varkor | -166/+129 | |
| 2018-05-21 | Use the correct output directory for downloading Unicode files | varkor | -2/+1 | |
| 2018-05-21 | Escape combining characters in escape_debug | varkor | -1/+1 | |
| 2018-05-21 | Keep tables.rs copyright notice up to date | varkor | -5/+5 | |
| 2018-05-21 | Download unicode data files in directory of unicode.py | varkor | -7/+11 | |
| 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 | |
