| Age | Commit message (Expand) | Author | Lines |
| 2014-10-25 | auto merge of #18176 : jkleint/rust/guide-borrow-wording, r=steveklabnik | bors | -15/+18 |
| 2014-10-25 | auto merge of #18171 : jakub-/rust/match-typeck, r=pcwalton | bors | -747/+490 |
| 2014-10-25 | auto merge of #18080 : veddan/rust/assume, r=thestinger | bors | -0/+40 |
| 2014-10-24 | Update tests with the new error messages | Jakub Bukaj | -29/+56 |
| 2014-10-24 | Overhaul typechecking of patterns | Jakub Bukaj | -717/+415 |
| 2014-10-24 | Do not accept functions in enum patterns past resolve | Jakub Bukaj | -1/+19 |
| 2014-10-24 | auto merge of #16388 : Zoxc/rust/stmesg, r=alexcrichton | bors | -43/+774 |
| 2014-10-24 | auto merge of #17813 : P1start/rust/lint-field-shorthand, r=huonw | bors | -203/+266 |
| 2014-10-24 | Print stack overflow messages for Windows, Linux and OS X | John Kåre Alsaker | -33/+774 |
| 2014-10-24 | auto merge of #17896 : mahkoh/rust/intmax, r=alexcrichton | bors | -0/+16 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -203/+266 |
| 2014-10-24 | Fix sigaction on OS X | John Kåre Alsaker | -10/+0 |
| 2014-10-24 | auto merge of #17960 : mahkoh/rust/clone_from_slice, r=pcwalton | bors | -4/+7 |
| 2014-10-23 | auto merge of #17683 : gereeter/rust/ident-to-name, r=pcwalton | bors | -371/+355 |
| 2014-10-23 | auto merge of #18253 : steveklabnik/rust/small_doc_fixes, r=huonw | bors | -1/+1 |
| 2014-10-23 | Improve code in the intro. | Steve Klabnik | -1/+1 |
| 2014-10-23 | auto merge of #18217 : mikedilger/rust/bug_report_instructions, r=pnkfelix | bors | -3/+15 |
| 2014-10-23 | auto merge of #17868 : nick29581/rust/valgrind, r=alexcrichton | bors | -5/+45 |
| 2014-10-23 | Error if we should be able to Valgrind but can't | Nick Cameron | -3/+14 |
| 2014-10-22 | Part of #6993. Moved a bunch of uses of Ident to Name | Jonathan S | -371/+355 |
| 2014-10-23 | Move some tests to run-pass-valgrind | Nick Cameron | -0/+0 |
| 2014-10-23 | Add run-pass-valgrind tests | Nick Cameron | -4/+33 |
| 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 | -33/+131 |
| 2014-10-22 | auto merge of #17846 : tomjakubowski/rust/rustdoc-hide-private-traits, r=alex... | bors | -1/+12 |
| 2014-10-22 | Guide: Adapt range values to variable name | Daniel Hofstetter | -2/+2 |
| 2014-10-22 | auto merge of #18223 : nikomatsakis/rust/coherence-orphan-18222, r=pcwalton | bors | -3/+42 |
| 2014-10-22 | debuginfo: Print more output in lldb_batchmode.py for better error logs. | Michael Woerister | -2/+9 |
| 2014-10-22 | debuginfo: Let LLDB tests run in parallel again since our min-supported versi... | Michael Woerister | -11/+1 |
| 2014-10-22 | debuginfo: Make some path LLDB-related paths in the test runner absolute to h... | Michael Woerister | -4/+21 |
| 2014-10-22 | debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being avai... | Michael Woerister | -16/+100 |
| 2014-10-22 | auto merge of #18141 : phildawes/rust/master, r=brson | bors | -3/+49 |
| 2014-10-22 | auto merge of #18213 : pcwalton/rust/pcg-default, r=aturon | bors | -1/+14 |
| 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 | -3/+42 |
| 2014-10-22 | Fix issue #17848 (Questionable advice in bug report instructions) | Mike Dilger | -3/+15 |
| 2014-10-22 | auto merge of #18121 : nikomatsakis/rust/method-call-use-trait-matching-infra... | bors | -864/+1464 |
| 2014-10-21 | enable parallel codegen by default | Stuart Pernsteiner | -1/+14 |
| 2014-10-21 | Patch up broken error messages | Niko Matsakis | -2/+3 |
| 2014-10-21 | auto merge of #18203 : mahkoh/rust/cstring, r=thestinger | bors | -9/+1 |
| 2014-10-21 | Address nits by @pcwalton | Niko Matsakis | -9/+12 |
| 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 | -19/+34 |
| 2014-10-21 | Correct case where the old version of method lookup was incorrectly matching, | Niko Matsakis | -2/+2 |
| 2014-10-21 | Change method lookup infrastructure to use the trait methods. Instead | Niko Matsakis | -661/+640 |
| 2014-10-21 | rustdoc: hide private traits in strip-private pass | Tom Jakubowski | -1/+12 |
| 2014-10-21 | Generalize the replace-late-bound-regions function to operate | Niko Matsakis | -31/+35 |