about summary refs log tree commit diff
path: root/src/test/debuginfo
AgeCommit message (Expand)AuthorLines
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-100/+83
2021-09-22Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehussthe8472-7/+5
2021-09-22Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli...bors-0/+101
2021-09-20Re-enable the `src/test/debuginfo/mutex.rs` test on WindowsWesley Wiser-7/+5
2021-09-20Auto merge of #88842 - wesleywiser:fix_dbg_tests_windows_sdk, r=michaelwoeristerbors-89/+58
2021-09-15Disable debuginfo test on Windows that fails in new cdb version.Eric Huss-0/+2
2021-09-13Fix debuginfo for ScalarPair abi parametersWesley Wiser-9/+10
2021-09-13Add test to show issue with ScalarPair parametersWesley Wiser-0/+100
2021-09-10Fix debuginfo tests for the latest version of the Windows SDK.Wesley Wiser-77/+58
2021-09-10Revert "Temporarily ignore some debuginfo tests on windows."Wesley Wiser-12/+0
2021-09-10Temporarily ignore some debuginfo tests on windows.Mara Bos-0/+12
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-2/+2
2021-08-27Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearthbors-0/+383
2021-08-26Add test for stepping though `match` expressionsWesley Wiser-0/+383
2021-08-24tests: support -Zsymbol-mangling-version=v0 being the default.Eduard-Mihai Burtescu-2/+2
2021-08-16Fix a debuginfo testCameron Steffen-1/+3
2021-08-14Auto merge of #85020 - lrh2000:named-upvars, r=tmandrybors-7/+161
2021-07-25Fix failing testBenoƮt du Garreau-2/+2
2021-07-19Auto merge of #87153 - michaelwoerister:debuginfo-names-dyn-trait-projection-...bors-37/+41
2021-07-19[debuginfo] Adapt CDB tests after changes to whitespace usage in debuginfo ty...Michael Woerister-12/+12
2021-07-16Rollup merge of #86983 - wesleywiser:natvis_std_types, r=michaelwoeristerGuillaume Gomez-37/+411
2021-07-15[debuginfo] Make use of spaces and separators in debuginfo names more uniform.Michael Woerister-19/+19
2021-07-15[debuginfo] Emit associated type bindings in trait object type names.Michael Woerister-7/+11
2021-07-14Fix tests for i686Wesley Wiser-3/+3
2021-07-14Handle non-integer const generic parameters in debuginfo type names.Michael Woerister-2/+28
2021-07-12Add test for `Unique<T>`, weak ref counts and ref counts for `Weak<T>`Wesley Wiser-1/+19
2021-07-09Respond to review feedbackWesley Wiser-5/+5
2021-07-09Store names of captured variables in `optimized_mir`lrh2000-17/+84
2021-07-09Name the captured upvars for closures/generators in debuginfolrh2000-7/+94
2021-07-08Add visualizer for OsString and fixup other string visualizersWesley Wiser-2/+3
2021-07-08Add/improve visualizations for liballoc typesWesley Wiser-3/+36
2021-07-08Add natvis for Duration, ManuallyDrop and Pin typesWesley Wiser-0/+40
2021-07-08Add natvis for Range typesWesley Wiser-17/+19
2021-07-08Fixup natvis for NonNull and Unique typesWesley Wiser-0/+21
2021-07-08Add natvis for cell typesWesley Wiser-15/+68
2021-07-08Add natvis for Atomic typesWesley Wiser-2/+66
2021-07-08Add natvis for NonZero and Wrapping typesWesley Wiser-0/+142
2021-07-08Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoeristerbors-1/+47
2021-07-08Ignore Windows debugger pretty-printing testsEFanZh-0/+1
2021-07-07Ignore Android debugger pretty-printing testsEFanZh-1/+1
2021-07-06Fix failing test on i686-pc-windows-msvcWesley Wiser-1/+1
2021-07-03Support pretty printing slices using GDBEFanZh-1/+46
2021-07-02Respond to review feedbackWesley Wiser-1/+5
2021-07-02Show the variant name for univariant enumsWesley Wiser-0/+8
2021-07-02Update directly tagged enums to visualize the same as niche-layout enumsWesley Wiser-5/+23
2021-07-02Fix type name difference between i686 and x86_64 for testWesley Wiser-1/+1
2021-07-01Update cdb tests for expected outputWesley Wiser-66/+70
2021-06-30Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...Daniel Paoliello-185/+504
2021-06-25Add debug info tests for range, fix-sized array, and cell types.Nam Nguyen-5/+337