about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-30vim: separate the conditional keywordsDaniel Micay-2/+6
2013-03-30vim: mark Todo as contained and rm unsafe from itDaniel Micay-2/+1
2013-03-30vim: highlight ref + static as storage specifiersDaniel Micay-2/+2
2013-03-30rustc: fix astencode testErick Tryzelaar-12/+1
2013-03-30vim: assert and pure keywords were removedDaniel Micay-6/+3
2013-03-30std: add more json decoder tests.Erick Tryzelaar-12/+124
2013-03-30syntax: fix auto_encode test.Erick Tryzelaar-4/+4
2013-03-30std: clean up the json pretty printer testsErick Tryzelaar-88/+71
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-352/+879
2013-03-29std: Add Deque::eachi and a Deque serializer supportErick Tryzelaar-0/+58
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-5924/+5911
2013-03-29std: add serialization support for dlist, linearset, triemap, trieset, treema...Erick Tryzelaar-1/+183
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-107/+11
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-5921/+5908
2013-03-29Register snapshotsBrian Anderson-88/+8
2013-03-29change to parsing using ttsJohn Clements-2/+44
2013-03-29commenting parserJohn Clements-4/+50
2013-03-29field renamingJohn Clements-28/+29
2013-03-29std: fix json deserializing vectors and a testErick Tryzelaar-6/+4
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-319/+354
2013-03-29std: add Encoder::emit_map and Decoder::read_mapErick Tryzelaar-103/+263
2013-03-29core: add consume_reverseErick Tryzelaar-0/+28
2013-03-29std: remove Encoder::read_rec and Decoder::emit_recErick Tryzelaar-48/+22
2013-03-29std: remove Encoder::emit_tup{,_elt} and Decoder::read_tup{,_elt}Erick Tryzelaar-57/+0
2013-03-29std: remove Encoder::emit_{owned,managed}_vec and Decoder::read_{owned,manage...Erick Tryzelaar-124/+78
2013-03-29std: remove Encoder::emit_{owned,managed} and Decoder::read_{owned,managed}Erick Tryzelaar-33/+5
2013-03-29std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,manage...Erick Tryzelaar-72/+20
2013-03-29core: add LinearMap::with_capacityErick Tryzelaar-3/+17
2013-03-29std: remove prettyprintErick Tryzelaar-221/+0
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-312/+298
2013-03-29auto merge of #5622 : yichoi/rust/pull-0329, r=catamorphismbors-2/+2
2013-03-29auto merge of #5620 : catamorphism/rust/issue-4325, r=catamorphismbors-0/+25
2013-03-29auto merge of #5619 : catamorphism/rust/issue-4333, r=catamorphismbors-0/+14
2013-03-29auto merge of #5618 : pcwalton/rust/print-in-prelude, r=brsonbors-0/+4
2013-03-29auto merge of #5617 : catamorphism/rust/issue-4335, r=catamorphismbors-3/+2
2013-03-29libcore: language change minor fix for ARM & MIPSYoung-il Choi-2/+2
2013-03-28auto merge of #5616 : pcwalton/rust/parenthesized-trait, r=brsonbors-1/+5
2013-03-28auto merge of #5614 : graydon/rust/static-linkage-bug, r=catamorphismbors-1/+4
2013-03-28Removing unused importsAlex Crichton-303/+285
2013-03-28Fix warning about unused imports in import listsAlex Crichton-11/+15
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