| Age | Commit message (Expand) | Author | Lines |
| 2016-08-29 | Implement TryFrom<u32> for char | Simon Sapin | -0/+2 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -0/+6 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -1/+36 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -4/+4 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -1/+36 |
| 2016-07-22 | Fixed to spelling errors in char.rs | Camille Roussel | -2/+2 |
| 2016-07-14 | Auto merge of #33907 - strake:decode_utf8, r=alexcrichton | bors | -0/+2 |
| 2016-07-13 | add core::char::DecodeUtf8 | M Farkas-Dyck | -0/+2 |
| 2016-07-09 | Auto merge of #33987 - crlf0710:patch-1, r=steveklabnik | bors | -2/+2 |
| 2016-06-08 | docs: Improve char::to_{lower,upper}case examples | Oliver Middleton | -9/+15 |
| 2016-06-05 | run rustfmt on librustc_unicode | Srinivas Reddy Thatiparthy | -8/+10 |
| 2016-06-01 | doc: Correct char::escape_unicode documentation. | CrLF0710 | -2/+2 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -17/+38 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -3/+3 |
| 2016-03-26 | Rollup merge of #32440 - tshepang:compact, r=steveklabnik | Manish Goregaokar | -132/+48 |
| 2016-03-24 | doc: remove needless bindings | Tshepang Lekhonkhobe | -132/+48 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -57/+25 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -6/+6 |
| 2016-02-24 | Use a character that requires two `u16`s in the examples for `char.encode_utf... | tormol | -6/+6 |
| 2016-02-23 | Correct char.encode_utf16() documentation | tormol | -1/+1 |
| 2016-02-21 | Fix to_lowercase example | Gökhan Karabulut | -3/+3 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -1/+1 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -4/+4 |
| 2016-01-05 | Fix the spelling of "hexadecimal" | Matt Kraai | -2/+2 |
| 2015-12-09 | Fix link in char docs | Steve Klabnik | -3/+4 |
| 2015-11-25 | Improve docs for std::char | Steve Klabnik | -20/+27 |
| 2015-11-24 | Fix up docs for char | Steve Klabnik | -3/+8 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+2 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-10-26 | rustfmt librustc_unicode | Corentin Henry | -28/+52 |
| 2015-10-06 | Write a bunch of docs for char | Steve Klabnik | -75/+392 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -0/+113 |
| 2015-08-16 | Auto merge of #27853 - seckar:master, r=steveklabnik | bors | -1/+1 |
| 2015-08-15 | Fix typo in doc string. | Nicholas Seckar | -1/+1 |
| 2015-08-15 | rustc_unicode: Add issues for unstable features | Alex Crichton | -4/+8 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -23/+1 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -4/+8 |
| 2015-07-23 | wtf8, char: Replace uses of `mem::transmute` with more specific functions | Tobias Bucher | -1/+1 |
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -4/+5 |
| 2015-07-20 | doc: Clean up primitive short descriptions | Brian Anderson | -1/+1 |
| 2015-06-24 | Remove char::to_titlecase. Fix #26555 | Simon Sapin | -33/+0 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -3/+9 |
| 2015-06-13 | Rollup merge of #26260 - tshepang:improve-example, r=steveklabnik | Manish Goregaokar | -10/+4 |
| 2015-06-13 | doc: 'c' feels more suitable than 'i' for representing characters | Tshepang Lekhonkhobe | -2/+2 |
| 2015-06-12 | doc: improve escape_unicode example | Tshepang Lekhonkhobe | -9/+3 |
| 2015-06-12 | doc: add examples for to_uppercase and to_lowercase | Tshepang Lekhonkhobe | -0/+12 |
| 2015-06-11 | Rollup merge of #26195 - tshepang:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-06-11 | Auto merge of #26154 - pmarcelll:master, r=Gankro | bors | -0/+8 |
| 2015-06-11 | doc: typo fix | Tshepang Lekhonkhobe | -1/+1 |
| 2015-06-09 | Add missing #[inline] to methods related to char. | marcell | -0/+8 |