| Age | Commit message (Expand) | Author | Lines |
| 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 | -306/+288 |
| 2013-03-28 | Fix warning about unused imports in import lists | Alex Crichton | -11/+15 |
| 2013-03-28 | auto merge of #5610 : thestinger/rust/tutorial, r=pcwalton | bors | -6/+5 |
| 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 #5603 : brson/rust/relnotes, r=brson | bors | -1/+1 |
| 2013-03-28 | tutorial: only Owned types can have a Drop impl | Daniel Micay | -1/+3 |
| 2013-03-28 | tutorial: cleaner libc use statements | Daniel Micay | -5/+2 |
| 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 | auto merge of #5602 : pcwalton/rust/common-fields, r=brson | bors | -159/+36 |
| 2013-03-28 | auto merge of #5561 : fabiand/rust/wllvm32, r=catamorphism | bors | -1/+1 |
| 2013-03-28 | 0.6 will be in April | Brian Anderson | -1/+1 |
| 2013-03-28 | librustc: Remove common fields and nested enums from the language | Patrick Walton | -159/+36 |
| 2013-03-28 | added defn of non_slash_or_star | John Clements | -2/+2 |
| 2013-03-28 | fix another subtle bug in comment regex | John Clements | -2/+2 |
| 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-28 | auto merge of #5584 : nikomatsakis/rust/issue-4846-carry-bound-lifetime-names... | bors | -0/+0 |
| 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 | auto merge of #5575 : apasel422/rust/simplify-impls, r=thestinger | bors | -303/+21 |
| 2013-03-27 | derive Eq and Clone impls where applicable | Andrew Paseltiner | -303/+21 |
| 2013-03-27 | auto merge of #5576 : yichoi/rust/pull-0327, r=brson | bors | -1/+1 |
| 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 | auto merge of #5594 : brson/rust/freebsd, r=brson | bors | -3/+0 |
| 2013-03-27 | librustc: remove already addressed XXX | Luqman Aden | -1/+0 |
| 2013-03-27 | Fix cpu type normalization in configure script | Brian Anderson | -3/+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 |