summary refs log tree commit diff
path: root/src/test/ui/generator
AgeCommit message (Expand)AuthorLines
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-3/+3
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-3/+5
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-5/+3
2019-10-04Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichtonbors-3/+5
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-3/+5
2019-10-02Calculate liveness for the same locals with and without -ZpoloniusMatthew Jasper-20/+0
2019-09-27lowering: don't .abort_if_errors()Mazdak Farrokhzad-1/+15
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-3/+3
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-2/+2
2019-09-16Tweak unsatisfied HRTB errorsEsteban Küber-6/+12
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-9/+9
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-16/+9
2019-08-27Changing error messages and renaming tests #63127Kevin Per-1/+1
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-2/+2
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-2/+1
2019-08-14move test that shouldn't be in test/run-pass/Mazdak Farrokhzad-0/+19
2019-08-06Rollup merge of #63230 - tmandry:disallow-possibly-uninitialized, r=CentrilMazdak Farrokhzad-0/+67
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-0/+67
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+1109
2019-07-22Bless output of test generator/ref-escapes-but-not-over-yield.rs for Poloniuslqd-0/+20
2019-07-17Test case for #62506.Giles Cope-0/+18
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-2/+2
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-0/+32
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-30/+0
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-9/+3
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+41
2019-05-07Auto merge of #60586 - cramertj:await, r=oli-obkbors-12/+12
2019-05-07Implement built-in await syntaxTaylor Cramer-12/+12
2019-05-07Trust signature over return expr for generators.David Wood-21/+10
2019-05-06Add test for current behaviour.David Wood-0/+40
2019-05-03Update testsChristopher Vittal-31/+9
2019-04-25Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakisbors-0/+30
2019-04-25Improved error message when type must be bound due to generator.Giles Cope-0/+30
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-172/+48
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-7/+2
2019-03-13Rollup merge of #59132 - nikomatsakis:issue-53548-generator-bound, r=pnkfelixMazdak Farrokhzad-0/+59
2019-03-12ignore higher-ranked WF requirements for trait objectsNiko Matsakis-0/+59
2019-03-11Update NLL testsVadim Petrochenkov-6/+6
2019-03-11Update testsVadim Petrochenkov-13/+13
2019-01-29Auto merge of #57901 - lqd:issue_57362, r=nikomatsakisbors-4/+4
2019-01-28Refer to synthetically named lifetimes as "some specific lifetime" rather tha...Rémy Rakic-2/+2
2019-01-27Temporary workaround for travis diagnostic differenceWim Looman-4/+6
2019-01-27Mark static generators as !UnpinWim Looman-0/+28
2019-01-27Change generator trait to use pinningWim Looman-68/+72
2019-01-27Update test expectations for new placeholder error messagesRemy Rakic-4/+4
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-2/+2
2019-01-02say "the lifetime" instead of "some lifetime" when it feels rightNiko Matsakis-2/+2
2019-01-02apply the same logic to ConcreteFailure errorsNiko Matsakis-22/+7
2019-01-02introduce placeholder-placeholder errors for trait matchingNiko Matsakis-23/+6