Files
rust/src/etc
Manish Goregaokar 084ac77cf2 Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu
debuginfo:  Mangle tuples to be natvis friendly, typedef basic types

These changes are meant to unblock rust-lang/rust#70052 "Update hashbrown to 0.8.0" by allowing the use of `tuple<u64, u64>` as a .natvis expression in MSVC style debuggers (MSVC, WinDbg, CDB, etc.)

* f8eb81b does the actual mangling of `(u64, u64)` -> `tuple<u64, 64>`
* 24a728a allows `u64` to resolve (fixing `$T1` / `$T2` when used to visualize `HashMap<u64, u64, ...>`)
2020-07-11 08:53:13 -07:00
..
2020-07-10 07:39:28 -04:00
2018-12-25 21:08:33 -07:00
2016-08-22 01:24:01 -04:00
2015-07-30 06:35:42 +10:00
2020-06-08 20:35:56 +02:00
2017-11-16 13:34:13 -05:00
2018-12-25 21:08:33 -07:00