about summary refs log tree commit diff
path: root/src/test/run-pass/generator/control-flow.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-50/+0
2019-01-27Change generator trait to use pinningWim Looman-2/+4
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/+58
Fix #54047
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to ↵Felix S. Klock II-56/+0
`src/test/ui/run-pass/`.
2018-03-21Make resuming generators unsafe instead of the creation of immovable ↵John Kåre Alsaker-1/+1
generators. Fixes #47787
2017-07-28Fix testsJohn Kåre Alsaker-3/+3
2017-07-28Remove support for `gen arg`Alex Crichton-2/+2
2017-07-28Add some generator pass/fail testsAlex Crichton-0/+56