| Age | Commit message (Expand) | Author | Lines |
| 2013-03-31 | Fix warnings | Brian Anderson | -2/+1 |
| 2013-03-30 | move dlist from core -> std | Daniel Micay | -1/+988 |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -690/+772 |
| 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 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -2/+2 |
| 2013-03-29 | std: Add Deque::eachi and a Deque serializer support | Erick Tryzelaar | -0/+58 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -1292/+1292 |
| 2013-03-29 | std: add serialization support for dlist, linearset, triemap, trieset, treema... | Erick Tryzelaar | -1/+183 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -65/+0 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -1288/+1288 |
| 2013-03-29 | Register snapshots | Brian Anderson | -49/+0 |
| 2013-03-29 | std: fix json deserializing vectors and a test | Erick Tryzelaar | -6/+4 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -20/+26 |
| 2013-03-29 | std: add Encoder::emit_map and Decoder::read_map | Erick Tryzelaar | -103/+253 |
| 2013-03-29 | std: remove Encoder::read_rec and Decoder::emit_rec | Erick Tryzelaar | -41/+18 |
| 2013-03-29 | std: remove Encoder::emit_tup{,_elt} and Decoder::read_tup{,_elt} | Erick Tryzelaar | -50/+0 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed}_vec and Decoder::read_{owned,manage... | Erick Tryzelaar | -115/+76 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed} and Decoder::read_{owned,managed} | Erick Tryzelaar | -29/+5 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,manage... | Erick Tryzelaar | -66/+17 |
| 2013-03-29 | std: remove prettyprint | Erick Tryzelaar | -200/+0 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -20/+26 |
| 2013-03-28 | std: change Decoder::read_option to return a generic type | Erick Tryzelaar | -11/+17 |
| 2013-03-28 | std: change Decoder::read_option to return a generic type | Erick Tryzelaar | -11/+17 |
| 2013-03-28 | auto merge of #5595 : catamorphism/rust/demoding, r=catamorphism | bors | -2/+1 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -207/+481 |
| 2013-03-27 | auto merge of #5574 : thestinger/rust/docstring, r=sanxiyn | bors | -0/+2 |
| 2013-03-27 | core/std: Remove uses of ++ mode | Tim Chevalier | -1/+1 |
| 2013-03-27 | core: Remove unused import | Tim Chevalier | -1/+0 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -9/+9 |
| 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/+63 |
| 2013-03-27 | std: add option type directly to serialize::{En,De}code | Erick Tryzelaar | -39/+68 |
| 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: serializing Options should use the right case | Erick Tryzelaar | -4/+4 |
| 2013-03-27 | std: clean json test imports | Erick Tryzelaar | -6/+2 |
| 2013-03-27 | base64: add docstring | Daniel Micay | -0/+2 |
| 2013-03-26 | librustc: Remove obsolete syntax | Patrick Walton | -1/+1 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -2/+2 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -50/+57 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -3/+3 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -16/+23 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -7/+6 |
| 2013-03-26 | std: Remove the oldmap module | Alex Crichton | -389/+0 |
| 2013-03-26 | Remove unused imports throughout | Alex Crichton | -5/+0 |
| 2013-03-26 | Isolated bug, static vector seems to behave differently than fixed sized one | Marvin Löbel | -1/+1 |