| Age | Commit message (Expand) | Author | Lines |
| 2014-05-07 | core: Inherit the char module | Alex Crichton | -845/+0 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -20/+20 |
| 2014-04-11 | Add tests for Char::encode_utf{8,16} | Keegan McAllister | -0/+29 |
| 2014-04-11 | Implement Char::encode_utf16 | Keegan McAllister | -3/+29 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -5/+6 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -3/+137 |
| 2014-03-13 | Remove code duplication | Piotr Zolnierek | -4/+10 |
| 2014-03-13 | Implement lower, upper case conversion for char | Piotr Zolnierek | -1/+66 |
| 2014-03-08 | doc: add two missing char methods doc-strings | Luca Bruno | -2/+12 |
| 2014-03-08 | doc: uniform std::char doc-strings | Luca Bruno | -23/+30 |
| 2014-03-08 | doc: don't refer to 'char' as characters | Luca Bruno | -18/+32 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -9/+1 |
| 2014-02-23 | std: mark two helper functions #[inline]. | Huon Wilson | -0/+1 |
| 2014-01-20 | Add operator trait constraints to std::num::{Zero, One} and document their ap... | Brendan Zabarauskas | -10/+0 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -1/+1 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -2/+2 |
| 2013-11-27 | Fix handling of upper/lowercase, and whitespace | Florian Zeitz | -10/+8 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -9/+9 |
| 2013-11-01 | Fix typo in to_digit | Gyorgy Andrasek | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 2013-09-23 | Added is_control function, method, and tests. | Jesse Ray | -0/+24 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -12/+12 |
| 2013-09-15 | Use std::iter::range_step | blake2-ppc | -4/+3 |
| 2013-09-12 | std: Add a bunch of Default impls | Erick Tryzelaar | -0/+10 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -17/+37 |
| 2013-09-04 | Added ToStr impl for char | Marvin Löbel | -0/+15 |
| 2013-08-30 | remove several 'ne' methods | Eric Martin | -2/+0 |
| 2013-08-21 | Add Unicode decomposition mappings to std::unicode | Florian Zeitz | -1/+46 |
| 2013-08-12 | Implement formatting arguments for strings and integers | Alex Crichton | -0/+38 |
| 2013-08-09 | Remove redundant Ord method impls. | OGINO Masanori | -6/+0 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -2/+3 |
| 2013-07-06 | Faster check for ascii-space | Gary Linscott | -1/+2 |
| 2013-06-30 | Specialize to_str_common for floats/integers in strconv | Alex Crichton | -1/+1 |
| 2013-06-30 | Change char::escape_{default,unicode} to take callbacks instead of allocating | Alex Crichton | -49/+58 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -0/+1 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -12/+12 |
| 2013-06-14 | Add Zero impls for lots of common types | Alex Crichton | -2/+8 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+5 |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+406 |
| 2011-12-14 | Remove some duplicated unused parts of std now that they're present in core. | Graydon Hoare | -150/+0 |
| 2011-12-07 | Change literal representation to not truncate | Marijn Haverbeke | -5/+18 |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+137 |