rust/src/test/run-pass/generator
2018-03-26 10:43:03 +02:00
..
auxiliary Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
borrow-in-tail-expr.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
conditional-drop.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
control-flow.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
drop-env.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
issue-44197.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
iterator-count.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
live-upvar-across-yield.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
match-bindings.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
nested_generators.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
panic-drops.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
panic-safe.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
reborrow-mut-upvar.rs Adds support for immovable generators. Move checking of invalid borrows across suspension points to borrowck. Fixes #44197, #45259 and #45093. 2018-01-23 05:10:38 +01:00
resume-after-return.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
smoke.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
static-generators.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
too-live-local-in-immovable-gen.rs Force locals to be live after they are borrowed for immovable generators. Fixes #47736 2018-01-30 12:50:42 +01:00
xcrate-reachable.rs Stabilize conservative_impl_trait 2018-03-26 10:43:03 +02:00
xcrate.rs Make resuming generators unsafe instead of the creation of immovable generators. Fixes #47787 2018-03-21 00:09:58 +01:00
yield-in-args-rev.rs address review comments 2017-09-20 16:49:21 +03:00
yield-in-box.rs address review comments 2017-09-20 16:49:21 +03:00
yield-subtype.rs Added flag to disable user type assertion. 2018-03-22 22:48:39 +00:00