about summary refs log tree commit diff
path: root/src/test/run-pass/generator
AgeCommit message (Expand)AuthorLines
2019-08-14move test that shouldn't be in test/run-pass/Mazdak Farrokhzad-17/+0
2019-08-07Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertjMazdak Farrokhzad-0/+17
2019-08-02Add niche-in-generator testTyler Mandry-0/+17
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-1109/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+5
2019-07-25Rollup merge of #62707 - JohnTitor:add-test-for-61922, r=tmandryMazdak Farrokhzad-0/+12
2019-07-25Use Foo instead of raw arraysYuki Okushi-3/+3
2019-07-22Fix or ignore regressed testsVadim Petrochenkov-0/+1
2019-07-16Add tests for overlapping explicitly dropped locals in generatorsYuki Okushi-0/+12
2019-06-28Use RequiresStorage to determine which locals can overlapTyler Mandry-4/+18
2019-06-28Add size tests for moved locals in generatorsTyler Mandry-0/+48
2019-06-22Move run-pass test to run-pass/generatorAaron Hill-0/+34
2019-06-10Add test suiteTyler Mandry-0/+27
2019-06-04Add test for DropAndReplace bugTyler Mandry-0/+44
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-23/+0
2019-05-06Add test for #59972Tyler Mandry-0/+23
2019-04-22update tests for migrate mode by defaultMatthew Jasper-3/+0
2019-03-08Rollup merge of #58918 - gilescope:async-await-issue-testcase, r=petrochenkovPietro Albini-0/+28
2019-03-06Desugared asyncs into generators and minimised.Giles Cope-12/+13
2019-03-05Removed whitespaceGiles Cope-1/+1
2019-03-05Unrolled await macro.Giles Cope-0/+27
2019-03-04Monomorphize generator field types for debuginfoWim Looman-0/+27
2019-01-27Mark non-static generators as always UnpinWim Looman-1/+19
2019-01-27impl Generator for Pin<Box<Generator>>Wim Looman-0/+13
2019-01-27Change generator trait to use pinningWim Looman-50/+64
2019-01-26Replace deprecated ATOMIC_INIT constsMark Rousskov-6/+6
2018-12-30Remove unused nll debug flagsMatthew Jasper-1/+0
2018-12-25Remove licensesMark Rousskov-250/+0
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-0/+6
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+1072
2018-09-06Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa...Felix S. Klock II-1026/+0
2018-08-07Record adjustments and original type for expressions in the generator interiorJohn Kåre Alsaker-0/+35
2018-07-31Don't count MIR locals as borrowed after StorageDead when finding locals live...John Kåre Alsaker-0/+25
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-5/+5
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-45/+49
2018-03-22Added flag to disable user type assertion.David Wood-0/+1
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-45/+49
2018-01-30Force locals to be live after they are borrowed for immovable generators. Fix...John Kåre Alsaker-0/+28
2018-01-23Make immovable generators unsafeJohn Kåre Alsaker-6/+8
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-0/+139
2018-01-19Run yield-subtype test on nll mode too as a regression checkSantiago Pastorino-0/+3
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-3/+3
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+6
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2017-09-20address review commentsAriel Ben-Yehuda-0/+30
2017-09-20Mark yields after visiting subexpressions. Never ignore yields for scopes in ...John Kåre Alsaker-21/+0
2017-09-20Only consider yields coming after the expressions when computing generator in...John Kåre Alsaker-0/+62
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-0/+30
2017-08-30rustc: Fix reachability with cross-crate generatorsAlex Crichton-0/+45
2017-08-27Ignore a threaded test on emscriptenAlex Crichton-0/+1