| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-24 | Modify type names on MSVC to make tuples .natvis compatible. | MaulingMonkey | -0/+124 | |
| - Mangles (T0, T1) as tuple<T0, T1>, possibly unblocking rust-lang/rust#70052 "Update hashbrown to 0.8.0" - Prettifies Rust tuples similar to VS2017's std::tuple - Improves debuginfo test coverage | ||||
| 2019-11-20 | debuginfo: Support for std::collections::Hash* in windows debuggers. | MaulingMonkey | -0/+102 | |
| 2019-05-09 | Fix .natvis visualizers. | MaulingMonkey | -10/+10 | |
| Updated to handle these changes: - `core::ptr::*` lost their `__0` elements and are just plain pointers - `core::ptr::*` probably shouldn't dereference in `DisplayString` s - `VecDeque` and `Vec` use `core::ptr::*` s - `VecDeque` and `LinkedList` moved modules again. Retested - still working fine, left alone: - `String`, `&str`, `Option` | ||||
| 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 | |
