| Age | Commit message (Expand) | Author | Lines |
| 2013-04-30 | auto merge of #6103 : catamorphism/rust/nonfatal-errors, r=catamorphism | bors | -2/+46 |
| 2013-04-30 | fixed pattern, moved test to compile-fail | John Clements | -1/+1 |
| 2013-04-30 | fixed up syntax | John Clements | -9/+16 |
| 2013-04-30 | renamed issue-2185 to issue-3429 | John Clements | -0/+0 |
| 2013-04-30 | typestate is not planned for upcoming versions of rust.... | John Clements | -27/+0 |
| 2013-04-30 | fixed this test case too | John Clements | -8/+7 |
| 2013-04-30 | fixed the test case, hope it's still testing something | John Clements | -10/+6 |
| 2013-04-30 | after syntax fixes, these tests appear to pass | John Clements | -33/+31 |
| 2013-04-30 | more commits on issue 2185 | John Clements | -0/+1 |
| 2013-04-30 | fixed up issue-2185, but now it has a trait failure | John Clements | -4/+27 |
| 2013-04-30 | with syntax fixes, this test case now appears to pass | John Clements | -9/+7 |
| 2013-04-30 | added test case for issue 5927 | John Clements | -0/+20 |
| 2013-04-30 | Test now passes | John Clements | -4/+2 |
| 2013-04-30 | This test case now parses | John Clements | -3/+5 |
| 2013-04-30 | this test still doesn't pass, but at least it parses... | John Clements | -6/+8 |
| 2013-04-30 | Got test cases to pass, after some major surgery | John Clements | -16/+21 |
| 2013-04-30 | Fix error messages harder | Tim Chevalier | -2/+2 |
| 2013-04-30 | auto merge of #6136 : jld/rust/simplifycfg-unrevert, r=thestinger | bors | -0/+24 |
| 2013-04-30 | remove some unused mut decls | Niko Matsakis | -6/+6 |
| 2013-04-30 | borrowck: fix critical bug prevent us from ever using write guards :) | Niko Matsakis | -22/+0 |
| 2013-04-30 | auto merge of #6134 : jld/rust/issue-6117, r=catamorphism | bors | -0/+16 |
| 2013-04-30 | auto merge of #6118 : brson/rust/too-much-recursion, r=thestinger | bors | -22/+0 |
| 2013-04-30 | Reverse accidental src/llvm reversion in 876483dcf, and add test. | Jed Davis | -0/+24 |
| 2013-04-30 | The null case of a nullable-poiner enum might not be nullary. | Jed Davis | -0/+16 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -2/+1 |
| 2013-04-30 | changed to impl trait for type stx | John Clements | -1/+1 |
| 2013-04-30 | This test case is obsolete for two reasons | John Clements | -26/+0 |
| 2013-04-30 | this issue is a dup of another one that has a correct test case | John Clements | -24/+0 |
| 2013-04-30 | remove (non-parsing) test related to impl d for d feature | John Clements | -80/+0 |
| 2013-04-30 | deleted two tests intended to test RUST_CC_ZEAL, an apparently defunct flag f... | John Clements | -50/+0 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -421/+699 |
| 2013-04-30 | auto merge of #6121 : luqmana/rust/newtype-cc, r=graydon | bors | -0/+21 |
| 2013-04-29 | rustc / test: Fix error message | Tim Chevalier | -2/+2 |
| 2013-04-29 | Add test for cross crate newtype struct in match pattern. | Luqman Aden | -0/+21 |
| 2013-04-29 | test: Remove run-pass/too-much-recursion.rs | Brian Anderson | -22/+0 |
| 2013-04-29 | rustc: Only accept main functions at the crate level. #4433 | Brian Anderson | -9/+13 |
| 2013-04-29 | librustc: Forbid type implementations on typedefs. | Patrick Walton | -3/+0 |
| 2013-04-29 | librustc: Change labels to use the lifetime notation `'`. | Patrick Walton | -8/+8 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -138/+50 |
| 2013-04-29 | test: Remove #[legacy_modes] from the test suite. | Patrick Walton | -47/+24 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -37/+37 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -65/+69 |
| 2013-04-29 | auto merge of #6099 : danluu/rust/xfail_clone, r=catamorphism | bors | -31/+20 |
| 2013-04-29 | auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclements | bors | -0/+16 |
| 2013-04-28 | add test case for enum disambiguation | John Clements | -0/+16 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -46/+48 |
| 2013-04-28 | rustc: Suppress derived pattern-match-checking errors | Tim Chevalier | -0/+44 |
| 2013-04-28 | Updated spawn / loop thread to work with current syntax | Dan Luu | -9/+8 |
| 2013-04-28 | Remove test for any type -> match type, which doesn't seem to exist anymore | Dan Luu | -14/+0 |
| 2013-04-28 | Update old xfailing spawn/bind/join test | Dan Luu | -8/+12 |