| Age | Commit message (Expand) | Author | Lines |
| 2022-02-03 | Fix HashMap not displaying correctly in VS debugger | Wesley Wiser | -1/+1 |
| 2021-07-12 | Add test for `Unique<T>`, weak ref counts and ref counts for `Weak<T>` | Wesley Wiser | -0/+6 |
| 2021-07-09 | Respond to review feedback | Wesley Wiser | -2/+5 |
| 2021-07-08 | Add visualizer for OsString and fixup other string visualizers | Wesley Wiser | -3/+17 |
| 2021-07-08 | Add/improve visualizations for liballoc types | Wesley Wiser | -0/+10 |
| 2021-07-08 | Add natvis for Duration, ManuallyDrop and Pin types | Wesley Wiser | -0/+22 |
| 2021-07-08 | Add natvis for Range types | Wesley Wiser | -0/+16 |
| 2021-07-08 | Fixup natvis for NonNull and Unique types | Wesley Wiser | -13/+6 |
| 2021-07-08 | Add natvis for cell types | Wesley Wiser | -0/+34 |
| 2021-07-08 | Add natvis for Atomic types | Wesley Wiser | -1/+35 |
| 2021-07-08 | Add natvis for NonZero and Wrapping types | Wesley Wiser | -0/+41 |
| 2021-07-02 | Remove unnecessary visualizer | Wesley Wiser | -8/+0 |
| 2021-07-02 | Show the variant name for univariant enums | Wesley Wiser | -2/+16 |
| 2021-07-02 | Always show variant tag in niche-layout enums | Wesley Wiser | -0/+3 |
| 2021-07-02 | Update directly tagged enums to visualize the same as niche-layout enums | Wesley Wiser | -1/+4 |
| 2021-06-30 | Improve debug symbol names to avoid ambiguity and work better with MSVC's deb... | Daniel Paoliello | -14/+14 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -20/+21 |
| 2021-06-02 | Change the type name from `_enum<..>` to `enum$<..>` | Wesley Wiser | -2/+2 |
| 2021-06-02 | Generate better debuginfo for niche-layout enums | Wesley Wiser | -0/+14 |
| 2021-06-02 | Generate better debuginfo for directly tagged enums | Wesley Wiser | -17/+38 |
| 2021-03-17 | Update HashSet natvis | Markus Westerlind | -7/+7 |
| 2021-03-16 | feat: Update hashbrown to instantiate less llvm IR | Markus Westerlind | -7/+7 |
| 2021-03-01 | Add natvis for Result, NonNull, CString, CStr, and Cow | Ryan Levick | -0/+51 |
| 2020-12-28 | Improvements to NatVis support | Arlie Davis | -39/+59 |
| 2020-09-08 | Implement HashSet in terms of hashbrown::HashSet | Matt Brubeck | -9/+9 |
| 2020-09-05 | Fix HashMap visualizers in Visual Studio (Code) | MaulingMonkey | -2/+2 |
| 2020-08-07 | Handle new HashMap layout in CDB, MSVC, WinDbg, etc. | MaulingMonkey | -31/+4 |
| 2020-06-24 | Modify type names on MSVC to make tuples .natvis compatible. | MaulingMonkey | -0/+124 |
| 2019-11-20 | debuginfo: Support for std::collections::Hash* in windows debuggers. | MaulingMonkey | -0/+102 |
| 2019-05-09 | Fix .natvis visualizers. | MaulingMonkey | -10/+10 |
| 2017-07-21 | *.natvis: Use s8 postfixes to correctly interpret rust strings as UTF-8. | MaulingMonkey | -4/+4 |
| 2017-07-13 | Modify type names on MSVC to make strings and slices .natvis compatible. | MaulingMonkey | -0/+24 |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -7/+7 |
| 2017-04-17 | Remove non-breaking spaces | Diggory Blake | -4/+4 |
| 2017-02-15 | Vec, LinkedList, VecDeque, String, and Option NatVis visualizations | Andrew Gaspar | -0/+95 |