summary refs log tree commit diff
path: root/src/test/ui/generator
AgeCommit message (Expand)AuthorLines
2022-10-14Add testMichael Goulet-0/+42
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-9/+9
2022-10-01bless ui testsMaybe Waffle-9/+9
2022-09-30create def ids for impl traits during ast loweringSantiago Pastorino-4/+4
2022-09-23Restore ignore tagFlorian Bartels-5/+0
2022-09-20Adding needs-unwind to tests involving changing memory size of Futures/ClosuresAndrew Pollack-0/+1
2022-09-11Update unit test outputsCharles Lew-80/+51
2022-09-11fix tests after rebaseAndrew Cann-18/+26
2022-09-11test async diagnostics for feature(generator_clone)Andrew Cann-0/+242
2022-09-11Add feature gate tests for generator_cloneAndrew Cann-0/+284
2022-08-21Targeted fixes addressing erroneous suggestionsMichael Goulet-8/+0
2022-08-21Rework point-at-argMichael Goulet-46/+124
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-6/+6
2022-08-07Rollup merge of #100130 - compiler-errors:erroneous-return-span, r=lcnrMatthias Krüger-0/+6
2022-08-04Resolve vars before emitting coerce errorMichael Goulet-0/+6
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-1/+1
2022-07-28--bless testsMaybe Waffle-4/+9
2022-07-21Add regression test for #52304Yuki Okushi-0/+11
2022-07-19Mention first and last macro in backtraceMichael Goulet-1/+1
2022-07-10Fix drop-tracking ICE when a struct containing a field with a `Drop` impl is ...Joshua Nelson-11/+258
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-46/+22
2022-07-07Tweak wording and spansEsteban Küber-9/+9
2022-07-07On partial uninit error point at where we need initEsteban Küber-14/+23
2022-07-07Shorten span for closures.Camille GILLOT-46/+22
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