| Age | Commit message (Expand) | Author | Lines |
| 2014-12-22 | Renaming of the Iter types as in RFC #344 | Florian Wilkens | -1/+1 |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -1/+14 |
| 2014-12-19 | libcore: use `#[deriving(Copy)]` | Jorge Aparicio | -4/+2 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -8/+10 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -7/+7 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -7/+7 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -1/+1 |
| 2014-12-13 | libcore: use unboxed closures in `Formatter` methods | Jorge Aparicio | -5/+4 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+4 |
| 2014-12-08 | core: make the public fmt API completely safe. | Eduard Burtescu | -28/+53 |
| 2014-12-08 | core: remove the dead function fmt::argumentstr. | Eduard Burtescu | -8/+0 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -2/+3 |
| 2014-12-04 | Make missing_doc lint check typedefs | Steven Fackler | -0/+1 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -3/+3 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -3/+3 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-21 | Fix std::fmt::Binary format char in docs | Joonas Javanainen | -1/+1 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -82/+67 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -3/+3 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -3/+3 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -2/+2 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -153/+0 |
| 2014-11-02 | core: Replace secret formatting functions with UFCS versions | Jorge Aparicio | -4/+132 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1/+0 |
| 2014-10-31 | auto merge of #18431 : japaric/rust/show, r=alexcrichton | bors | -28/+28 |
| 2014-10-30 | DSTify Show and all the other formatting traits | Jorge Aparicio | -28/+28 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 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 |