summary refs log tree commit diff
path: root/src/test/ui/generator
AgeCommit message (Expand)AuthorLines
2018-10-21Use new region infer errors for explaining borrowsMatthew Jasper-10/+13
2018-10-19Rollup merge of #55013 - matthewjasper:propagate-generator-bounds, r=nikomats...kennytm-0/+45
2018-10-18Propagate bounds from generatorsMatthew Jasper-0/+45
2018-10-18Extend closure special-casing for generators.David Wood-50/+45
2018-10-05Updates to .stderr output in ui tests from earlier changes.Felix S. Klock II-4/+11
2018-10-03Clearer later use messages for callsMatthew Jasper-2/+2
2018-09-23Update tests for changes to drop accessMatthew Jasper-0/+2
2018-09-18Update NLL 3-point error message for fake reads in optimized let patternsRemy Rakic-2/+3
2018-08-05Fix doc link (again)Felix Rabe-2/+2
2018-08-01minor fallout from the change.Felix S. Klock II-2/+0
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-28/+8
2018-07-26integrate the edition code.Felix S. Klock II-28/+8
2018-07-23Don't match on region kinds when reporting NLL errorsMatthew Jasper-5/+5
2018-07-17Fix doc linkFelix Rabe-2/+2
2018-07-10Fix typo in error message E0277Rémy Rakic-5/+5
2018-07-01Make causal tracking lazySantiago Pastorino-20/+7
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-9/+14
2018-06-19Update message for `!Sized` typesEsteban Küber-7/+7
2018-06-19Suggest that values are dropped in the opposite order they are definedSantiago Pastorino-0/+4
2018-06-19Add link to book for `Sized` errorsEsteban Küber-0/+2
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-7/+10
2018-06-06It turns out that the diagnostics generated from NLL for these cases are now ...Felix S. Klock II-11/+0
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-8/+27
2018-05-01Update ui/generator tests to reflect changes from new generator drop rules.Felix S. Klock II-32/+74
2018-04-27Access individual fields of tuples, closures and generators on drop.Matthew Jasper-30/+2
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+130
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...Felix S. Klock II-6/+6
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-48/+20
2018-03-21use subtyping when we create a closure instead of for upvar typesNiko Matsakis-3/+3
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-48/+20
2018-03-16Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebankkennytm-10/+8
2018-03-15Auto merge of #48138 - estebank:issue-45092, r=nikomatsakisbors-4/+4
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-4/+4
2018-03-14Add empty main() to tests where it is missing.Eric Huss-10/+8
2018-03-14Add crate name to "main function not found" error message.Eric Huss-2/+2
2018-03-14update testsGuillaume Gomez-22/+22
2018-02-26Update UI testsVadim Petrochenkov-7/+7
2018-02-26Update UI testsVadim Petrochenkov-61/+61
2018-02-25Update ui testsGuillaume Gomez-0/+22
2018-02-09Fix visitation order of calls so that it matches execution order. Fixes #48048John Kåre Alsaker-0/+33
2018-01-30Allow access of the state field before the generator transform. Fixes #47482,...John Kåre Alsaker-18/+18
2018-01-29Require yield types to be sizedJohn Kåre Alsaker-0/+43
2018-01-29Make `yield_in_scope_for_expr` work with patterns. Fixes #47758John Kåre Alsaker-0/+33
2018-01-23Port borrows across yield check to MIR borrowckJohn Kåre Alsaker-0/+54
2018-01-23Add dropck testJohn Kåre Alsaker-0/+44
2018-01-23Fix yield-while-local-borrowed.rs testJohn Kåre Alsaker-8/+42
2018-01-23Make immovable generators unsafeJohn Kåre Alsaker-0/+27
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-4/+97
2018-01-15On E0283, point at method with the requirementsEsteban Küber-2/+10
2017-12-14Point at var in short lived borrowsEsteban Küber-8/+10