summary refs log tree commit diff
path: root/src/test/ui/generator
AgeCommit message (Expand)AuthorLines
2022-05-06Resolve vars in note_type_errJack Huey-1/+1
2022-04-28Revert diagnostic duplication and accidental stabilizationOli Scherer-41/+5
2022-04-20Rollup merge of #93313 - tmiasko:uninhabited, r=tmandryDylan DPC-1/+2
2022-03-28Revert to inference variable based hidden type computation for RPITOli Scherer-20/+52
2022-03-28Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"Oli Scherer-14/+20
2022-03-24Check if call return type is visibly uninhabited when building MIRTomasz Miąsko-1/+2
2022-03-07Move test to right placeEric Holk-0/+22
2022-03-05Rollup merge of #94460 - eholk:reenable-drop-tracking-tests, r=tmiaskoDylan DPC-23/+14
2022-03-03Cleanup feature gates.Camille GILLOT-1/+1
2022-02-28Enable drop-tracking tests behind -Zdrop-trackingEric Holk-23/+14
2022-02-07Drop tracking: improve break and continue handlingEric Holk-0/+18
2022-01-23Auto merge of #93165 - eholk:disable-generator-drop-tracking, r=nikomatsakisbors-0/+105
2022-01-21Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrumbors-5/+5
2022-01-21Add regression test for #93161Eric Holk-0/+93
2022-01-21Disable drop range tracking in generatorsEric Holk-0/+12
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-5/+5
2022-01-18Respond to code review commentsEric Holk-4/+69
2022-01-18Safely handle partial dropsEric Holk-2/+27
2022-01-18Handle reinits in match guardsEric Holk-0/+25
2022-01-18Address code review commentsEric Holk-0/+21
2022-01-18Handle more cases with conditionally initialized/dropped valuesEric Holk-2/+42
2022-01-18Basic loop supportEric Holk-1/+1
2022-01-18Support reinitialization of variablesEric Holk-22/+81
2022-01-18Support conditional dropsEric Holk-0/+22
2022-01-18Track drops across multiple yieldsEric Holk-0/+40
2022-01-18Track drop points in generator_interiorEric Holk-0/+2
2022-01-18Add test case for #57478Eric Holk-0/+14
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-5/+5
2021-12-11Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakisMatthias Krüger-1/+1
2021-12-10fix tests after rebaseEsteban Kuber-1/+1
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+5
2021-12-02Fix ICE when yielding in fn returning impl TraitMichael Goulet-0/+16
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+2
2021-11-23Update test outputsMichael Goulet-4/+4
2021-11-20Do not mention associated items when they introduce an obligationEsteban Kuber-5/+0
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-5/+22
2021-10-29Fix a format_args span to be expansionCameron Steffen-0/+2
2021-10-13Remove textual span from diagnostic stringOli Scherer-2/+2
2021-09-30Rollup merge of #89321 - tmiasko:rebase-resume-arg, r=estebankManish Goregaokar-3/+9
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-2/+2
2021-09-28Rebase resume argument projections during state transformTomasz Miąsko-3/+9
2021-09-27Improve cause information for NLL higher-ranked errorsAaron Hill-0/+5
2021-09-25Use larger span for adjustments on method callsAaron Hill-2/+2
2021-09-17Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkovYuki Okushi-0/+31
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-1/+3
2021-09-13Improve error message for type mismatch in generator argumentsFabian Wolff-0/+31
2021-08-25Auto merge of #87937 - LeSeulArtichaut:active-if-let-guards, r=nagisabors-1/+0
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-6/+16
2021-08-16Use note to point at bound introducing requirementEsteban Küber-41/+63
2021-08-16Don't mark `if_let_guard` as an incomplete featureLéo Lanteri Thauvin-1/+0