| Age | Commit message (Expand) | Author | Lines |
| 2017-12-06 | improve conflict error reporting | Ariel Ben-Yehuda | -2/+2 |
| 2017-12-06 | MIR borrowck: implement union-and-array-compatible semantics | Ariel Ben-Yehuda | -7/+10 |
| 2017-12-03 | add and unignore tests | Ariel Ben-Yehuda | -0/+23 |
| 2017-11-28 | mir-borrowck: Update tests | Basile Desloges | -11/+23 |
| 2017-11-27 | Add initialization info to `MoveData` | Matthew Jasper | -0/+7 |
| 2017-11-26 | Update tests for -Zborrowck-mir -> -Zborrowck=mode migration | est31 | -250/+145 |
| 2017-11-24 | Kill the storage for all locals on returning terminators | Keith Yeung | -0/+44 |
| 2017-11-23 | Fix borrowck compiler errors for upvars contain "spurious" dereferences | Ramana Venkata | -2/+13 |
| 2017-11-19 | mir-borrowck: Remove parens in the lvalue description of a deref | Basile Desloges | -7/+7 |
| 2017-11-17 | Do not registor borrows for unsafe lvalues | Keith Yeung | -34/+0 |
| 2017-11-15 | Auto merge of #45938 - vramana:fix-ice-45698, r=arielb1 | bors | -0/+24 |
| 2017-11-15 | add `StorageDead` handling | Mikhail Modin | -0/+30 |
| 2017-11-15 | Auto merge of #45922 - vramana:fix-45702, r=nikomatsakis | bors | -6/+18 |
| 2017-11-15 | Fix printing of upvar in closures | Ramana Venkata | -0/+24 |
| 2017-11-13 | mir-borrowck: Test for `check_access_permissions()` | Basile Desloges | -0/+76 |
| 2017-11-12 | Improve SubSupConflict case with one named, one anonymous lifetime parameter ... | Cengiz Can | -1/+1 |
| 2017-11-11 | Fix MIR borrowck EndRegion not found | Ramana Venkata | -6/+18 |
| 2017-11-08 | restore move out dataflow, add report of move out errors | Mikhail Modin | -3/+3 |
| 2017-11-02 | add TerminatorKind::FalseEdges and use it in matches | Mikhail Modin | -0/+42 |
| 2017-10-26 | Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 | bors | -2/+0 |
| 2017-10-25 | Reword to avoid using either re-assignment or reassignment in errors | Carol (Nichols || Goulding) | -5/+5 |
| 2017-10-25 | Update compile-fail tests for error message deduplication. | Michael Woerister | -2/+0 |
| 2017-10-18 | run EndRegion when unwinding otherwise-empty scopes | Ariel Ben-Yehuda | -1/+6 |
| 2017-10-15 | Auto merge of #45200 - mikhail-m1:match-with-false-edges, r=nikomatsakis | bors | -0/+25 |
| 2017-10-13 | Auto merge of #45025 - pnkfelix:mir-borrowck-moves-of-supporting-prefixes-inv... | bors | -5/+137 |
| 2017-10-12 | Auto merge of #44985 - zilbuz:issue-44974, r=pnkfelix | bors | -9/+339 |
| 2017-10-11 | Added `revisions: ast mir` template to tests that this PR sync'ed ast+mir bor... | Felix S. Klock II | -5/+28 |
| 2017-10-11 | Test case illustrating some variants of the issue pointed out by ariel. | Felix S. Klock II | -0/+60 |
| 2017-10-11 | Test against accesses to uninitialized fields. | Felix S. Klock II | -0/+49 |
| 2017-10-11 | MIR-borrowck: add false edges to match arms | Your Name | -0/+25 |
| 2017-10-06 | mir-borrowck: Implement end-user output for field of reference, pointer and a... | Basile Desloges | -0/+28 |
| 2017-10-06 | mir-borrowck: Implement end-user output for field of index projection | Basile Desloges | -0/+23 |
| 2017-10-06 | mir-borrowck: Implement end-user output for field of field projection | Basile Desloges | -0/+23 |
| 2017-10-06 | mir-borrowck: Implement end-user output for field of downcast projection | Basile Desloges | -0/+20 |
| 2017-10-06 | mir-borrowck: Replace all constant index and sublices output with `[..]` to m... | Basile Desloges | -4/+39 |
| 2017-10-06 | mir-borrowck: Autoderef values followed by a constant index, and fix reported... | Basile Desloges | -0/+35 |
| 2017-10-06 | mir-borrowck: Fix existing tests | Basile Desloges | -9/+9 |
| 2017-10-06 | mir-borrowck: Add tests for `describe_lvalue()` | Basile Desloges | -0/+166 |
| 2017-10-04 | Unit tests for gathering and reporting move-errors from mir-borrowck. | Felix S. Klock II | -13/+60 |
| 2017-09-29 | mir-borrowck: Factorize error message for `cannot_assign_static()` between AS... | Basile Desloges | -4/+18 |
| 2017-09-29 | Auto merge of #44811 - zilbuz:issue-44596/E0506, r=arielb1 | bors | -28/+108 |
| 2017-09-26 | Add span label to E0384 for MIR borrowck | Keith Yeung | -5/+18 |
| 2017-09-26 | mir-borrowck: Edit compile-fail tests with E0506 error to also test on MIR bo... | Basile Desloges | -28/+108 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -2/+2 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -1/+3 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -8/+0 |
| 2017-04-28 | Disable ref hint for pattern in let and adding ui-tests. | gaurikholkar | -3/+0 |
| 2017-04-25 | Point at variable moved by closure | Esteban Küber | -22/+0 |
| 2017-04-11 | fix a bug in compiletest JSON parsing for duplicate errors | Niko Matsakis | -2/+0 |
| 2017-03-27 | borrowck: consolidate `mut` suggestions | Ariel Ben-Yehuda | -5/+1 |