summary refs log tree commit diff
path: root/src/test/run-pass/nll
AgeCommit message (Expand)AuthorLines
2018-05-18Auto merge of #50697 - KiChjang:issue-50461, r=pnkfelixbors-0/+25
2018-05-17Use EverInit instead of MaybeInit to determine initializationKeith Yeung-0/+25
2018-05-10kill get-default run-pass testNiko Matsakis-31/+0
2018-05-02Skip checking for unused mutable locals that have no nameKeith Yeung-0/+17
2018-04-27Access individual fields of tuples, closures and generators on drop.Matthew Jasper-0/+49
2018-03-28Stabilize match_default_bindingsTaylor Cramer-1/+0
2018-01-31Fix overflow when performing drop check calculations in NLLAaron Hill-0/+33
2018-01-25Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakisGuillaume Gomez-0/+34
2018-01-23Remove similar test that does not run the resultritiek-1/+1
2018-01-20NLL test for mutating &mut referencesritiek-0/+34
2018-01-16remove bogus assertion and commentsNiko Matsakis-0/+27
2017-12-20add some run-pass tests for NLL showing that things work as expectedNiko Matsakis-0/+108