| Age | Commit message (Expand) | Author | Lines |
| 2022-02-23 | Change `char` type in debuginfo to DW_ATE_UTF | Arlo Siemsen | -5/+4 |
| 2022-02-16 | debuginfo: Support fat pointers to unsized tuples. | Michael Woerister | -0/+23 |
| 2022-02-03 | Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472 | bors | -2/+2 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -50/+59 |
| 2022-02-01 | debuginfo: Make sure that type names for closure and generator environments a... | Michael Woerister | -50/+59 |
| 2022-01-30 | Compress amount of hashed bytes for `isize` values in StableHasher | Jakub Beránek | -2/+2 |
| 2022-01-28 | Auto merge of #93006 - michaelwoerister:fix-unsized-ptr-debuginfo, r=davidtwc... | bors | -36/+62 |
| 2022-01-27 | [debuginfo] Fix and unify handling of fat pointers in debuginfo: Fix some deb... | Michael Woerister | -32/+31 |
| 2022-01-24 | Fix vec-slices debuginfo test for GDB. | Michael Woerister | -11/+10 |
| 2022-01-24 | [debuginfo] Fix and unify handling of fat pointers in debuginfo. | Michael Woerister | -6/+34 |
| 2022-01-24 | Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher" | Jakub Beránek | -2/+2 |
| 2022-01-04 | Do not hash zero bytes of i64 and u32 in Sip128 hasher | Jakub Beránek | -2/+2 |
| 2021-11-28 | tests: Ignore `test/debuginfo/rc_arc.rs` on windows-gnu | Vadim Petrochenkov | -1/+1 |
| 2021-10-11 | Fix function-names test for GDB 10.1 | Michael Woerister | -15/+16 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -100/+83 |
| 2021-09-22 | Rollup merge of #89127 - wesleywiser:reenable_mutex_debuginfo_test, r=ehuss | the8472 | -7/+5 |
| 2021-09-22 | Auto merge of #88629 - wesleywiser:fix_debuginfo_for_scalarpair_params, r=oli... | bors | -0/+101 |
| 2021-09-20 | Re-enable the `src/test/debuginfo/mutex.rs` test on Windows | Wesley Wiser | -7/+5 |
| 2021-09-20 | Auto merge of #88842 - wesleywiser:fix_dbg_tests_windows_sdk, r=michaelwoerister | bors | -89/+58 |
| 2021-09-15 | Disable debuginfo test on Windows that fails in new cdb version. | Eric Huss | -0/+2 |
| 2021-09-13 | Fix debuginfo for ScalarPair abi parameters | Wesley Wiser | -9/+10 |
| 2021-09-13 | Add test to show issue with ScalarPair parameters | Wesley Wiser | -0/+100 |
| 2021-09-10 | Fix debuginfo tests for the latest version of the Windows SDK. | Wesley Wiser | -77/+58 |
| 2021-09-10 | Revert "Temporarily ignore some debuginfo tests on windows." | Wesley Wiser | -12/+0 |
| 2021-09-10 | Temporarily 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-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -0/+383 |
| 2021-08-26 | Add test for stepping though `match` expressions | Wesley Wiser | -0/+383 |
| 2021-08-24 | tests: support -Zsymbol-mangling-version=v0 being the default. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-08-16 | Fix a debuginfo test | Cameron Steffen | -1/+3 |
| 2021-08-14 | Auto merge of #85020 - lrh2000:named-upvars, r=tmandry | bors | -7/+161 |
| 2021-07-25 | Fix failing test | Benoît du Garreau | -2/+2 |
| 2021-07-19 | Auto 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-16 | Rollup merge of #86983 - wesleywiser:natvis_std_types, r=michaelwoerister | Guillaume 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-14 | Fix tests for i686 | Wesley Wiser | -3/+3 |
| 2021-07-14 | Handle non-integer const generic parameters in debuginfo type names. | Michael Woerister | -2/+28 |
| 2021-07-12 | Add test for `Unique<T>`, weak ref counts and ref counts for `Weak<T>` | Wesley Wiser | -1/+19 |
| 2021-07-09 | Respond to review feedback | Wesley Wiser | -5/+5 |
| 2021-07-09 | Store names of captured variables in `optimized_mir` | lrh2000 | -17/+84 |
| 2021-07-09 | Name the captured upvars for closures/generators in debuginfo | lrh2000 | -7/+94 |
| 2021-07-08 | Add visualizer for OsString and fixup other string visualizers | Wesley Wiser | -2/+3 |
| 2021-07-08 | Add/improve visualizations for liballoc types | Wesley Wiser | -3/+36 |
| 2021-07-08 | Add natvis for Duration, ManuallyDrop and Pin types | Wesley Wiser | -0/+40 |
| 2021-07-08 | Add natvis for Range types | Wesley Wiser | -17/+19 |
| 2021-07-08 | Fixup natvis for NonNull and Unique types | Wesley Wiser | -0/+21 |
| 2021-07-08 | Add natvis for cell types | Wesley Wiser | -15/+68 |