| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Move the core::char module to its own directory | Simon Sapin | -926/+0 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-12 | Move char::REPLACEMENT_CHARACTER to libcore | Simon Sapin | -0/+8 |
| 2018-03-31 | Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin | bors | -0/+10 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -3/+3 |
| 2018-03-25 | Fix incorrect copy-pasted code | Phlosioneer | -3/+3 |
| 2018-03-24 | Fix syntax error | Phlosioneer | -1/+1 |
| 2018-03-24 | Fix incorrect lower bounds | Phlosioneer | -1/+6 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+5 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -4/+4 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -4/+4 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -4/+4 |
| 2018-03-01 | Fix spelling s/casted/cast/ | Lukas Lueg | -2/+2 |
| 2018-01-26 | derive PartialEq and Eq for `ParseCharError` | tinaun | -1/+1 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -5/+5 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -3/+3 |
| 2017-06-20 | added `FromStr` Impl for `char` | tinaun | -1/+58 |
| 2017-04-09 | Reduce str transmutes, add mut versions of methods. | Clar Charr | -1/+2 |
| 2017-03-29 | Fix typo in libcore/char.rs | Irfan Hudda | -1/+1 |
| 2017-03-20 | Fix up various links | steveklabnik | -2/+2 |
| 2017-03-20 | Auto merge of #40281 - jimmycuadra:try-from-from-str, r=aturon | bors | -2/+2 |
| 2017-03-15 | Rename TryFrom's associated type and implement str::parse using TryFrom. | Jimmy Cuadra | -2/+2 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -10/+10 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -3/+3 |
| 2017-01-11 | Implement Display for char Escape*, To*case. | Clar Charr | -1/+28 |
| 2016-12-15 | Stabilize std::char::{encode_utf8, encode_utf16} | Aaron Turon | -2/+2 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -1/+1 |
| 2016-11-23 | Use "radices" instead of "radicum" | Sam Estep | -1/+1 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -119/+51 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -1/+1 |
| 2016-08-29 | Implement TryFrom<u32> for char | Simon Sapin | -6/+29 |
| 2016-08-29 | Implement From<char> for u32, and From<u8> for char | Simon Sapin | -0/+34 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -2/+0 |
| 2016-08-25 | Rollup merge of #35947 - SimonSapin:decodeutf8-error-handling, r=alexcrichton | Manish Goregaokar | -13/+69 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -2/+0 |
| 2016-08-23 | Yield Err in char::decode_utf8 per Unicode, like String::from_utf8_lossy | Simon Sapin | -13/+69 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -0/+18 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -12/+12 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -1/+37 |
| 2016-07-23 | Escape fewer Unicode codepoints in `Debug` impl of `str` | Tobias Bucher | -2/+3 |
| 2016-07-13 | add core::char::DecodeUtf8 | M Farkas-Dyck | -0/+47 |
| 2016-05-26 | Explain the order of the enumeration items | Andrea Canciani | -0/+3 |
| 2016-05-26 | Move length computation to `ExactSizeIterator` impls | Andrea Canciani | -24/+36 |
| 2016-05-26 | Implement `count` for `EscapeDefault` and `EscapeUnicode` | Andrea Canciani | -6/+7 |
| 2016-05-26 | `EscapeUnicode` and `EscapeDefault` are `ExactSizeIterator`s | Andrea Canciani | -0/+6 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -4/+2 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -4/+2 |
| 2016-04-20 | Implement `last` for `EscapeUnicode` | Andrea Canciani | -0/+12 |
| 2016-04-19 | Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brson | bors | -20/+32 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -70/+119 |