| Age | Commit message (Expand) | Author | Lines |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -2/+15 |
| 2014-12-19 | libcore: use `#[deriving(Copy)]` | Jorge Aparicio | -24/+10 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -33/+35 |
| 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 | -3/+3 |
| 2014-12-13 | libcore: use unboxed closures in `float_to_str_bytes_common` | Jorge Aparicio | -3/+6 |
| 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/+22 |
| 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 | -3/+4 |
| 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 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -30/+30 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -3/+3 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -30/+30 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -3/+3 |
| 2014-11-23 | rollup merge of #19184: Gekkio/fix-binary-format-char | Jakub Bukaj | -1/+1 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -1/+2 |
| 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 |