| Age | Commit message (Expand) | Author | Lines |
| 2018-04-12 | Mark the rest of the `unicode` feature flag as perma-unstable. | Simon Sapin | -1/+1 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -0/+1 |
| 2018-04-12 | Move contents of libstd_unicode into libcore | Simon Sapin | -4789/+2 |
| 2018-04-12 | Move Utf8Lossy decoder to libcore | Simon Sapin | -324/+0 |
| 2018-04-12 | Move char::REPLACEMENT_CHARACTER to libcore | Simon Sapin | -8/+2 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -1/+0 |
| 2018-04-07 | Inject the `compiler_builtins` crate whenever the `core` crate is injected | Oliver Schneider | -0/+1 |
| 2018-03-26 | Stabilize the TryFrom and TryInto traits | Simon Sapin | -2/+1 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -5/+3 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -4/+3 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -5/+4 |
| 2018-02-28 | impl Clone for ::std_unicode::char::{ToLowercase, ToUppercase} | M Farkas-Dyck | -3/+3 |
| 2018-02-24 | Fixes docs for ASCII functions to no longer claim U+0021 is '@'. | Nathan Ringo | -1/+1 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -2/+2 |
| 2018-01-02 | Move static code outside of unciode.py. | Clar Charr | -225/+143 |
| 2017-12-12 | Auto merge of #46411 - rillian:str_ascii, r=kennytm | bors | -6/+6 |
| 2017-12-09 | Use Try syntax for Option in place of macros or match | Matt Brubeck | -6/+1 |
| 2017-12-03 | Rollup merge of #46432 - tromey:doc-fix-46307, r=estebank | Corey Farwell | -1/+1 |
| 2017-12-02 | Mark ascii methods on primitive types stable in 1.23.0. | Ralph Giles | -6/+6 |
| 2017-12-01 | Fix documentation for DecodeUtf16Error | Tom Tromey | -1/+1 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -10/+10 |
| 2017-11-28 | Change `since` attribute from ctype methods from 1.23 to 1.24 | Lukas Kalbertodt | -10/+10 |
| 2017-11-22 | Add missing Debug impls to std_unicode | Oliver Middleton | -1/+7 |
| 2017-11-18 | Stabilize `ascii_ctype` methods for `u8` and `char` | Lukas Kalbertodt | -10/+10 |
| 2017-11-16 | fix some python3 incompatibilities | Collin Anderson | -20/+17 |
| 2017-11-14 | Fixed several pulldown warnings when documenting libstd. | kennytm | -1/+1 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -10/+31 |
| 2017-11-03 | Fix lists in doc comments for ascii methods of u8 and char | Lukas Kalbertodt | -2/+4 |
| 2017-11-03 | Copy `AsciiExt` methods to `char` directly | Lukas Kalbertodt | -0/+501 |
| 2017-09-18 | [libstd_unicode] Expose UnicodeVersion type | Behnam Esfahbod | -1/+1 |
| 2017-09-03 | impl Debug for SplitWhitespace. | Clar Charr | -1/+1 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -2/+0 |
| 2017-08-23 | Auto merge of #43830 - alexcrichton:path-display-regression, r=aturon | bors | -3/+16 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -1/+1 |
| 2017-08-13 | std: Respect formatting flags for str-like OsStr | Alex Crichton | -3/+16 |
| 2017-08-08 | Auto merge of #42998 - behnam:uni-ver-type, r=sfackler | bors | -6/+52 |
| 2017-07-25 | std: Stabilize `char_escape_debug` | Alex Crichton | -5/+1 |
| 2017-07-21 | [libstd_unicode] Create UnicodeVersion type | Behnam Esfahbod | -6/+52 |
| 2017-07-21 | [libstd_unicode] Change UNICODE_VERSION to use u32 | Behnam Esfahbod | -2/+2 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -1/+1 |
| 2017-06-30 | [libstd_unicode] Upgrade to Unicode 10.0.0 | Behnam Esfahbod | -155/+168 |
| 2017-06-20 | Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton | Corey Farwell | -0/+2 |
| 2017-06-20 | added `FromStr` Impl for `char` | tinaun | -0/+2 |
| 2017-06-16 | Rollup merge of #42705 - est31:master, r=alexcrichton | Corey Farwell | -4/+4 |
| 2017-06-16 | Introduce tidy lint to check for inconsistent tracking issues | est31 | -4/+4 |
| 2017-06-15 | Utf8Lossy type with chunks iterator and impl Display and Debug | Stepan Koltsov | -0/+311 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -2/+2 |
| 2017-05-10 | Auto merge of #41659 - bluss:clone-split-whitespace, r=aturon | bors | -12/+44 |
| 2017-05-04 | Move unicode Python script into libstd_unicode crate. | Corey Farwell | -1/+592 |
| 2017-04-30 | std_unicode: Use #[inline] on the split_whitespace predicates | Ulrik Sverdrup | -0/+4 |