| Age | Commit message (Expand) | Author | Lines |
| 2014-11-21 | Fix std::fmt::Binary format char in docs | Joonas Javanainen | -1/+1 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -84/+72 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+11 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -4/+4 |
| 2014-11-14 | auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichton | bors | -4/+4 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -3/+3 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -7/+8 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -7/+7 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -4/+4 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -5/+5 |
| 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 | -6/+2 |
| 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-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -4/+4 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -5/+5 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -4/+4 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -10/+10 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -10/+10 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -10/+10 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -8/+8 |
| 2014-09-24 | Remove unused enum variants | Jakub Wieczorek | -46/+9 |
| 2014-09-22 | auto merge of #17339 : treeman/rust/doc-things, r=alexcrichton | bors | -2/+2 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -2/+2 |
| 2014-09-16 | Register new snapshots | Alex Crichton | -7/+0 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -5/+5 |
| 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 | -1/+72 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -7/+18 |
| 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 | -3/+3 |
| 2014-08-11 | Change std::fmt::{Float,LowerExp,UpperExp} to not print '-NaN' for f32::NAN a... | nham | -3/+4 |
| 2014-08-08 | Register new snapshot 12e0f72 | Niko Matsakis | -10/+0 |
| 2014-08-06 | Use byte literals in libcore | nham | -18/+18 |
| 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-07-26 | auto merge of #15982 : alexcrichton/rust/rustdoc-fixes, r=brson | bors | -0/+1 |
| 2014-07-25 | rustdoc: Hide impls for #[doc(hidden)] traits | Alex Crichton | -0/+1 |
| 2014-07-25 | Fix assert message | Randati | -1/+1 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -4/+12 |