| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-02-28 | remove special-case code for statics and just use `borrowck_fn` | Niko Matsakis | -0/+28 |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -1/+0 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -6/+6 |
| 2016-11-29 | add hint to fix error for immutable ref in arg | Mikhail Modin | -381/+0 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -3/+3 |
| 2016-11-01 | Improve "Doesn't live long enough" error | Mikhail Modin | -20/+0 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -20/+20 |
| 2016-10-20 | improve "Doesn't live long enough" error | Mikhail Modin | -61/+0 |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -2/+0 |