summaryrefslogtreecommitdiff
path: root/tests/ui/generator
Commit message (Expand)AuthorAgeFilesLines
* vars are ?Michael Goulet2023-04-251-1/+1
* Extend and use `hir::Node::body_id`Maybe Waffle2023-04-194-53/+30
* Assemble Unpin candidates specially for generators in new solverMichael Goulet2023-04-144-4/+28
* Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger2023-04-131-1/+2
|\
| * Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem...Andrew Xie2023-04-121-1/+2
* | Tweak output for 'add line' suggestionEsteban Küber2023-04-121-2/+4
* | Split out a separate feature gate for impl trait in associated typesOli Scherer2023-04-121-1/+1
|/
* Bless testsThom Chiovoloni2023-04-053-12/+12
* Remove uses of `box_syntax` in rustc and toolsclubby7892023-03-124-51/+11
* diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell2023-02-221-1/+1
* Specify what 'this' actually isMichael Goulet2023-02-211-2/+2
* Modify primary span label for E0308Esteban Küber2023-01-301-2/+2
* Restrict amount of ignored locals.Camille GILLOT2023-01-272-0/+100
* Bless tests.Camille GILLOT2023-01-2727-1299/+317
* Always require Drop for generators.Camille GILLOT2023-01-272-9/+18
* Test the 3 generator handling versions for generator/async tests.Camille GILLOT2023-01-2754-71/+3268
* Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkinMatthias Krüger2023-01-255-5/+15
|\
| * Add `rustc_on_unimplemented` on `Sync` for cell typesNilstrieb2023-01-195-5/+15
* | Account for method call and indexing when looking for inner-most path in expr...Esteban Küber2023-01-171-0/+3
|/
* Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-112-2/+2
* Move /src/test to /testsAlbert Larsan2023-01-11167-0/+5348