| Age | Commit message (Expand) | Author | Lines |
| 2013-03-28 | Tidy. | Luqman Aden | -1/+1 |
| 2013-03-28 | auto merge of #5609 : Kimundi/rust/incoming, r=catamorphism | bors | -3/+3 |
| 2013-03-28 | Unbreak 'rustc --help' | Marvin Löbel | -3/+3 |
| 2013-03-28 | auto merge of #5607 : brson/rust/shapshot3, r=brson | bors | -189/+8 |
| 2013-03-28 | std: change Decoder::read_option to return a generic type | Erick Tryzelaar | -11/+17 |
| 2013-03-28 | core: Inline mallocing wrapper functions | Erick Tryzelaar | -0/+5 |
| 2013-03-28 | Register snapshots | Brian Anderson | -189/+8 |
| 2013-03-28 | librustc: Remove common fields and nested enums from the language | Patrick Walton | -159/+36 |
| 2013-03-28 | auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphism | bors | -1/+21 |
| 2013-03-28 | auto merge of #5595 : catamorphism/rust/demoding, r=catamorphism | bors | -4/+3 |
| 2013-03-28 | auto merge of #5592 : pcwalton/rust/xc-extern-statics, r=pcwalton | bors | -7/+39 |
| 2013-03-28 | auto merge of #5587 : thestinger/rust/total, r=pcwalton | bors | -74/+134 |
| 2013-03-28 | auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydon | bors | -14/+41 |
| 2013-03-27 | auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphism | bors | -4/+18 |
| 2013-03-27 | auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt | bors | -316/+820 |
| 2013-03-27 | derive Eq and Clone impls where applicable | Andrew Paseltiner | -303/+21 |
| 2013-03-27 | libsyntax: error on struct Foo {}. | Luqman Aden | -1/+21 |
| 2013-03-27 | auto merge of #5574 : thestinger/rust/docstring, r=sanxiyn | bors | -2/+7 |
| 2013-03-27 | core/std: Remove uses of ++ mode | Tim Chevalier | -3/+3 |
| 2013-03-27 | core: Remove unused import | Tim Chevalier | -1/+0 |
| 2013-03-27 | librustc: remove already addressed XXX | Luqman Aden | -1/+0 |
| 2013-03-27 | librustc: add default per arch clobbers for asm. | Luqman Aden | -3/+25 |
| 2013-03-27 | libsyntax: Allow selecting intel style asm. | Luqman Aden | -7/+22 |
| 2013-03-27 | libsyntax: use a struct for inline asm in ast. | Luqman Aden | -49/+68 |
| 2013-03-27 | librustc: Move inline asm stuff to different mod. | Luqman Aden | -100/+133 |
| 2013-03-27 | librustc: Fix ICE with cross-crate extern statics. rs=bugfix | Patrick Walton | -7/+39 |
| 2013-03-27 | auto merge of #5569 : thestinger/rust/map, r=catamorphism | bors | -3/+3 |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -24/+115 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -14/+41 |
| 2013-03-27 | librustc: Allow expr_repeat to be used with any vstore | Patrick Walton | -14/+41 |
| 2013-03-27 | auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=... | bors | -177/+107 |
| 2013-03-27 | Fix pretty-printer test failure by carrying the bound lifetime names through | Niko Matsakis | -100/+130 |
| 2013-03-27 | another pub fn for check-fast | Graydon Hoare | -1/+1 |
| 2013-03-27 | cmp: rm TotalOrd impl code duplication | Daniel Micay | -53/+22 |
| 2013-03-27 | testsuite: more `pub fn main` | Tim Chevalier | -26/+126 |
| 2013-03-27 | Oh, cool, I xfailed the wrong test, neat | Tim Chevalier | -0/+1 |
| 2013-03-27 | testsuite: Add various test cases | Tim Chevalier | -13/+383 |
| 2013-03-27 | Autoref the argument to the index operator (#4920) | Niko Matsakis | -49/+88 |
| 2013-03-28 | librustc: Limit the typo suggestions to reasonable suggests. | Huon Wilson | -4/+18 |
| 2013-03-27 | test: xfail-pretty one of the run-pass tests. rs=burningtree | Patrick Walton | -0/+2 |
| 2013-03-27 | std: add some better failure msgs to json | Erick Tryzelaar | -3/+3 |
| 2013-03-27 | syntax: Remove deprecated expr_vstore_fixed | Erick Tryzelaar | -36/+4 |
| 2013-03-27 | syntax: fix pretty printing __log stmts | Erick Tryzelaar | -30/+17 |
| 2013-03-27 | syntax: Remove dead code from the parser | Erick Tryzelaar | -8/+0 |
| 2013-03-27 | syntax: Fix parsing global generics (Closes #5572) | Erick Tryzelaar | -2/+6 |
| 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 | -5/+116 |
| 2013-03-27 | std: add option type directly to serialize::{En,De}code | Erick Tryzelaar | -48/+138 |
| 2013-03-27 | std: change default json enum encoder to use strings or a flat vec | Erick Tryzelaar | -56/+33 |
| 2013-03-27 | std: Add tests for json decoding options | Erick Tryzelaar | -13/+42 |