| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -4/+4 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -4/+4 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-09-12 | auto merge of #17159 : brson/rust/snaps, r=alexcrichton | bors | -61/+0 |
| 2014-09-11 | Fix bug in padding unicode, #17105. | Ahmed Charles | -2/+2 |
| 2014-09-10 | Register snapshots | Brian Anderson | -61/+0 |
| 2014-09-09 | Optimize for the most common cases of `format!` | Piotr Czarnecki | -6/+52 |
| 2014-09-09 | Decouple string and argument pieces | Piotr Czarnecki | -0/+71 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -7/+16 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -3/+3 |
| 2014-08-17 | auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichton | bors | -3/+3 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -7/+12 |
| 2014-08-16 | Optimized IR generation for UTF-8 and UTF-16 encoding | Marvin Löbel | -3/+3 |
| 2014-08-13 | std: Rename slice::Vector to Slice | Brian Anderson | -1/+1 |
| 2014-08-13 | std: Rename various slice traits for consistency | Brian Anderson | -1/+1 |
| 2014-08-11 | Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN a... | nham | -3/+4 |
| 2014-08-04 | Clarify Argument docs. | Steve Klabnik | -3/+3 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -2/+4 |
| 2014-06-30 | Add `impl Show for &Show` | Alex Crichton | -0/+3 |
| 2014-06-29 | Extract tests from libcore to a separate crate | Steven Fackler | -25/+0 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -7/+7 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -5/+0 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -95/+8 |
| 2014-06-12 | auto merge of #14811 : forticulous/rust/refcell-show, r=alexcrichton | bors | -1/+14 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -95/+8 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -6/+0 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -3/+0 |
| 2014-06-10 | Show impl for Ref & RefMut | fort | -1/+14 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -1/+1 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -6/+0 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -1/+0 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-22 | auto merge of #14357 : huonw/rust/spelling, r=pnkfelix | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -3/+5 |
| 2014-05-22 | Spelling/doc formatting fixes. | Huon Wilson | -1/+1 |
| 2014-05-18 | auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmr | bors | -4/+32 |
| 2014-05-17 | core: Document FormatWriter and allow `write!` | Alex Crichton | -4/+32 |
| 2014-05-17 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -28/+45 |
| 2014-05-15 | std: Fix float tests | Alex Crichton | -27/+1 |
| 2014-05-15 | core: Inherit the std::fmt module | Alex Crichton | -0/+843 |