| Age | Commit message (Expand) | Author | Lines |
| 2013-03-30 | std: add more json decoder tests. | Erick Tryzelaar | -12/+124 |
| 2013-03-30 | std: clean up the json pretty printer tests | Erick Tryzelaar | -88/+71 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -13/+0 |
| 2013-03-29 | Register snapshots | Brian Anderson | -13/+0 |
| 2013-03-29 | std: fix json deserializing vectors and a test | Erick Tryzelaar | -6/+4 |
| 2013-03-29 | std: add Encoder::emit_map and Decoder::read_map | Erick Tryzelaar | -85/+136 |
| 2013-03-29 | std: remove Encoder::read_rec and Decoder::emit_rec | Erick Tryzelaar | -33/+18 |
| 2013-03-29 | std: remove Encoder::emit_tup{,_elt} and Decoder::read_tup{,_elt} | Erick Tryzelaar | -31/+0 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed}_vec and Decoder::read_{owned,manage... | Erick Tryzelaar | -35/+12 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed} and Decoder::read_{owned,managed} | Erick Tryzelaar | -4/+0 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,manage... | Erick Tryzelaar | -38/+8 |
| 2013-03-28 | std: change Decoder::read_option to return a generic type | Erick Tryzelaar | -3/+3 |
| 2013-03-28 | std: change Decoder::read_option to return a generic type | Erick Tryzelaar | -3/+3 |
| 2013-03-27 | std: add some better failure msgs to json | Erick Tryzelaar | -3/+3 |
| 2013-03-27 | std: add tests for decoding json enums | Erick Tryzelaar | -1/+14 |
| 2013-03-27 | std: Decode::read_enum_variant should pass in the variant names | Erick Tryzelaar | -2/+25 |
| 2013-03-27 | std: add option type directly to serialize::{En,De}code | Erick Tryzelaar | -20/+18 |
| 2013-03-27 | std: change default json enum encoder to use strings or a flat vec | Erick Tryzelaar | -41/+16 |
| 2013-03-27 | std: Add tests for json decoding options | Erick Tryzelaar | -0/+18 |
| 2013-03-27 | std: fix json PrettyEncoder and add tests | Erick Tryzelaar | -33/+220 |
| 2013-03-27 | std: change fail_unless to assert_eq in json.rs | Erick Tryzelaar | -133/+128 |
| 2013-03-27 | std: clean json test imports | Erick Tryzelaar | -6/+2 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -3/+3 |
| 2013-03-26 | Remove unused imports throughout | Alex Crichton | -1/+0 |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -1/+2 |
| 2013-03-23 | replace impls with `deriving` where applicable | Andrew Paseltiner | -9/+1 |
| 2013-03-22 | librustc: Add explicit lifetime binders and new lifetime notation in core/std... | Patrick Walton | -2/+2 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -11/+11 |
| 2013-03-21 | auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclements | bors | -17/+3 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -17/+3 |
| 2013-03-20 | core: add str::each{,i}_reverse | Erick Tryzelaar | -11/+5 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -3/+7 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -3/+3 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -10/+10 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -43/+43 |
| 2013-03-08 | Fix dvec-related fallout in tests | Alex Crichton | -6/+3 |
| 2013-03-08 | std: Remove uses of DVec | Alex Crichton | -1/+0 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -144/+177 |
| 2013-03-07 | De-implicit-self libstd | Ben Striegel | -43/+43 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -3/+3 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -1/+1 |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -0/+1 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -4/+4 |
| 2013-02-21 | Cleanup, commenting, trivial renaming | John Clements | -2/+0 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -8/+8 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -4/+4 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -29/+29 |
| 2013-02-14 | auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphism | bors | -3/+3 |
| 2013-02-14 | auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson | bors | -2/+2 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -29/+29 |