about summary refs log tree commit diff
path: root/src/test/ui/generator
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-5348/+0
2023-01-05Tweak wording of fn call with wrong number of argsEsteban Küber-2/+2
2022-12-27Trim more paths in obligation typesEsteban Küber-1/+1
2022-12-22Use separate files instead of revisionsMichael Goulet-24/+37
2022-12-21forgot a return in drop tracking handle_uninhabited_returnMichael Goulet-11/+91
2022-12-17Suggest a `T: Send` bound for `&mut T` upvars in `Send` generatorsMatthew House-0/+81
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-6/+0
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-4/+4
2022-11-27Rollup merge of #104931 - Swatinem:async-pretty, r=eholkMatthias Krüger-38/+37
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-38/+37
2022-11-26Do not record unresolved const vars in generator interiorMichael Goulet-0/+92
2022-11-10Tweak span for `#[must_use]`Esteban Küber-10/+10
2022-10-20Update tests to match error message changesb4den-2/+2
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