| Age | Commit message (Expand) | Author | Lines |
| 2014-11-12 | Register new snapshots | Alex Crichton | -38/+0 |
| 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 |
| 2014-09-23 | Deal with the fallout of string stabilization | Alex Crichton | -11/+11 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -52/+53 |
| 2014-09-17 | rollup merge of #17276 : treeman/json-comma | Alex Crichton | -2/+10 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -4/+4 |
| 2014-09-15 | json: Properly handle trailing comma error in object decoding. | Jonas Hietala | -2/+10 |
| 2014-09-09 | Decoding json now defaults Option<_> to None. | Jonas Hietala | -1/+37 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 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 | -2/+2 |
| 2014-08-21 | Parameterize indent in PrettyEncoder | Austin Bonander | -18/+85 |
| 2014-08-20 | auto merge of #16621 : tshepang/rust/grammar, r=steveklabnik | bors | -1/+1 |
| 2014-08-20 | doc: grammar fixes | Tshepang Lekhonkhobe | -1/+1 |
| 2014-08-19 | Don't fail if an object is keyed with a string and we're expecting a number | Erick Tryzelaar | -2/+24 |
| 2014-08-19 | serialize: add json bounds checks, support for u64s, and tests | Erick Tryzelaar | -142/+266 |
| 2014-08-19 | serialize: add json::{Integer,Floating} to parse large integers properly | Erick Tryzelaar | -107/+200 |
| 2014-08-11 | Reenable ignored test and add run-pass test. | Luqman Aden | -1/+0 |
| 2014-07-31 | libserialize: add `error()` to `Decoder` | Andrew Poelstra | -0/+5 |
| 2014-07-29 | serialize: fix a warning | Erick Tryzelaar | -1/+1 |
| 2014-07-18 | Ignore one test. | Luqman Aden | -0/+1 |
| 2014-07-17 | auto merge of #15675 : errordeveloper/rust/json_docs, r=steveklabnik | bors | -16/+71 |
| 2014-07-17 | deprecate Vec::get | Nick Cameron | -1/+1 |
| 2014-07-16 | Improve docs on JSON. | Ilya Dmitrichenko | -16/+71 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo OchagavĂa | -11/+9 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -20/+20 |