| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -4/+4 |
| 2016-03-11 | core: Make a new tracking issue for prelude traits | Alex Crichton | -1/+1 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -9/+9 |
| 2016-01-28 | Fix `make tidy` and name what is being computed | Andrea Canciani | -1/+2 |
| 2016-01-28 | Improve naming and explanations | Andrea Canciani | -7/+14 |
| 2016-01-28 | Improve computation of `EscapeUnicode` offset field | Andrea Canciani | -5/+7 |
| 2016-01-28 | Unify computation of length in `EscapeUnicode` | Andrea Canciani | -20/+22 |
| 2016-01-16 | Auto merge of #30624 - Ticki:specialization, r=alexcrichton | bors | -0/+45 |
| 2016-01-16 | Make style more uniform, add tests for specialization of .last(), move tests ... | Ticki | -73/+28 |
| 2016-01-16 | Overide methods in iterator implementation for EscapeDefault, see #24214 | Ticki | -0/+90 |
| 2016-01-05 | Fix the spelling of "hexadecimal" | Matt Kraai | -1/+1 |
| 2015-12-26 | Fix links in char docs | Florian Hartwig | -11/+11 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -3/+9 |
| 2015-11-25 | Improve docs for std::char | Steve Klabnik | -16/+142 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+3 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -2/+1 |
| 2015-10-01 | Implement `size_hint` for `EscapeUnicode` | Simon Mazur | -3/+19 |
| 2015-09-30 | Implement `size_hint` for `EscapeDefault` | Simon Mazur | -13/+10 |
| 2015-09-29 | Improve speed of `fmt::Debug` for `str` and `char` | Simon Mazur | -0/+10 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -4/+8 |
| 2015-07-24 | Add unstable attribute to `char::from_u32_unchecked` | Tobias Bucher | -0/+1 |
| 2015-07-23 | wtf8, char: Replace uses of `mem::transmute` with more specific functions | Tobias Bucher | -12/+15 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -1/+0 |
| 2015-06-17 | std: Update stable since for `core::char` | Alex Crichton | -1/+3 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -0/+7 |
| 2015-06-13 | doc: make char::from_u32 example more brief | Tshepang Lekhonkhobe | -11/+2 |
| 2015-06-09 | Add missing #[inline] to methods related to char. | marcell | -0/+4 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -1/+1 |