summary refs log tree commit diff
path: root/src/test/run-pass/generator/conditional-drop.rs
AgeCommit message (Expand)AuthorLines
2019-01-27Change generator trait to use pinningWim Looman-4/+5
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+67
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-65/+0
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-4/+4
2017-07-28Add a test case for conditional dropAlex Crichton-0/+65