about summary refs log tree commit diff
path: root/src/etc/natvis/intrinsic.natvis
AgeCommit message (Expand)AuthorLines
2022-10-31[debuginfo] Make debuginfo type names for slices and str consistent.Michael Woerister-2/+10
2022-08-12[debuginfo] Remove the notion of a 'fallback variant' from the CPP-like enum ...Michael Woerister-10/+66
2022-08-12intrinsic.natvis: Add comments, make names more consistent.Michael Woerister-44/+48
2022-08-12intrinsic.natvis: Don't access fields from context object in <Intrinsic>.Michael Woerister-36/+41
2022-08-12Support wrapping 128-bit tag ranges for cpp-like enum debuginfo.Michael Woerister-2/+4
2022-08-12Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.Michael Woerister-2/+2
2022-08-12debuginfo: Change C++-like encoding for enums.Michael Woerister-67/+113
2021-07-08Add visualizer for OsString and fixup other string visualizersWesley Wiser-2/+2
2021-07-02Show the variant name for univariant enumsWesley Wiser-2/+16
2021-07-02Always show variant tag in niche-layout enumsWesley Wiser-0/+3
2021-07-02Update directly tagged enums to visualize the same as niche-layout enumsWesley Wiser-1/+4
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-13/+13
2021-06-02Respond to review feedbackWesley Wiser-20/+21
2021-06-02Change the type name from `_enum<..>` to `enum$<..>`Wesley Wiser-2/+2
2021-06-02Generate better debuginfo for niche-layout enumsWesley Wiser-0/+14
2021-06-02Generate better debuginfo for directly tagged enumsWesley Wiser-0/+38
2020-12-28Improvements to NatVis supportArlie Davis-7/+11
2020-06-24Modify type names on MSVC to make tuples .natvis compatible.MaulingMonkey-0/+124
2017-07-21*.natvis: Use s8 postfixes to correctly interpret rust strings as UTF-8.MaulingMonkey-2/+2
2017-07-13Modify type names on MSVC to make strings and slices .natvis compatible.MaulingMonkey-0/+24