summary refs log tree commit diff
path: root/src/etc/natvis/liballoc.natvis
AgeCommit message (Collapse)AuthorLines
2019-05-09Fix .natvis visualizers.MaulingMonkey-6/+6
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-2/+2
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+56