summary refs log tree commit diff
path: root/src/test/ui/generator
AgeCommit message (Expand)AuthorLines
2022-06-19Greatly improve error reporting for futures and generators in `note_obligatio...Joshua Nelson-19/+99
2022-06-11ValuePairs::PolyTraitRefs should be called 'trait'Michael Goulet-2/+2
2022-06-07Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakisbors-128/+10
2022-06-04Add regresion test for #87142Yuki Okushi-0/+32
2022-06-03Fully stabilize NLLJack Huey-128/+10
2022-05-22Use revisions for NLL in generatorJack Huey-24/+39
2022-05-21Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakisbors-0/+41
2022-05-19Borrow guard patterns for the body of the guardEric Holk-9/+0
2022-05-19Revert "Count copies of locals as borrowed temporaries"Eric Holk-13/+1
2022-05-19Count copies of locals as borrowed temporariesEric Holk-1/+13
2022-05-19Further reduce test caseEric Holk-9/+5
2022-05-19Add drop tracking version of yielding-in-match-guard.rsEric Holk-0/+25
2022-05-10Revert spurious changeEric Holk-21/+21
2022-05-10Fix addassign-yield.rs by implementing fake_readEric Holk-21/+21
2022-05-10Add test case for the need for fake_read callbacksEric Holk-0/+41
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