about summary refs log tree commit diff
path: root/src/test/run-pass/nll
AgeCommit message (Expand)AuthorLines
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-100/+0
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-0/+4
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+316
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-296/+0
2018-08-09Added regression test for NLL raw pointer cast bugSunjay Varma-0/+35
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