summary refs log tree commit diff
path: root/src/test/compile-fail/nll
AgeCommit message (Expand)AuthorLines
2018-05-04Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard...bors-0/+61
2018-05-03Unit test for the new implicit borrow and deref within theFelix S. Klock II-0/+61
2018-05-02Skip checking for unused mutable locals that have no nameKeith Yeung-0/+17
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-9/+9
2018-02-07Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakisbors-2/+1
2018-02-05Swapped order of left/right visits to ensure consistency in read/write pass o...David Wood-1/+1
2018-01-30Do not ignore lifetime bounds in Copy implsSantiago Pastorino-0/+23
2018-01-27Updated other affected tests.David Wood-1/+0
2018-01-20Add testing coverage for assigning to immutable thread-locals.Ed Schouten-0/+21
2017-12-21Issue #46589 - Kill borrows on a local variable whenever we assign over this ...David Teller-39/+0
2017-12-20connect NLL machinery to the `NiceRegionError` codeNiko Matsakis-2/+2
2017-12-13fix closure tests now that MIR typeck works properlyNiko Matsakis-2/+2
2017-12-13Check functions predicatesSantiago Pastorino-0/+28
2017-12-13Check Aggregate predicatesSantiago Pastorino-0/+28
2017-12-13Check Repeat RvalueSantiago Pastorino-0/+39
2017-11-26Update tests for -Zborrowck-mir -> -Zborrowck=mode migrationest31-9/+9
2017-11-22Remove attributes and test comments accidentally left behind, add in span_mir...Paul Daniel Faria-0/+27
2017-10-31WIP patch `compile-fail/nll/region-ends-after-if-condition.rs`Niko Matsakis-2/+16
2017-10-31connect MIR borrowck with NLLNiko Matsakis-0/+180