about summary refs log tree commit diff
path: root/src/test/codegen/generator-debug-msvc.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-59/+0
2022-09-13Bless codegen.Camille GILLOT-2/+2
2022-08-12[debuginfo] Update codegen tests for new cpp-like enum debuginfo encoding.Michael Woerister-3/+5
2022-07-07Bless MSVC debuginfo.Camille GILLOT-2/+2
2022-03-14debuginfo: change cpp-like naming for generator environments so that NatVis w...Michael Woerister-1/+1
2022-03-14debuginfo: Refactor debuginfo generation for typesMichael Woerister-3/+2
2022-02-01debuginfo: Make sure that type names for closure and generator environments a...Michael Woerister-1/+1
2021-07-05Fix async-fn-debug-msvc and generator-debug-msvc codegen testsWesley Wiser-2/+2
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-1/+1
2021-06-02Update generator testsWesley Wiser-8/+8
2021-04-30Remove artificial flag from generator variantslrh2000-9/+15
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
2020-06-24Split out async fn and generator testTyler Mandry-37/+3
2020-06-24Give up on checking filenameTyler Mandry-4/+2
2020-06-24Add generator-debug test for MSVCTyler Mandry-0/+88