summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-01auto merge of #5669 : graydon/rust/tweaks, r=thestingerbors-1/+1
2013-04-01auto merge of #5667 : graydon/rust/remove-a-mode, r=catamorphismbors-1/+1
2013-04-01tidy version numbers and copyright datesGraydon Hoare-1/+1
2013-04-01doc: Update tutorial description of coreBrian Anderson-1/+1
2013-04-01core: Update libc docs to clarify usageBrian Anderson-1/+13
2013-04-01remove stray mode on callback, seems to not change anythingGraydon Hoare-1/+1
2013-03-31auto merge of #5655 : thestinger/rust/arm, r=brsonbors-4/+4
2013-04-01rt/arch/arm: fix syntax used for noexec stackDaniel Micay-4/+4
2013-03-31auto merge of #5653 : brson/rust/warnings, r=brsonbors-30/+21
2013-03-31Fix warningsBrian Anderson-30/+21
2013-03-31auto merge of #5647 : thestinger/rust/execstack, r=brsonbors-19/+91
2013-03-31mark the assembly object stacks as non-executableDaniel Micay-19/+91
2013-03-31Fix underflow in char_range_at_reverseMarvin Löbel-2/+15
2013-03-30auto merge of #5637 : luqmana/rust/5423, r=brsonbors-5/+2
2013-03-30auto merge of #5638 : luqmana/rust/5405, r=brsonbors-3/+49
2013-03-30Rename confusing var, use_new_rt -> use_old_rt.Luqman Aden-4/+4
2013-03-30Correct type signature for start lang item.Luqman Aden-1/+47
2013-03-30libsyntax: Update abi constants. Fixes #5423.Luqman Aden-5/+2
2013-03-30move dlist from core -> stdDaniel Micay-12/+6
2013-03-30auto merge of #5636 : thestinger/rust/vim, r=luqmanabors-12/+14
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-759/+837
2013-03-30vim: use Operator group for 'as'Daniel Micay-1/+3
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-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