about summary refs log tree commit diff
path: root/src/etc/natvis/libstd.natvis
AgeCommit message (Expand)AuthorLines
2024-08-11Fix debuginfo providers/testsBen Kimock-3/+3
2022-04-14Update *.natvis files (CDB?) files to take into account `Unique<T>` changesEduardo Sánchez Muñoz-3/+3
2022-02-03Fix HashMap not displaying correctly in VS debuggerWesley Wiser-1/+1
2021-07-09Respond to review feedbackWesley Wiser-0/+2
2021-07-08Add visualizer for OsString and fixup other string visualizersWesley Wiser-1/+15
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-1/+1
2021-03-17Update HashSet natvisMarkus Westerlind-7/+7
2021-03-16feat: Update hashbrown to instantiate less llvm IRMarkus Westerlind-7/+7
2021-03-01Add natvis for Result, NonNull, CString, CStr, and CowRyan Levick-0/+29
2020-12-28Improvements to NatVis supportArlie Davis-4/+4
2020-09-08Implement HashSet in terms of hashbrown::HashSetMatt Brubeck-9/+9
2020-09-05Fix HashMap visualizers in Visual Studio (Code)MaulingMonkey-2/+2
2020-08-07Handle new HashMap layout in CDB, MSVC, WinDbg, etc.MaulingMonkey-31/+4
2019-11-20debuginfo: Support for std::collections::Hash* in windows debuggers.MaulingMonkey-0/+102