| Age | Commit message (Expand) | Author | Lines |
| 2014-12-06 | libserialize: remove unnecessary `to_string()` calls | Jorge Aparicio | -50/+50 |
| 2014-12-06 | libserialize: remove unnecessary `as_slice()` calls | Jorge Aparicio | -3/+3 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -177/+174 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -179/+176 |
| 2014-11-26 | Test fixes and rebase conflicts | Alex Crichton | -7/+5 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -2/+2 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -2/+2 |
| 2014-11-26 | Unpublicize reexports, unprefix JSON type aliases | Corey Farwell | -91/+91 |
| 2014-11-23 | Clean up some logic/formatting in JSON module | Corey Farwell | -71/+63 |
| 2014-11-21 | auto merge of #19114 : frewsxcv/rust/master, r=bstrie | bors | -127/+127 |
| 2014-11-19 | Fix some English spelling errors | Corey Farwell | -4/+4 |
| 2014-11-19 | Rename json::List to json::Array | Corey Farwell | -127/+127 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -1/+1 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -25/+17 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -2/+2 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+11 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -41/+41 |
| 2014-11-16 | rollup merge of #18976: bjz/rfc369-numerics | Jakub Bukaj | -5/+5 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -5/+5 |
| 2014-11-14 | serialize: Add ToJson impl for str | Tom Jakubowski | -1/+6 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -3/+4 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -38/+0 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -1/+2 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-06 | rollup merge of #18707 : japaric/moar-dst | Alex Crichton | -2/+2 |
| 2014-11-06 | DTSify libserialize traits | Jorge Aparicio | -2/+2 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -5/+5 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+38 |
| 2014-11-03 | rollup merge of #18544 : whataloadofwhat/json | Alex Crichton | -17/+39 |
| 2014-11-02 | Add Error impls to a few key error types | Aaron Turon | -0/+5 |
| 2014-11-02 | Change Json methods to &str and allow Indexing | whataloadofwhat | -17/+39 |
| 2014-11-01 | Tuple deserialization should not fail | Dan Burkert | -7/+10 |
| 2014-11-01 | libserialize: tuple-arity should be provided to `Decoder::read_tuple` | Dan Burkert | -4/+30 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -1/+1 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -10/+10 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -8/+0 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -2/+2 |
| 2014-10-09 | serialize: Convert statics to constants | Alex Crichton | -8/+6 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -5/+5 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+2 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -5/+5 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -5/+5 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -11/+13 |
| 2014-09-28 | Use the same JSON schema for encoding enums in PrettyEncoder as in Encoder | Brian Koropoff | -8/+16 |
| 2014-09-27 | auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton | bors | -3/+3 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -3/+3 |