| Age | Commit message (Expand) | Author | Lines |
| 2021-07-08 | Add natvis for cell types | Wesley Wiser | -15/+68 |
| 2021-07-08 | Add natvis for Atomic types | Wesley Wiser | -2/+66 |
| 2021-07-08 | Add natvis for NonZero and Wrapping types | Wesley Wiser | -0/+142 |
| 2021-07-08 | Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister | bors | -1/+47 |
| 2021-07-08 | Ignore Windows debugger pretty-printing tests | EFanZh | -0/+1 |
| 2021-07-07 | Ignore Android debugger pretty-printing tests | EFanZh | -1/+1 |
| 2021-07-06 | Fix failing test on i686-pc-windows-msvc | Wesley Wiser | -1/+1 |
| 2021-07-03 | Support pretty printing slices using GDB | EFanZh | -1/+46 |
| 2021-07-02 | Respond to review feedback | Wesley Wiser | -1/+5 |
| 2021-07-02 | Show the variant name for univariant enums | Wesley Wiser | -0/+8 |
| 2021-07-02 | Update directly tagged enums to visualize the same as niche-layout enums | Wesley Wiser | -5/+23 |
| 2021-07-02 | Fix type name difference between i686 and x86_64 for test | Wesley Wiser | -1/+1 |
| 2021-07-01 | Update cdb tests for expected output | Wesley Wiser | -66/+70 |
| 2021-06-30 | Improve debug symbol names to avoid ambiguity and work better with MSVC's deb... | Daniel Paoliello | -185/+504 |
| 2021-06-25 | Add debug info tests for range, fix-sized array, and cell types. | Nam Nguyen | -5/+337 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -16/+8 |
| 2021-06-02 | Change the type name from `_enum<..>` to `enum$<..>` | Wesley Wiser | -37/+37 |
| 2021-06-02 | Make tidy happy | Wesley Wiser | -2/+4 |
| 2021-06-02 | Add/update tests | Wesley Wiser | -3/+107 |
| 2021-05-07 | Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2021-04-30 | Remove artificial flag from generator variants | lrh2000 | -5/+9 |
| 2021-04-30 | Move outer fields of enums into variant parts in debuginfo | lrh2000 | -10/+10 |
| 2021-04-30 | Add needs-run-enabled directive for should-fail tests | Tyler Mandry | -0/+1 |
| 2021-04-27 | Fix failed tests related to pointer printing when using GDB 10 | lrh2000 | -8/+7 |
| 2021-04-18 | Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth | bors | -2/+0 |
| 2021-04-08 | Fix closed over variables not available in debuginfo for Windows MSVC | Wesley Wiser | -0/+91 |
| 2021-04-08 | Stablize `non_ascii_idents` feature. | Charles Lew | -2/+0 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -47/+0 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -26/+32 |
| 2020-12-28 | Improvements to NatVis support | Arlie Davis | -10/+12 |
| 2020-11-21 | Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu | bors | -2/+2 |
| 2020-11-20 | Auto merge of #78104 - ssomers:btree_root_redux, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-11-19 | Fix debuginfo test for `Vec` | Tim Diekmann | -2/+2 |
| 2020-11-18 | BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique | Stein Somers | -2/+2 |
| 2020-11-16 | Add //ignore-macos to pretty-std-collections.rs | est31 | -0/+1 |
| 2020-10-14 | BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values | Stein Somers | -8/+20 |
| 2020-10-10 | BTreeMap: fix gdb introspection of BTreeMap with ZST keys or values | Stein Somers | -5/+11 |
| 2020-09-05 | debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 | MaulingMonkey | -0/+4 |
| 2020-08-11 | Revert "Suppress debuginfo on naked function arguments" | Nathaniel McCallum | -42/+0 |
| 2020-08-08 | Rollup merge of #75224 - Aaron1011:fix/function-arguments-naked, r=Amanieu | Yuki Okushi | -4/+6 |
| 2020-08-07 | Apply `extern "C"` calling convention | Aaron Hill | -1/+1 |
| 2020-08-07 | Only test function-arguments-naked.rs on x86_64 | Aaron Hill | -1/+5 |
| 2020-08-07 | Fix natvis tests | Amanieu d'Antras | -15/+15 |
| 2020-08-06 | Don't call a function in function-arguments-naked.rs | Aaron Hill | -3/+1 |
| 2020-08-02 | tests: Ignore src/test/debuginfo/rc_arc.rs on Windows | Vadim Petrochenkov | -0/+1 |
| 2020-07-27 | Suppress debuginfo on naked function arguments | Nathaniel McCallum | -0/+40 |
| 2020-07-19 | Add missing : after min-gdb-version | Lzu Tao | -5/+5 |
| 2020-06-24 | Modify type names on MSVC to make tuples .natvis compatible. | MaulingMonkey | -0/+109 |
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -302/+392 |
| 2020-05-16 | `ret` has been optimized away in debuginfo test | Dylan MacKenzie | -30/+9 |