| Age | Commit message (Expand) | Author | Lines |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -3/+0 |
| 2013-04-19 | libstd: Micro-optimize vuint_at | Patrick Walton | -4/+53 |
| 2013-04-10 | syntax: add {read,emit}_enum_struct_variant{,_field} | Erick Tryzelaar | -0/+24 |
| 2013-04-10 | std: add serialize {read,emit}_tuple{,_arg,_struct,_struct_arg} | Erick Tryzelaar | -0/+26 |
| 2013-04-10 | std: rename {read,emit}_field to {read,emit}_struct_field | Erick Tryzelaar | -1/+19 |
| 2013-04-10 | std: clean up the order of {De,En}codable methods | Erick Tryzelaar | -25/+25 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -6/+6 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -30/+0 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-29 | Register snapshots | Brian Anderson | -30/+0 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -4/+4 |
| 2013-03-29 | std: add Encoder::emit_map and Decoder::read_map | Erick Tryzelaar | -0/+27 |
| 2013-03-29 | std: remove Encoder::read_rec and Decoder::emit_rec | Erick Tryzelaar | -6/+0 |
| 2013-03-29 | std: remove Encoder::emit_tup{,_elt} and Decoder::read_tup{,_elt} | Erick Tryzelaar | -13/+0 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed}_vec and Decoder::read_{owned,manage... | Erick Tryzelaar | -23/+6 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed} and Decoder::read_{owned,managed} | Erick Tryzelaar | -14/+0 |
| 2013-03-29 | std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,manage... | Erick Tryzelaar | -13/+2 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -4/+4 |
| 2013-03-28 | std: change Decoder::read_option to return a generic type | Erick Tryzelaar | -6/+6 |
| 2013-03-28 | std: change Decoder::read_option to return a generic type | Erick Tryzelaar | -6/+6 |
| 2013-03-28 | auto merge of #5595 : catamorphism/rust/demoding, r=catamorphism | bors | -1/+0 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -2/+54 |
| 2013-03-27 | core: Remove unused import | Tim Chevalier | -1/+0 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -5/+3 |
| 2013-03-27 | std: Decode::read_enum_variant should pass in the variant names | Erick Tryzelaar | -0/+30 |
| 2013-03-27 | std: add option type directly to serialize::{En,De}code | Erick Tryzelaar | -2/+24 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -1/+1 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -4/+4 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -35/+35 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -6/+6 |
| 2013-03-07 | De-implicit-self libstd | Ben Striegel | -21/+21 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -6/+0 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -2/+2 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -3/+3 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -3/+5 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -2/+2 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -3/+5 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -3/+3 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -19/+19 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -2/+0 |
| 2013-02-04 | std: Stamp out structural records | Tim Chevalier | -5/+10 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -21/+22 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -0/+1 |
| 2013-01-25 | register snapshots | Graydon Hoare | -13/+0 |
| 2013-01-14 | Add cfg attrs to handle auto_encode transition | Brian Anderson | -0/+13 |
| 2013-01-14 | Merge remote-tracking branch 'mneumann/f-serialize' | Brian Anderson | -2/+2 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -3/+15 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -15/+3 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -3/+15 |