about summary refs log tree commit diff
path: root/src/test/ui/generator/print
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-233/+0
2022-12-27Trim more paths in obligation typesEsteban Küber-1/+1
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-4/+4
2022-09-30create def ids for impl traits during ast loweringSantiago Pastorino-4/+4
2022-08-21Targeted fixes addressing erroneous suggestionsMichael Goulet-4/+0
2022-08-21Rework point-at-argMichael Goulet-11/+29
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-2/+2
2022-07-07Shorten span for closures.Camille GILLOT-18/+6
2022-06-19Greatly improve error reporting for futures and generators in `note_obligatio...Joshua Nelson-6/+38
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-5/+5
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-5/+5
2021-08-16Use note to point at bound introducing requirementEsteban Küber-12/+20
2021-07-06Revert "Revert "Update tests""bjorn3-5/+5
2021-06-07Revert "Update tests"bjorn3-5/+5
2021-05-30Update testsbjorn3-5/+5
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-5/+5
2020-11-10Use Places to express closure/generator CapturesAman Arora-2/+2
2020-10-11traits diagnostics: Don't print closure/generator upvar_tys tupleAman Arora-2/+0
2020-10-11Always return tupled_upvar_tys for Closure/Generator consituent tysAman Arora-0/+1
2020-10-11Replace tuple of infer vars for upvar_tys with single infer varRoxane-2/+3
2020-09-28Add tests for updated closure/generator printingAman Arora-0/+191