about summary refs log tree commit diff
path: root/src/test/debuginfo/pretty-std.rs
AgeCommit message (Expand)AuthorLines
2021-09-10Fix debuginfo tests for the latest version of the Windows SDK.Wesley Wiser-4/+8
2021-09-10Revert "Temporarily ignore some debuginfo tests on windows."Wesley Wiser-4/+0
2021-09-10Temporarily ignore some debuginfo tests on windows.Mara Bos-0/+4
2021-07-25Fix failing testBenoƮt du Garreau-2/+2
2021-07-19Auto merge of #87153 - michaelwoerister:debuginfo-names-dyn-trait-projection-...bors-1/+1
2021-07-19[debuginfo] Adapt CDB tests after changes to whitespace usage in debuginfo ty...Michael Woerister-1/+1
2021-07-14Fix tests for i686Wesley Wiser-1/+1
2021-07-09Respond to review feedbackWesley Wiser-1/+1
2021-07-08Add visualizer for OsString and fixup other string visualizersWesley Wiser-2/+3
2021-07-08Add/improve visualizations for liballoc typesWesley Wiser-1/+25
2021-07-02Update directly tagged enums to visualize the same as niche-layout enumsWesley Wiser-3/+5
2021-07-01Update cdb tests for expected outputWesley Wiser-2/+1
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-5/+5
2021-06-25Add debug info tests for range, fix-sized array, and cell types.Nam Nguyen-4/+14
2021-06-02Change the type name from `_enum<..>` to `enum$<..>`Wesley Wiser-3/+3
2021-06-02Make tidy happyWesley Wiser-1/+2
2021-06-02Add/update testsWesley Wiser-3/+3
2020-12-28Improvements to NatVis supportArlie Davis-6/+8
2020-11-19Fix debuginfo test for `Vec`Tim Diekmann-2/+2
2020-07-19Add missing : after min-gdb-versionLzu Tao-1/+1
2020-06-09Implement new gdb/lldb pretty-printersortem-0/+3
2019-05-20Fix CDB support tidy check line length failures.MaulingMonkey-3/+3
2019-05-19Add basic CDB support to debuginfo compiletest s, to help catch `*.natvis` re...MaulingMonkey-2/+51
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-05Disable failing tests temporarilySam-0/+1
2017-10-06Implement display_hint in gdb pretty printersTom Tromey-0/+4
2017-06-09Pretty-printers tests: gdbr -> gdbgentoo90-4/+4
2017-06-02Add GDB pretty-printer for OsStringgentoo90-2/+10
2017-06-01Add test for 'invalid literal for int()' exception in gdb pretty-printersgentoo90-0/+5
2016-10-31adapt debuginfo tests for gdb with native rust supportTim Neumann-1/+2
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-0/+87