| Age | Commit message (Expand) | Author | Lines |
| 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 |