| Age | Commit message (Expand) | Author | Lines |
| 2016-05-26 | Extend the test for `EscapeUnicode` | Andrea Canciani | -0/+6 |
| 2016-05-04 | Add test for `EscapeUnicode` specializations | Andrea Canciani | -0/+33 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -1/+6 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -6/+8 |
| 2016-01-16 | Make style more uniform, add tests for specialization of .last(), move tests ... | Ticki | -0/+40 |
| 2015-08-27 | Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichton | bors | -0/+9 |
| 2015-08-23 | Refactor low-level UTF-16 decoding. | Simon Sapin | -0/+9 |
| 2015-08-20 | Add a test for char::to_lowercase mapping to more than one `char`. | Simon Sapin | -21/+17 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -28/+0 |
| 2015-06-24 | Remove char::to_titlecase. Fix #26555 | Simon Sapin | -23/+0 |
| 2015-06-09 | Move collectionstest::char into coretest::char | Simon Sapin | -0/+28 |
| 2015-06-09 | Fix coretest::char::test_to_uppercase for complex mapping | Simon Sapin | -18/+17 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -0/+1 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -25/+37 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-02-10 | Deprecating i/u suffixes in libcoretest | Alfie John | -12/+12 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -2/+2 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -2/+2 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -2/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -33/+29 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -2/+2 |
| 2014-12-16 | std: Change escape_unicode to use new escapes | Alex Crichton | -22/+19 |
| 2014-12-06 | libcoretest: remove unnecessary `as_slice()` calls | Jorge Aparicio | -19/+19 |
| 2014-11-21 | core: Add Char::len_utf16 | Brian Anderson | -0/+8 |
| 2014-11-21 | unicode: Rename UnicodeChar::is_digit to is_numeric | Brian Anderson | -6/+6 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -8/+8 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -4/+4 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -2/+2 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -2/+2 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -2/+2 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -2/+2 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+2 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -0/+27 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -6/+0 |
| 2014-07-07 | Add libunicode; move unicode functions from core | kwantam | -0/+27 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -0/+202 |