summary refs log tree commit diff
path: root/src/test/ui/nll/polonius
AgeCommit message (Expand)AuthorLines
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