| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-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 | -1/+1 |
| 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 | -10/+10 |
| 2014-06-21 | serialize: Simplify the json docs | Erick Tryzelaar | -1/+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 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -68/+0 |
| 2014-06-15 | Small improvement for json PrettyEncoder | Piotr Jawniak | -5/+1 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -0/+68 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+68 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -91/+89 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -3/+3 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -14/+8 |
| 2014-06-03 | Implement ToJson for &[T], and add tests. Closes #14619 | Jorge Aparicio | -0/+54 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -12/+12 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -7/+7 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -5/+5 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -135/+135 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -135/+135 |
| 2014-05-27 | serialize: Remove old commented out code | Erick Tryzelaar | -30/+0 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -48/+48 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+1 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -3/+9 |
| 2014-05-16 | libserialize: Remove all uses of `~str` from `libserialize`. | Patrick Walton | -204/+232 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-13 | serialize: Broaden ignores of json tests | Alex Crichton | -2/+2 |
| 2014-05-09 | auto merge of #14065 : alexcrichton/rust/ignore-flaky-windows-test, r=brson | bors | -0/+2 |
| 2014-05-09 | serialize: Ignore two flaky json tests on windows | Alex Crichton | -0/+2 |
| 2014-05-08 | Handle fallout in documentation | Kevin Ballard | -4/+4 |