rust/src/etc
bors 775e480722 Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister
Fix HashMap not displaying correctly in VS debugger

The natvis to render HashMaps was not working correctly in Visual Studio
because the type names for tuples changed from `tuple$<A, B>` to
`tuple$<A,B>` (notice the missing space). WinDbg and cdb continued to
parse this type name which is why no tests in CI broke. VS however is
slightly more strict and this caused the visualizer to break.

Since we cannot test the VS debugger in CI, I'm not checking in any
test changes.

Fixes #92286

r? `@michaelwoerister`
2022-02-08 10:05:05 +00:00
..
installer Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
natvis Fix HashMap not displaying correctly in VS debugger 2022-02-03 12:39:12 -05:00
test-float-parse Migrate to 2021 2021-09-20 22:21:42 -04:00
third-party Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
cat-and-grep.sh Remove licenses 2018-12-25 21:08:33 -07:00
check_missing_items.py Add term to ExistentialProjection 2022-01-17 20:01:22 +00:00
CONFIGS.md Add sublime-rust to CONFIGS.md. 2016-08-22 01:24:01 -04:00
cpu-usage-over-time-plot.sh Fix bucket in CPU usage script 2019-07-03 10:19:59 -04:00
ctags.rust Update the ctags rules and targets. 2015-07-30 06:35:42 +10:00
dec2flt_table.py Changed dec2flt to use the Eisel-Lemire algorithm. 2021-07-17 00:30:34 -05:00
gdb_load_rust_pretty_printers.py Implement new gdb/lldb pretty-printers 2020-06-09 16:13:11 +03:00
gdb_lookup.py Support pretty printing slices using GDB 2021-07-03 23:42:07 +08:00
gdb_providers.py Support pretty printing slices using GDB 2021-07-03 23:42:07 +08:00
generate-deriving-span-tests.py Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
generate-keyword-tests.py remove unnecessary import statement 2020-02-08 00:03:51 -05:00
htmldocck.py htmldocck: Add support for /text() in @snapshot 2022-01-15 10:37:40 -08:00
indenter fix some python3 incompatibilities 2017-11-16 13:34:13 -05:00
lldb_batchmode.py lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
lldb_commands Support pretty printing slices using GDB 2021-07-03 23:42:07 +08:00
lldb_lookup.py Implement HashSet in terms of hashbrown::HashSet 2020-09-08 17:24:23 -07:00
lldb_providers.py Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
pre-push.sh Make the pre-commit script pre-push instead 2021-08-24 19:55:07 -05:00
rust-gdb Prefer sysroot from rustc in same directory as rust-gdb 2020-04-02 11:52:35 -07:00
rust-gdbgui Prefer sysroot from rustc in same directory as rust-gdb 2020-04-02 11:52:35 -07:00
rust-lldb Fix loading pretty-printers in rust-lldb script 2020-08-28 09:29:45 +03:00
rust-windbg.cmd Remove licenses 2018-12-25 21:08:33 -07:00
rust_types.py Support pretty printing slices using GDB 2021-07-03 23:42:07 +08:00
wasm32-shim.js std: Remove the wasm_syscall feature 2019-08-28 08:34:31 -07:00