| Age | Commit message (Expand) | Author | Lines |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -3842/+0 |
| 2016-11-26 | Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichton | bors | -0/+1 |
| 2016-11-26 | rustbuild: Add bench = false to std shim crates | Ulrik Sverdrup | -0/+1 |
| 2016-11-23 | Use "radices" instead of "radicum" | Sam Estep | -2/+2 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -0/+3 |
| 2016-09-28 | [breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur... | tormol | -28/+74 |
| 2016-08-29 | Implement TryFrom<u32> for char | Simon Sapin | -0/+3 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -1/+15 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -1/+37 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -5/+5 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -1/+37 |
| 2016-07-22 | Fixed to spelling errors in char.rs | Camille Roussel | -2/+2 |
| 2016-07-14 | Auto merge of #34599 - cuviper:unicode-9.0, r=alexcrichton | bors | -848/+949 |
| 2016-07-14 | Auto merge of #33907 - strake:decode_utf8, r=alexcrichton | bors | -0/+3 |
| 2016-07-13 | add core::char::DecodeUtf8 | M Farkas-Dyck | -0/+3 |
| 2016-07-09 | Auto merge of #33987 - crlf0710:patch-1, r=steveklabnik | bors | -2/+2 |
| 2016-07-01 | Update Unicode tables to 9.0 | Josh Stone | -848/+949 |
| 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 | -13/+17 |
| 2016-06-01 | doc: Correct char::escape_unicode documentation. | CrLF0710 | -2/+2 |
| 2016-04-20 | Add comment, reduce storage requirements | Raph Levien | -161/+149 |
| 2016-04-19 | Fix wrong shift in trie_lookup_range_table | Raph Levien | -1/+1 |
| 2016-04-19 | Efficient trie lookup for boolean Unicode properties | Raph Levien | -1130/+1261 |
| 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 | -62/+31 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -6/+6 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -6/+6 |
| 2016-03-07 | Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatch | bors | -0/+14 |
| 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-18 | Remove unnecessary explicit lifetime bounds. | Corey Farwell | -3/+3 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+12 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -1/+1 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-16 | libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE property | Kevin Butler | -0/+14 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -4/+4 |
| 2016-01-12 | Auto merge of #30695 - ranma42:cleanup-unicode, r=alexcrichton | bors | -19/+15 |
| 2016-01-05 | Fix the spelling of "hexadecimal" | Matt Kraai | -2/+2 |
| 2016-01-04 | Update librustc_unicode/tables.rs | Andrea Canciani | -19/+15 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -6/+0 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -96/+3 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -96/+3 |
| 2015-12-09 | Fix link in char docs | Steve Klabnik | -3/+4 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -5/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-25 | Improve docs for std::char | Steve Klabnik | -20/+27 |