| Age | Commit message (Expand) | Author | Lines |
| 2013-04-02 | Update COPYRIGHT release-0.6 0.6 | Graydon Hoare | -2/+2 |
| 2013-04-01 | auto merge of #5669 : graydon/rust/tweaks, r=thestinger | bors | -13/+13 |
| 2013-04-01 | auto merge of #5667 : graydon/rust/remove-a-mode, r=catamorphism | bors | -1/+1 |
| 2013-04-01 | tidy version numbers and copyright dates | Graydon Hoare | -13/+13 |
| 2013-04-01 | auto merge of #5662 : catamorphism/rust/docs, r=catamorphism | bors | -1/+99 |
| 2013-04-01 | docs: Xfail test, it's just for illustration anyway | Tim Chevalier | -2/+2 |
| 2013-04-01 | auto merge of #5660 : brson/rust/doc, r=catamorphism | bors | -25/+73 |
| 2013-04-01 | doc: Update tutorial description of core | Brian Anderson | -24/+60 |
| 2013-04-01 | core: Update libc docs to clarify usage | Brian Anderson | -1/+13 |
| 2013-04-01 | remove stray mode on callback, seems to not change anything | Graydon Hoare | -1/+1 |
| 2013-04-01 | docs: Document language items, as per #3342 | Tim Chevalier | -1/+99 |
| 2013-03-31 | auto merge of #5655 : thestinger/rust/arm, r=brson | bors | -4/+4 |
| 2013-04-01 | rt/arch/arm: fix syntax used for noexec stack | Daniel Micay | -4/+4 |
| 2013-03-31 | auto merge of #5653 : brson/rust/warnings, r=brson | bors | -30/+21 |
| 2013-03-31 | Fix warnings | Brian Anderson | -30/+21 |
| 2013-03-31 | auto merge of #5651 : luqmana/rust/incoming, r=thestinger | bors | -2/+2 |
| 2013-03-31 | Update tutorial.md | Luqman Aden | -2/+2 |
| 2013-03-31 | auto merge of #5649 : thestinger/rust/lib, r=brson | bors | -4/+4 |
| 2013-03-31 | auto merge of #5647 : thestinger/rust/execstack, r=brson | bors | -24/+94 |
| 2013-03-31 | install.mk: use INSTALL_LIB for all libraries | Daniel Micay | -4/+4 |
| 2013-03-31 | auto merge of #5648 : luqmana/rust/incoming, r=thestinger | bors | -1/+5 |
| 2013-03-31 | mark the assembly object stacks as non-executable | Daniel Micay | -24/+94 |
| 2013-03-31 | auto merge of #5611 : Kimundi/rust/incoming, r=catamorphism | bors | -2/+15 |
| 2013-03-31 | Update RELEASES.txt | Luqman Aden | -1/+5 |
| 2013-03-31 | Fix underflow in char_range_at_reverse | Marvin Löbel | -2/+15 |
| 2013-03-30 | auto merge of #5637 : luqmana/rust/5423, r=brson | bors | -5/+2 |
| 2013-03-30 | auto merge of #5638 : luqmana/rust/5405, r=brson | bors | -3/+49 |
| 2013-03-30 | Rename confusing var, use_new_rt -> use_old_rt. | Luqman Aden | -4/+4 |
| 2013-03-30 | Correct type signature for start lang item. | Luqman Aden | -1/+47 |
| 2013-03-30 | auto merge of #5634 : thestinger/rust/dlist, r=brson,thestinger | bors | -12/+6 |
| 2013-03-30 | libsyntax: Update abi constants. Fixes #5423. | Luqman Aden | -5/+2 |
| 2013-03-30 | move dlist from core -> std | Daniel Micay | -12/+6 |
| 2013-03-30 | auto merge of #5636 : thestinger/rust/vim, r=luqmana | bors | -12/+14 |
| 2013-03-30 | auto merge of #5630 : erickt/rust/serial, r=erickt | bors | -759/+837 |
| 2013-03-30 | vim: use Operator group for 'as' | Daniel Micay | -1/+3 |
| 2013-03-30 | vim: separate the conditional keywords | Daniel Micay | -2/+6 |
| 2013-03-30 | vim: mark Todo as contained and rm unsafe from it | Daniel Micay | -2/+1 |
| 2013-03-30 | vim: highlight ref + static as storage specifiers | Daniel Micay | -2/+2 |
| 2013-03-30 | rustc: fix astencode test | Erick Tryzelaar | -12/+1 |
| 2013-03-30 | vim: assert and pure keywords were removed | Daniel Micay | -6/+3 |
| 2013-03-30 | std: add more json decoder tests. | Erick Tryzelaar | -12/+124 |
| 2013-03-30 | syntax: fix auto_encode test. | Erick Tryzelaar | -4/+4 |
| 2013-03-30 | std: clean up the json pretty printer tests | Erick Tryzelaar | -88/+71 |
| 2013-03-29 | auto merge of #5631 : brson/rust/abiset, r=brson,brson | bors | -352/+879 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -352/+879 |
| 2013-03-29 | std: Add Deque::eachi and a Deque serializer support | Erick Tryzelaar | -0/+58 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -5940/+5927 |
| 2013-03-29 | std: add serialization support for dlist, linearset, triemap, trieset, treema... | Erick Tryzelaar | -1/+183 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -120/+88 |
| 2013-03-29 | auto merge of #5628 : brson/rust/assert, r=brson | bors | -5937/+5924 |