| Age | Commit message (Expand) | Author | Lines |
| 2013-01-28 | Rewrite the coercion code to be more readable, more sound, and to reborrow when | Niko Matsakis | -12/+28 |
| 2013-01-28 | Integrate vec patterns into borrow checker. | Niko Matsakis | -6/+37 |
| 2013-01-25 | Fix Option camel case in a compile-fail test | Tyler Bindon | -3/+3 |
| 2013-01-25 | Fix Option camel case in xfailed/ignored tests | Tyler Bindon | -3/+3 |
| 2013-01-24 | librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l... | Patrick Walton | -68/+43 |
| 2013-01-24 | testsuite: Capitalize error message, unbreak build | Tim Chevalier | -2/+4 |
| 2013-01-24 | Merge pull request #4609 from sonwow/keyword-super | Tim Chevalier | -0/+3 |
| 2013-01-24 | syntax/rustc: Improve error message for misuse of `for` loop | Tim Chevalier | -5/+30 |
| 2013-01-24 | Make `super` a keyword | Youngsoo Son | -0/+3 |
| 2013-01-23 | Merge pull request #4587 from sanxiyn/divide-by-zero | Tim Chevalier | -0/+6 |
| 2013-01-22 | testsuite: Add tests for mutable function arguments | Tim Chevalier | -0/+20 |
| 2013-01-23 | Handle divide by zero in constant evaluator | Seo Sanghyeon | -0/+6 |
| 2013-01-20 | testsuite: Tweak tests for #3888 | Tim Chevalier | -0/+42 |
| 2013-01-20 | testsuite: Update error message, unbreak build | Tim Chevalier | -1/+0 |
| 2013-01-19 | testsuite: Add xfailed test for #4335 | Tim Chevalier | -0/+19 |
| 2013-01-19 | testsuite: Add license | Tim Chevalier | -0/+11 |
| 2013-01-19 | Handle region errors where the actual scope is a statement | Tim Chevalier | -0/+15 |
| 2013-01-18 | testsuite: Update error messages. Unbreak build, I hope | Tim Chevalier | -7/+7 |
| 2013-01-17 | Correct tests | Niko Matsakis | -17/+7 |
| 2013-01-17 | test: Fix busted compile-fail tests. rs=bustage | Patrick Walton | -18/+15 |
| 2013-01-16 | Merge pull request #4493 from jbclements/rename-moved-variable-to-moved-value | Patrick Walton | -24/+24 |
| 2013-01-15 | librustc: Make the default sigil for block lambdas `&` instead of `@`. | Graydon Hoare | -21/+4 |
| 2013-01-14 | s/moved variable/moved value/ | John Clements | -24/+24 |
| 2013-01-14 | allowing the entry point name to be something other than main | ILyoan | -0/+36 |
| 2013-01-10 | Add xfailed test for #3973 | Tim Chevalier | -0/+31 |
| 2013-01-10 | correct expected error msgs in various tests rs=breakage | Niko Matsakis | -9/+9 |
| 2013-01-10 | tests: Add two test cases, one xfailed | Tim Chevalier | -0/+34 |
| 2013-01-10 | mode: reset mode on entry to fn body. | Niko Matsakis | -0/+10 |
| 2013-01-10 | librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakis | Patrick Walton | -3/+12 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -6/+6 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -8/+8 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -8/+8 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -8/+8 |
| 2013-01-08 | Remove ret_style and instead check whether fn return type is bot | Niko Matsakis | -6/+13 |
| 2013-01-08 | Make `self` visible when typechecking nested functions | Tim Chevalier | -0/+16 |
| 2013-01-07 | Revert "Change the self def_id to a self_info in typeck, and inherit" | Tim Chevalier | -16/+0 |
| 2013-01-07 | Change the self def_id to a self_info in typeck, and inherit | Tim Chevalier | -0/+16 |
| 2013-01-07 | xfail broken tests | Tim Chevalier | -1/+3 |
| 2013-01-07 | Revert "xfail broken tests" | Tim Chevalier | -3/+1 |
| 2013-01-07 | xfail broken tests | Tim Chevalier | -1/+3 |
| 2013-01-03 | Add xfailed test for #3707 | Tim Chevalier | -0/+29 |
| 2013-01-03 | Actually xfail this, unbreak build | Tim Chevalier | -0/+11 |
| 2013-01-03 | Add test cases (one xfailed, one not) | Tim Chevalier | -0/+31 |
| 2012-12-28 | test: Fix a bunch of compile-fail tests. rs=bustage | Patrick Walton | -15/+16 |
| 2012-12-22 | Emit a type error for integer literals where the expected type is char | Tim Chevalier | -0/+3 |
| 2012-12-18 | Deal with test failures in various ways | Brian Anderson | -4/+10 |
| 2012-12-17 | fix warnings in vec destructuring tests | Erick Tryzelaar | -2/+2 |
| 2012-12-17 | Add more tests | Jakub Wieczorek | -0/+21 |
| 2012-12-17 | Add support for destructuring vectors in match expressions | Jakub Wieczorek | -0/+86 |
| 2012-12-14 | librustc: Add a lint mode for deprecated self. r=brson | Patrick Walton | -0/+20 |