| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-30 | mod.rs isn't beautiful | uuttff8 | -4/+4 | |
| 2018-05-21 | Only escape extended grapheme characters in the first position | varkor | -12/+22 | |
| 2018-05-21 | Use Grapheme_Extend instead of Mn | varkor | -8/+8 | |
| 2018-05-21 | Remove example in test for is_nonspacing_mark because it's currently private | varkor | -10/+0 | |
| 2018-05-21 | Escape combining characters in escape_debug | varkor | -2/+24 | |
| 2018-04-24 | Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler | kennytm | -0/+14 | |
| Deprecate Read::chars and char::decode_utf8 Per FCP: * https://github.com/rust-lang/rust/issues/27802#issuecomment-377537778 * https://github.com/rust-lang/rust/issues/33906#issuecomment-377534308 | ||||
| 2018-04-20 | Revert "Stabilize the TryFrom and TryInto traits" | Felix S. Klock II | -4/+4 | |
| This reverts commit e53a2a72743810e05f58c61c9d8a4c89b712ad2e. | ||||
| 2018-04-15 | Deprecate Read::chars and char::decode_utf8 | Simon Sapin | -0/+14 | |
| Per FCP: * https://github.com/rust-lang/rust/issues/27802#issuecomment-377537778 * https://github.com/rust-lang/rust/issues/33906#issuecomment-377534308 | ||||
| 2018-04-12 | Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION. | Simon Sapin | -3/+3 | |
| 2018-04-12 | Move core::char::printable to core::unicode::printable | Simon Sapin | -787/+1 | |
| 2018-04-12 | Remove the CharExt trait, now that libcore has inherent methods for char | Simon Sapin | -181/+104 | |
| 2018-04-12 | Move the rest of core::unicode::char to core::unicode | Simon Sapin | -150/+1580 | |
| 2018-04-12 | Move char conversions into a separate private module. | Simon Sapin | -290/+315 | |
| 2018-04-12 | Move char decoding iterators into a separate private module. | Simon Sapin | -120/+265 | |
| 2018-04-12 | Reexport from core::unicode::char in core::char rather than vice versa | Simon Sapin | -0/+12 | |
| 2018-04-12 | Move the core::char module to its own directory | Simon Sapin | -0/+1713 | |
