| Age | Commit message (Expand) | Author | Lines |
| 2014-08-06 | Use byte literals in libserialize | nham | -10/+10 |
| 2014-07-31 | libserialize: add `error()` to `Decoder` | Andrew Poelstra | -0/+8 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -1296/+0 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -2/+118 |
| 2014-07-29 | serialize: fix a warning | Erick Tryzelaar | -1/+1 |
| 2014-07-24 | Deprecated `str::raw::from_utf8_owned` | Adolfo Ochagavía | -4/+4 |
| 2014-07-23 | Convert some push_back users to push | Brian Anderson | -3/+3 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+4 |
| 2014-07-21 | ignore-lexer-test to broken files and remove some tray hyphens | Corey Richardson | -0/+4 |
| 2014-07-19 | Implement FromBase64 for &[u8]. | Simon Sapin | -17/+29 |
| 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 | -13/+11 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -20/+20 |
| 2014-07-07 | auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichton | bors | -0/+30 |
| 2014-07-07 | Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395 | mitchmindtree | -0/+30 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-05 | auto merge of #15419 : erickt/rust/json, r=pcwalton | bors | -37/+87 |
| 2014-07-04 | serialize: speed up json pretty printing by batch writing spaces | Erick Tryzelaar | -4/+13 |
| 2014-07-04 | serialize: escaping json strings should write in batches. | Erick Tryzelaar | -15/+31 |
| 2014-07-04 | serialize: Remove allocations from escaping strs and indenting spaces | Erick Tryzelaar | -38/+63 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -1/+1 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -526/+314 |
| 2014-06-30 | Implement ToJson for all tuples | Adolfo Ochagavía | -14/+26 |
| 2014-06-30 | Fix JSON documentation | Adolfo Ochagavía | -127/+40 |
| 2014-06-30 | Implement FromStr for Json | Adolfo Ochagavía | -3/+13 |
| 2014-06-30 | Add `encode` and `decode` shortcut functions | Adolfo Ochagavía | -61/+49 |
| 2014-06-30 | Removed unnecessary Box | Adolfo Ochagavía | -7/+7 |
| 2014-06-30 | JSON cleanup | Adolfo Ochagavía | -263/+184 |
| 2014-06-29 | Implement RFC#28: Add PartialOrd::partial_cmp | Steven Fackler | -57/+1 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -3/+3 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -1/+1 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-26 | json: Fix handling of NaN/Infinity | mrec | -6/+51 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -14/+14 |
| 2014-06-21 | serialize: Simplify the json docs | Erick Tryzelaar | -1/+1 |
| 2014-06-19 | auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr | bors | -0/+1 |
| 2014-06-18 | Deprecate the bytes!() macro. | Simon Sapin | -8/+8 |
| 2014-06-18 | Shorten endian conversion method names | Brendan Zabarauskas | -1/+1 |
| 2014-06-18 | Merge the Bitwise and ByteOrder traits into the Int trait | Brendan Zabarauskas | -3/+1 |
| 2014-06-18 | Use ByteOrder methods instead of free-standing functions | Brendan Zabarauskas | -2/+2 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -7/+14 |
| 2014-06-16 | Update "use" to "uses" ln186 | theptrk | -1/+1 |
| 2014-06-16 | auto merge of #14932 : Sawyer47/rust/json-smallfix, r=huonw | bors | -5/+1 |