| Age | Commit message (Expand) | Author | Lines |
| 2013-05-22 | revert no-longer-required workaround for mystery bug, close #3396 | Graydon Hoare | -11/+2 |
| 2013-05-22 | testsuite: Make main fn public | Tim Chevalier | -1/+1 |
| 2013-05-22 | testsuite: Add passing test for #4107 | Tim Chevalier | -0/+33 |
| 2013-05-22 | auto merge of #6672 : yjh0502/rust/fix_6342, r=graydon | bors | -4/+26 |
| 2013-05-22 | Implement static_assert attribute | Corey Richardson | -1/+43 |
| 2013-05-22 | declare that "///" is still a doc comment, just not "////+" (fixes #5838) | Benjamin Herr | -2/+9 |
| 2013-05-22 | add smallintset | Jihyun Yu | -1/+242 |
| 2013-05-22 | auto merge of #6671 : kud1ing/rust/patch-1, r=z0w0 | bors | -1/+1 |
| 2013-05-22 | Fix #6342 | Jihyun Yu | -4/+26 |
| 2013-05-22 | "Type :help for help", similar to ghci | kud1ing | -1/+1 |
| 2013-05-22 | fix issue #6209 | Jihyun Yu | -79/+181 |
| 2013-05-22 | fix arm stack alignment | Jyun-Yan You | -3/+7 |
| 2013-05-21 | auto merge of #6665 : catamorphism/rust/issue-5741, r=nikomatsakis | bors | -0/+18 |
| 2013-05-21 | auto merge of #6664 : catamorphism/rust/issue-3796, r=catamorphism | bors | -1/+36 |
| 2013-05-21 | auto merge of #6662 : catamorphism/rust/issue-4780, r=catamorphism | bors | -0/+14 |
| 2013-05-21 | rustc: Don't generate code for unreachable expressions | Tim Chevalier | -0/+18 |
| 2013-05-21 | testsuite: Add xfailed test cases | Tim Chevalier | -0/+35 |
| 2013-05-21 | testsuite: Update test for #2478. Still xfailed | Tim Chevalier | -1/+1 |
| 2013-05-21 | testsuite: Test for #4780 | Tim Chevalier | -0/+14 |
| 2013-05-21 | auto merge of #6658 : sanxiyn/rust/static-string-2, r=thestinger | bors | -11/+11 |
| 2013-05-21 | auto merge of #6657 : sanxiyn/rust/allocation, r=thestinger | bors | -88/+88 |
| 2013-05-22 | Use static strings | Seo Sanghyeon | -9/+9 |
| 2013-05-21 | auto merge of #6611 : huonw/rust/syntax-ext-no-dup, r=jbclements | bors | -2250/+1667 |
| 2013-05-22 | Take string slices | Seo Sanghyeon | -2/+2 |
| 2013-05-22 | syntax/ext: convert all AstBuilder methods to a uniform syntax. | Huon Wilson | -1686/+998 |
| 2013-05-22 | syntax/ext: migrate build.rs functions to AstBuilder methods. | Huon Wilson | -925/+1126 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from fuzzer | Seo Sanghyeon | -23/+23 |
| 2013-05-22 | syntax/ext: collect the ast building traits into a single trait. | Huon Wilson | -493/+420 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -332/+331 |
| 2013-05-22 | syntax/ext: Remove the trait-object indirection of the ext_ctxt object. | Huon Wilson | -106/+82 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustpkg | Seo Sanghyeon | -29/+29 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustdoc | Seo Sanghyeon | -36/+36 |
| 2013-05-21 | syntax/ext: remove the ~str dependence of the deriving code. | Huon Wilson | -79/+81 |
| 2013-05-21 | auto merge of #6654 : sanxiyn/rust/accurate-span-2, r=bstrie | bors | -2/+2 |
| 2013-05-21 | Correct span for unused_import | Seo Sanghyeon | -1/+1 |
| 2013-05-21 | Correct span for expr_vec | Seo Sanghyeon | -1/+1 |
| 2013-05-21 | auto merge of #6650 : crabtw/rust/mips-rt, r=sanxiyn | bors | -3/+7 |
| 2013-05-21 | auto merge of #6648 : alexcrichton/rust/issue-6633, r=graydon | bors | -1/+34 |
| 2013-05-20 | auto merge of #6647 : alexcrichton/rust/unnecessary-alloc, r=graydon | bors | -1030/+1095 |
| 2013-05-20 | auto merge of #6646 : dotdash/rust/method_lookup, r=brson | bors | -91/+100 |
| 2013-05-20 | auto merge of #6626 : brson/rust/io-upstream, r=graydon | bors | -321/+466 |
| 2013-05-21 | fix mips stack alignment | Jyun-Yan You | -3/+7 |
| 2013-05-20 | auto merge of #6604 : bjz/rust/ptr-to-option, r=brson | bors | -0/+51 |
| 2013-05-20 | auto merge of #6649 : brson/rust/atomic-load-align, r=graydon | bors | -11/+17 |
| 2013-05-20 | auto merge of #6576 : nikomatsakis/rust/issue-5362-tuple-indices, r=graydon | bors | -81/+246 |
| 2013-05-20 | rustllvm: Use target alignment for atomic load/store | Brian Anderson | -11/+17 |
| 2013-05-20 | auto merge of #6528 : brson/rust/docs, r=brson | bors | -4/+6 |
| 2013-05-20 | auto merge of #6372 : brson/rust/intrinsics, r=catamorphism | bors | -54/+25 |
| 2013-05-20 | core::rt: Convert unsafe_borrow_io to a Local impl | Brian Anderson | -18/+29 |
| 2013-05-20 | core::rt: Implement Local for Task | Brian Anderson | -49/+60 |