about summary refs log tree commit diff
path: root/src/test/run-pass/drop
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-2483/+0
2019-07-04Create async version of the dynamic-drop testMatthew Jasper-0/+328
2019-05-30Expand dynamic drop tests for cases in #47949Matthew Jasper-1/+91
2019-05-29Update run-pass test suite to use dynmemoryruins-1/+1
2019-04-22update tests for migrate mode by defaultMatthew Jasper-2/+0
2019-01-27Change generator trait to use pinningWim Looman-1/+2
2018-12-25Remove licensesMark Rousskov-170/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ↵Felix S. Klock II-0/+11
with clean stderr again. Most were added mechanically.
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+2225
Fix #54047