| Age | Commit message (Expand) | Author | Lines |
| 2014-10-26 | auto merge of #18143 : mahkoh/rust/reverse_complement, r=alexcrichton | bors | -83/+256 |
| 2014-10-25 | auto merge of #18171 : jakub-/rust/match-typeck, r=pcwalton | bors | -29/+105 |
| 2014-10-25 | auto merge of #18080 : veddan/rust/assume, r=thestinger | bors | -0/+25 |
| 2014-10-24 | Update tests with the new error messages | Jakub Bukaj | -29/+56 |
| 2014-10-24 | Overhaul typechecking of patterns | Jakub Bukaj | -0/+30 |
| 2014-10-24 | Do not accept functions in enum patterns past resolve | Jakub Bukaj | -0/+19 |
| 2014-10-24 | auto merge of #16388 : Zoxc/rust/stmesg, r=alexcrichton | bors | -8/+122 |
| 2014-10-24 | ignore-android | Julian Orth | -0/+2 |
| 2014-10-24 | Improve shootout-reverse-complement | Julian Orth | -88/+259 |
| 2014-10-24 | Print stack overflow messages for Windows, Linux and OS X | John Kåre Alsaker | -8/+122 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -1/+65 |
| 2014-10-23 | auto merge of #17868 : nick29581/rust/valgrind, r=alexcrichton | bors | -0/+0 |
| 2014-10-23 | Move some tests to run-pass-valgrind | Nick Cameron | -0/+0 |
| 2014-10-22 | auto merge of #18224 : nikomatsakis/rust/issue-17594, r=alexcrichton | bors | -0/+33 |
| 2014-10-22 | auto merge of #18092 : michaelwoerister/rust/lldb-test-versioning, r=alexcric... | bors | -16/+100 |
| 2014-10-22 | debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being avai... | Michael Woerister | -16/+100 |
| 2014-10-21 | Add test for issue #17594 | Niko Matsakis | -0/+33 |
| 2014-10-21 | Adjust orphan rules to consider all input types, not just self type. | Niko Matsakis | -0/+39 |
| 2014-10-21 | Patch up broken error messages | Niko Matsakis | -1/+2 |
| 2014-10-21 | Coherence tests that seemed to be missing. | Niko Matsakis | -0/+72 |
| 2014-10-21 | Tests for method resolution in the face of various ambiguities or non-ambigui... | Niko Matsakis | -13/+204 |
| 2014-10-21 | Various minor cases where errors are reported in slightly different ways. | Niko Matsakis | -12/+19 |
| 2014-10-21 | Test where the old infrastructure failed to detect the (applicable) impl of `... | Niko Matsakis | -1/+3 |
| 2014-10-21 | The new method lookup mechanism typechecks calls against the method type decl... | Niko Matsakis | -7/+22 |
| 2014-10-20 | Stability lint checker now handles nested macros. | Victor Berger | -0/+1 |
| 2014-10-20 | auto merge of #18070 : alexcrichton/rust/spring-cleaning, r=aturon | bors | -530/+287 |
| 2014-10-20 | Test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2014-10-19 | Ensure that the return type of a function is Sized | Ariel Ben-Yehuda | -4/+39 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -529/+286 |
| 2014-10-18 | auto merge of #18109 : bkoropoff/rust/issue-16939, r=aturon | bors | -0/+20 |
| 2014-10-18 | auto merge of #18113 : bkoropoff/rust/issue-16739, r=alexcrichton | bors | -0/+42 |
| 2014-10-18 | auto merge of #18041 : arielb1/rust/no-size-overflow, r=pnkfelix | bors | -3/+135 |
| 2014-10-18 | trailing whitespace | Ariel Ben-Yehuda | -1/+1 |
| 2014-10-18 | auto merge of #18105 : nikomatsakis/rust/issue-18055, r=pcwalton | bors | -0/+35 |
| 2014-10-18 | auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichton | bors | -17/+356 |
| 2014-10-18 | auto merge of #18022 : nikomatsakis/rust/issue-18019, r=pcwalton | bors | -7/+36 |
| 2014-10-18 | auto merge of #17815 : typelist/rust/recursive-structs, r=brson | bors | -0/+123 |
| 2014-10-17 | auto merge of #16855 : P1start/rust/help-messages, r=brson | bors | -8/+8 |
| 2014-10-17 | Correct a test. The error message changed because, with this fix, we | Niko Matsakis | -7/+4 |
| 2014-10-17 | Make the tests green as they should on 32-bit architectures | Ariel Ben-Yehuda | -1/+9 |
| 2014-10-17 | auto merge of #18056 : TeXitoi/rust/shootout-reverse-complement-improvement, ... | bors | -12/+46 |
| 2014-10-16 | Add regression test for issue #16739 | Brian Koropoff | -0/+42 |
| 2014-10-16 | Add regression test for issue #16939 | Brian Koropoff | -0/+20 |
| 2014-10-16 | Add failure tests for moving out of unboxed closure environments | Brian Koropoff | -0/+44 |
| 2014-10-16 | Add regression test for issue #17403 | Brian Koropoff | -0/+30 |
| 2014-10-16 | Update test for issue 17780 since diagnostic message have changed | Brian Koropoff | -18/+9 |
| 2014-10-16 | Check object lifetime bounds in coercions, not just trait bounds. Fixes #18055. | Niko Matsakis | -0/+35 |
| 2014-10-17 | Add tests for a few fixed issues | Jakub Wieczorek | -2/+362 |
| 2014-10-16 | auto merge of #17989 : alexcrichton/rust/spectralnorm, r=thestinger | bors | -79/+68 |
| 2014-10-16 | fix test patterns - should rebase the commits properly | Ariel Ben-Yehuda | -2/+2 |