about summary refs log tree commit diff
path: root/tests/ui/generator
AgeCommit message (Expand)AuthorLines
2023-10-20Rename `generator` folderOli Scherer-5490/+0
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-34/+34
2023-10-20Rename `Gen` to `Coro` in testsOli Scherer-5/+5
2023-10-20s/generator/coroutine/Oli Scherer-393/+393
2023-10-20s/Generator/Coroutine/Oli Scherer-188/+188
2023-09-23Bless tests.Camille GILLOT-460/+217
2023-09-23Revert duplication of tests.Camille GILLOT-2307/+257
2023-09-23Check types live across yields in generators tooMichael Goulet-0/+66
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-96/+96
2023-08-28Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errorsMatthias Krüger-62/+4
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-62/+4
2023-08-27More precisely detect cycle errors from type_of on opaqueMichael Goulet-20/+1
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-4/+62
2023-07-28Auto merge of #113312 - Ddystopia:auto-trait-fun, r=lcnrbors-3/+3
2023-07-25abi: unsized field in union - assert to delay bugDavid Wood-0/+43
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-2/+2
2023-07-06update auto trait handlinglcnr-3/+3
2023-07-05Add some extra information to opaque type cycle errorsOli Scherer-1/+20
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-1/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-4/+4
2023-05-13Handle error body when in generator layoutclubby789-0/+35
2023-05-10Adjust tests for new drop and forget lintsUrgau-21/+25
2023-05-01Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naberMatthias Krüger-72/+28
2023-04-28Fix an ICE in conflict errors diagnosticsMaybe Waffle-314/+17
2023-04-28Add regression test for issue 110929Maybe Waffle-0/+327
2023-04-27Tweak await spanMichael Goulet-28/+28
2023-04-27Remove a bunch of orphaned test filesMichael Goulet-44/+0
2023-04-25vars are ?Michael Goulet-1/+1
2023-04-19Extend and use `hir::Node::body_id`Maybe Waffle-53/+30
2023-04-14Assemble Unpin candidates specially for generators in new solverMichael Goulet-4/+28
2023-04-13Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger-1/+2
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-2/+4
2023-04-12Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem...Andrew Xie-1/+2
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-1/+1
2023-04-05Bless testsThom Chiovoloni-12/+12
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-51/+11
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-1/+1
2023-02-21Specify what 'this' actually isMichael Goulet-2/+2
2023-01-30Modify primary span label for E0308Esteban Küber-2/+2
2023-01-27Restrict amount of ignored locals.Camille GILLOT-0/+100
2023-01-27Bless tests.Camille GILLOT-1299/+317
2023-01-27Always require Drop for generators.Camille GILLOT-9/+18
2023-01-27Test the 3 generator handling versions for generator/async tests.Camille GILLOT-71/+3268
2023-01-25Rollup merge of #106944 - Nilstrieb:there-once-was-a-diagnostic, r=WaffleLapkinMatthias Krüger-5/+15
2023-01-19Add `rustc_on_unimplemented` on `Sync` for cell typesNilstrieb-5/+15
2023-01-17Account for method call and indexing when looking for inner-most path in expr...Esteban Küber-0/+3
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+5348