summary refs log tree commit diff
path: root/src/test/debuginfo/msvc-pretty-enums.rs
AgeCommit message (Expand)AuthorLines
2022-10-31[debuginfo] Make debuginfo type names for slices and str consistent.Michael Woerister-3/+3
2022-09-07Change name of "dataful" variant to "untagged"Michael Benfield-3/+3
2022-08-15[debuginfo] Fix msvc-pretty-enums debuginfo test for i686.Michael Woerister-2/+2
2022-08-12[debuginfo] Add more test cases cpp-like enum debuginfo.Michael Woerister-4/+39
2022-08-12Support wrapping 128-bit tag ranges for cpp-like enum debuginfo.Michael Woerister-0/+32
2022-08-12Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.Michael Woerister-26/+25
2022-08-12debuginfo: Change C++-like encoding for enums.Michael Woerister-31/+111
2022-03-14debuginfo: Refactor debuginfo generation for typesMichael Woerister-6/+8
2021-09-10Fix debuginfo tests for the latest version of the Windows SDK.Wesley Wiser-72/+48
2021-09-10Revert "Temporarily ignore some debuginfo tests on windows."Wesley Wiser-4/+0
2021-09-10Temporarily ignore some debuginfo tests on windows.Mara Bos-0/+4
2021-07-19[debuginfo] Adapt CDB tests after changes to whitespace usage in debuginfo ty...Michael Woerister-2/+2
2021-07-06Fix failing test on i686-pc-windows-msvcWesley Wiser-1/+1
2021-07-02Respond to review feedbackWesley Wiser-1/+5
2021-07-02Show the variant name for univariant enumsWesley Wiser-0/+8
2021-07-02Update directly tagged enums to visualize the same as niche-layout enumsWesley Wiser-2/+18
2021-07-01Update cdb tests for expected outputWesley Wiser-8/+8
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-19/+18
2021-06-02Respond to review feedbackWesley Wiser-16/+8
2021-06-02Change the type name from `_enum<..>` to `enum$<..>`Wesley Wiser-34/+34
2021-06-02Make tidy happyWesley Wiser-1/+2
2021-06-02Add/update testsWesley Wiser-0/+104