| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | auto merge of #5620 : catamorphism/rust/issue-4325, r=catamorphism | bors | -0/+25 |
| 2013-03-29 | auto merge of #5619 : catamorphism/rust/issue-4333, r=catamorphism | bors | -0/+14 |
| 2013-03-29 | auto merge of #5618 : pcwalton/rust/print-in-prelude, r=brson | bors | -0/+4 |
| 2013-03-29 | auto merge of #5617 : catamorphism/rust/issue-4335, r=catamorphism | bors | -3/+2 |
| 2013-03-29 | libcore: language change minor fix for ARM & MIPS | Young-il Choi | -2/+2 |
| 2013-03-28 | auto merge of #5616 : pcwalton/rust/parenthesized-trait, r=brson | bors | -1/+5 |
| 2013-03-28 | auto merge of #5614 : graydon/rust/static-linkage-bug, r=catamorphism | bors | -1/+4 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -303/+285 |
| 2013-03-28 | Fix warning about unused imports in import lists | Alex Crichton | -11/+15 |
| 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 | testsuite: Add test case for #4325 | Tim Chevalier | -0/+25 |
| 2013-03-28 | libcore: Add `print` and `println` to the prelude | Patrick Walton | -0/+4 |
| 2013-03-28 | testsuite: Add test for #4333 | Tim Chevalier | -0/+14 |
| 2013-03-28 | auto merge of #5608 : erickt/rust/incoming, r=catamorphism | bors | -11/+22 |
| 2013-03-28 | testsuite: Update and un-xfail test for #4335 | Tim Chevalier | -3/+2 |
| 2013-03-28 | libsyntax: Don't allow `impl (Trait) for Type` (with the parentheses). | Patrick Walton | -1/+5 |
| 2013-03-28 | auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphism | bors | -138/+226 |
| 2013-03-28 | rustc: fix linkage of internal static nodes. | Graydon Hoare | -1/+4 |
| 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 |