rust/src/etc
Steve Klabnik fab96c4b12 Rollup merge of #45071 - tromey:use-gdb-lazy-string, r=michaelwoerister
Implement display_hint in gdb pretty printers

A few pretty-printers were returning a quoted string from their
to_string method.  It's preferable in gdb to return a lazy string and to
let gdb handle the display by having a "display_hint" method that
returns "string" -- it lets gdb settings (like "set print ...") work, it
handles corrupted strings a bit better, and it passes the information
along to IDEs.
2017-10-10 20:22:24 -04:00
..
installer
natvis *.natvis: Use s8 postfixes to correctly interpret rust strings as UTF-8. 2017-07-21 03:39:56 -07:00
platform-intrinsics Add support for Vector Negative Multiply Subtract Float on PowerPC 2017-09-27 13:35:18 +00:00
test-float-parse
third-party
char_private.py
CONFIGS.md
ctags.rust
debugger_pretty_printers_common.py
dec2flt_table.py
gdb_load_rust_pretty_printers.py
gdb_rust_pretty_printing.py Implement display_hint in gdb pretty printers 2017-10-06 13:05:53 -06:00
generate-deriving-span-tests.py
generate-keyword-tests.py
htmldocck.py let htmldocck.py check for directories 2017-09-30 13:28:09 -05:00
indenter
lldb_batchmode.py debuginfo-test: Fix #45086. 2017-10-08 01:39:34 +08:00
lldb_rust_formatters.py
rust-gdb
rust-lldb
rust-windbg.cmd Merge crate collections into alloc 2017-06-13 23:37:34 -07:00
sugarise-doc-comments.py
ziggurat_tables.py