about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-28Tidy.Luqman Aden-1/+1
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-28librustc: Remove common fields and nested enums from the languagePatrick Walton-159/+36
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-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-27derive Eq and Clone impls where applicableAndrew Paseltiner-303/+21
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-27librustc: remove already addressed XXXLuqman Aden-1/+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
2013-03-27libsyntax: use a struct for inline asm in ast.Luqman Aden-49/+68
2013-03-27librustc: Move inline asm stuff to different mod.Luqman Aden-100/+133
2013-03-27librustc: Fix ICE with cross-crate extern statics. rs=bugfixPatrick Walton-7/+39
2013-03-27auto merge of #5569 : thestinger/rust/map, r=catamorphismbors-3/+3
2013-03-27add a TotalEq traitDaniel Micay-24/+115
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-14/+41
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-14/+41
2013-03-27auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...bors-177/+107
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-100/+130
2013-03-27another pub fn for check-fastGraydon Hoare-1/+1
2013-03-27cmp: rm TotalOrd impl code duplicationDaniel Micay-53/+22
2013-03-27testsuite: more `pub fn main`Tim Chevalier-26/+126
2013-03-27Oh, cool, I xfailed the wrong test, neatTim Chevalier-0/+1
2013-03-27testsuite: Add various test casesTim Chevalier-13/+383
2013-03-27Autoref the argument to the index operator (#4920)Niko Matsakis-49/+88
2013-03-28librustc: Limit the typo suggestions to reasonable suggests.Huon Wilson-4/+18
2013-03-27test: xfail-pretty one of the run-pass tests. rs=burningtreePatrick Walton-0/+2
2013-03-27std: add some better failure msgs to jsonErick Tryzelaar-3/+3
2013-03-27syntax: Remove deprecated expr_vstore_fixedErick Tryzelaar-36/+4
2013-03-27syntax: fix pretty printing __log stmtsErick Tryzelaar-30/+17
2013-03-27syntax: Remove dead code from the parserErick Tryzelaar-8/+0
2013-03-27syntax: Fix parsing global generics (Closes #5572)Erick Tryzelaar-2/+6
2013-03-27std: add tests for decoding json enumsErick Tryzelaar-1/+14
2013-03-27std: Decode::read_enum_variant should pass in the variant namesErick Tryzelaar-5/+116
2013-03-27std: add option type directly to serialize::{En,De}codeErick Tryzelaar-48/+138
2013-03-27std: change default json enum encoder to use strings or a flat vecErick Tryzelaar-56/+33
2013-03-27std: Add tests for json decoding optionsErick Tryzelaar-13/+42