about summary refs log tree commit diff
path: root/src/test/ui/generator
AgeCommit message (Expand)AuthorLines
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-8/+9
2020-03-18Rollup merge of #69837 - jonas-schievink:gen-discr-opt, r=tmandryMazdak Farrokhzad-7/+141
2020-03-16Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628,...Dylan DPC-0/+1
2020-03-14Fix rebase falloutJonas Schievink-2/+2
2020-03-14Add a test for generator discriminantsJonas Schievink-0/+134
2020-03-14Use smaller discriminants for generatorsJonas Schievink-5/+5
2020-03-14Auto merge of #69716 - jonas-schievink:generator-size, r=tmandrybors-1/+103
2020-03-10Add long error explanation for E0628 #61137Ayush Kumar Mishra-0/+1
2020-03-09Add test for issue-64620Yuki Okushi-0/+18
2020-03-06Add test for generator sizes with resume argumentsJonas Schievink-0/+28
2020-03-05Move stray generator test into the `generator` dirJonas Schievink-0/+70
2020-03-04Move formatting to different functionJonas Schievink-1/+5
2020-02-20Add regression testJonas Schievink-0/+30
2020-02-16Do not ICE when encountering `yield` inside `async` blockEsteban Küber-0/+15
2020-02-12Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul...Esteban Küber-2/+2
2020-02-10add main function to issue-69017 testChris Simpkins-0/+2
2020-02-10add issue 69017 testChris Simpkins-0/+16
2020-02-06Ignore panic-drops-resume.rs on wasm/emscriptenJonas Schievink-0/+2
2020-02-04Remove obsolete testJonas Schievink-49/+0
2020-02-04Update error message with too many parametersJonas Schievink-2/+3
2020-02-04Add more tests for generator resume argumentsJonas Schievink-0/+67
2020-02-03Fix miscompilationJonas Schievink-0/+45
2020-02-02Teach dropck about resume argumentsJonas Schievink-3/+52
2020-02-02Add test for E0628 (too many generator parameters)Jonas Schievink-0/+15
2020-02-02Add tests for generator resume argumentsJonas Schievink-0/+135
2020-02-02Fix error message on type mismatch in generatorJonas Schievink-0/+41
2020-02-02Adjust tests to type inference changesJonas Schievink-18/+49
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-67/+70
2020-02-02Auto merge of #68672 - jonas-schievink:dedup-witness, r=Zoxcbors-1/+1
2020-02-01Deduplicate generator interior typesJonas Schievink-1/+1
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-1/+1
2020-01-24Normalise diagnostics with respect to "the X is declared/defined here"varkor-1/+1
2020-01-23Make pointers to statics internalMatthew Jasper-0/+29
2020-01-15wrap expr id into GeneratorInteriorTypeCausecsmoe-1/+1
2020-01-09Address review comments + Update NLL testsVadim Petrochenkov-3/+3
2020-01-09Update testsVadim Petrochenkov-2/+28
2019-12-23Yield is an expression form, not a statement.Donough Liu-6/+9
2019-12-08async/await: more improvements to non-send errorsDavid Wood-5/+12
2019-11-26Record temporary static references in generator witnessesMatthew Jasper-0/+16
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-1/+1
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-2/+2
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