about summary refs log tree commit diff
path: root/src/test/ui/nll/polonius
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-401/+0
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-06-03Fully stabilize NLLJack Huey-23/+16
2021-09-25Use larger span for adjustments on method callsAaron Hill-2/+2
2020-12-01Added better error message for shared borrow treated as unique for purposes o...PankajChaudhary5-4/+4
2019-12-06add subset relations test using poloniusRemy Rakic-0/+44
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-1/+3
2019-07-22fix tidylqd-1/+1
2019-07-22issue-46589 passes in Polonius and fails in NLL, duplicate it and manually ch...lqd-0/+32
2019-07-22Add test to check that assignments to projections do not kill too many loanslqd-0/+101
2019-07-22Add test checking various assignments are accepted in Poloniuslqd-0/+88
2019-07-22Make both polonius loans tests check-passlqd-2/+2
2019-07-22Rename test so that both "kills-loans" tests match nameslqd-1/+2
2019-07-22Add test extracted from rand, checking that StorageDead kills loanslqd-0/+28
2019-07-22Polonius facts: kill loans on Call terminators and StorageDeadlqd-0/+24
2019-07-22Create a dedicated polonius test folderlqd-0/+88