| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-02-07 | Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis | bors | -2/+1 | |
| MIR-borrowck: augmented assignment causes duplicate errors Fixes #45697. This PR resolves the error duplication. I attempted to replace the existing sets since there were quite a few but only managed to replace two of them. r? @nikomatsakis | ||||
| 2018-02-05 | Swapped order of left/right visits to ensure consistency in read/write pass ↵ | David Wood | -1/+1 | |
| ordering when -O is passed. | ||||
| 2018-01-30 | Do not ignore lifetime bounds in Copy impls | Santiago Pastorino | -0/+23 | |
| Closes #29149 | ||||
| 2018-01-27 | Updated other affected tests. | David Wood | -1/+0 | |
| 2018-01-20 | Add testing coverage for assigning to immutable thread-locals. | Ed Schouten | -0/+21 | |
| It is currently allowed to perform such assignments when not making use of NLL. NLL already does this right, but let's add a test in place to ensure it never regresses. | ||||
| 2017-12-21 | Issue #46589 - Kill borrows on a local variable whenever we assign over this ↵ | David Teller | -39/+0 | |
| variable | ||||
| 2017-12-20 | connect NLL machinery to the `NiceRegionError` code | Niko Matsakis | -2/+2 | |
| 2017-12-13 | fix closure tests now that MIR typeck works properly | Niko Matsakis | -2/+2 | |
| These tests had FIXMEs for errors that were not previously being reported. | ||||
| 2017-12-13 | Check functions predicates | Santiago Pastorino | -0/+28 | |
| 2017-12-13 | Check Aggregate predicates | Santiago Pastorino | -0/+28 | |
| 2017-12-13 | Check Repeat Rvalue | Santiago Pastorino | -0/+39 | |
| 2017-11-26 | Update tests for -Zborrowck-mir -> -Zborrowck=mode migration | est31 | -9/+9 | |
| 2017-11-22 | Remove attributes and test comments accidentally left behind, add in ↵ | Paul Daniel Faria | -0/+27 | |
| span_mirbugs | ||||
| 2017-10-31 | WIP patch `compile-fail/nll/region-ends-after-if-condition.rs` | Niko Matsakis | -2/+16 | |
| 2017-10-31 | connect MIR borrowck with NLL | Niko Matsakis | -0/+180 | |
