about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-03-28auto merge of #5614 : graydon/rust/static-linkage-bug, r=catamorphismbors-1/+4
2013-03-28Removing unused importsAlex Crichton-306/+288
2013-03-28Fix warning about unused imports in import listsAlex Crichton-11/+15
2013-03-28auto merge of #5610 : thestinger/rust/tutorial, r=pcwaltonbors-6/+5
2013-03-28std: change Decoder::read_option to return a generic typeErick Tryzelaar-11/+17
2013-03-28core: Inline mallocing wrapper functionsErick Tryzelaar-0/+5
2013-03-28testsuite: Add test case for #4325Tim Chevalier-0/+25
2013-03-28libcore: Add `print` and `println` to the preludePatrick Walton-0/+4
2013-03-28testsuite: Add test for #4333Tim Chevalier-0/+14
2013-03-28auto merge of #5608 : erickt/rust/incoming, r=catamorphismbors-11/+22
2013-03-28testsuite: Update and un-xfail test for #4335Tim Chevalier-3/+2
2013-03-28libsyntax: Don't allow `impl (Trait) for Type` (with the parentheses).Patrick Walton-1/+5
2013-03-28auto merge of #5593 : luqmana/rust/inline-asm, r=catamorphismbors-138/+226
2013-03-28rustc: fix linkage of internal static nodes.Graydon Hoare-1/+4
2013-03-28Tidy.Luqman Aden-1/+1
2013-03-28auto merge of #5603 : brson/rust/relnotes, r=brsonbors-1/+1
2013-03-28tutorial: only Owned types can have a Drop implDaniel Micay-1/+3
2013-03-28tutorial: cleaner libc use statementsDaniel Micay-5/+2
2013-03-28auto merge of #5609 : Kimundi/rust/incoming, r=catamorphismbors-3/+3
2013-03-28Unbreak 'rustc --help'Marvin Löbel-3/+3
2013-03-28auto merge of #5607 : brson/rust/shapshot3, r=brsonbors-189/+8
2013-03-28std: change Decoder::read_option to return a generic typeErick Tryzelaar-11/+17
2013-03-28core: Inline mallocing wrapper functionsErick Tryzelaar-0/+5
2013-03-28Register snapshotsBrian Anderson-189/+8
2013-03-28auto merge of #5602 : pcwalton/rust/common-fields, r=brsonbors-159/+36
2013-03-28auto merge of #5561 : fabiand/rust/wllvm32, r=catamorphismbors-1/+1
2013-03-280.6 will be in AprilBrian Anderson-1/+1
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-159/+36
2013-03-28added defn of non_slash_or_starJohn Clements-2/+2
2013-03-28fix another subtle bug in comment regexJohn Clements-2/+2
2013-03-28auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphismbors-1/+21
2013-03-28auto merge of #5595 : catamorphism/rust/demoding, r=catamorphismbors-4/+3
2013-03-28auto merge of #5592 : pcwalton/rust/xc-extern-statics, r=pcwaltonbors-7/+39
2013-03-28auto merge of #5587 : thestinger/rust/total, r=pcwaltonbors-74/+134
2013-03-28auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydonbors-14/+41
2013-03-28auto merge of #5584 : nikomatsakis/rust/issue-4846-carry-bound-lifetime-names...bors-0/+0
2013-03-27auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphismbors-4/+18
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-316/+820
2013-03-27auto merge of #5575 : apasel422/rust/simplify-impls, r=thestingerbors-303/+21
2013-03-27derive Eq and Clone impls where applicableAndrew Paseltiner-303/+21
2013-03-27auto merge of #5576 : yichoi/rust/pull-0327, r=brsonbors-1/+1
2013-03-27libsyntax: error on struct Foo {}.Luqman Aden-1/+21
2013-03-27auto merge of #5574 : thestinger/rust/docstring, r=sanxiynbors-2/+7
2013-03-27core/std: Remove uses of ++ modeTim Chevalier-3/+3
2013-03-27core: Remove unused importTim Chevalier-1/+0
2013-03-27auto merge of #5594 : brson/rust/freebsd, r=brsonbors-3/+0
2013-03-27librustc: remove already addressed XXXLuqman Aden-1/+0
2013-03-27Fix cpu type normalization in configure scriptBrian Anderson-3/+0
2013-03-27librustc: add default per arch clobbers for asm.Luqman Aden-3/+25
2013-03-27libsyntax: Allow selecting intel style asm.Luqman Aden-7/+22