| Age | Commit message (Expand) | Author | Lines |
| 2020-03-03 | Update tests | Yuki Okushi | -37/+0 |
| 2020-02-16 | Ignore GDB versions with broken str printing. | spunit262 | -0/+1 |
| 2020-02-09 | rustc_codegen_ssa: only "spill" SSA-like values to the stack for debuginfo. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-02-02 | Add a resume type parameter to `Generator` | Jonas Schievink | -7/+7 |
| 2020-01-07 | Remove legacy debuginfo tests | Nikita Popov | -916/+0 |
| 2019-11-20 | debuginfo: Support for std::collections::Hash* in windows debuggers. | MaulingMonkey | -0/+97 |
| 2019-09-18 | fix debuginfo/issue22656 with LLDB 8 | Maximilian Roos | -1/+1 |
| 2019-09-15 | use println!() | Guanqun Lu | -2/+2 |
| 2019-08-31 | Rename test locals to work around LLDB bug | Joe Ranweiler | -8/+8 |
| 2019-08-27 | debuginfo: always include disambiguator in type names | Philip Craig | -10/+10 |
| 2019-08-25 | debuginfo: give unique names to closure and generator types | Philip Craig | -0/+55 |
| 2019-05-20 | Fix CDB support tidy check line length failures. | MaulingMonkey | -3/+3 |
| 2019-05-19 | Add basic CDB support to debuginfo compiletest s, to help catch `*.natvis` re... | MaulingMonkey | -2/+59 |
| 2019-05-03 | Address review comments | Tyler Mandry | -4/+4 |
| 2019-04-25 | Include generator locals as field names in debuginfo | Tyler Mandry | -4/+4 |
| 2019-04-25 | Make generator object debuginfo easier to read | Tyler Mandry | -4/+4 |
| 2019-04-25 | Describe generator variants in debuginfo | Tyler Mandry | -0/+68 |
| 2019-04-25 | Test debuginfo of different var liveness in generators | Tyler Mandry | -4/+49 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -6/+0 |
| 2019-04-22 | Remove double trailing newlines | varkor | -2/+0 |
| 2019-03-30 | Rollup merge of #59380 - philipc:thinlto-variant, r=michaelwoerister | Mazdak Farrokhzad | -0/+48 |
| 2019-03-27 | Give variant parts their own unique id | Philip Craig | -1/+1 |
| 2019-03-23 | Fix invalid DWARF for enums when using thinlto | Philip Craig | -0/+48 |
| 2019-03-22 | Correct minimum system LLVM version in tests | Samuel Holland | -8/+8 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -3/+3 |
| 2019-03-09 | Rollup merge of #58629 - euclio:debug-empty-str, r=alexcrichton | Mazdak Farrokhzad | -0/+35 |
| 2019-03-06 | rust-lldb: fix crash when printing empty string | Andy Russell | -0/+35 |
| 2019-02-23 | Add debug-info to access variables from generator state | Wim Looman | -2/+8 |
| 2019-01-27 | Update generator upvar debug info | Wim Looman | -0/+36 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1238/+3 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -55/+0 |
| 2018-12-20 | Remove nil-enum test | varkor | -24/+0 |
| 2018-12-14 | Rollup merge of #56756 - tromey:Bug-56730-btree-pretty-printer, r=alexcrichton | kennytm | -1/+5 |
| 2018-12-12 | Disable btree pretty-printers on older gdbs | Tom Tromey | -1/+5 |
| 2018-12-11 | Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromey | bors | -0/+52 |
| 2018-12-11 | Add function call test, Update gdb and test docker image install gdb by ppa. | Unknown | -0/+52 |
| 2018-12-11 | Check for uninhabitedness instead of never | varkor | -39/+8 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-11-29 | Add template parameter debuginfo to generic types | Tom Tromey | -6/+16 |
| 2018-11-25 | Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton | Pietro Albini | -8/+9 |
| 2018-11-24 | Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichton | kennytm | -9/+9 |
| 2018-11-21 | Fix BTreeSet and BTreeMap gdb pretty-printers | Tom Tromey | -8/+9 |
| 2018-11-19 | Disable some pretty-printers when gdb is rust-enabled | Tom Tromey | -9/+9 |
| 2018-11-14 | Fix VecDeque pretty-printer | Tom Tromey | -0/+11 |
| 2018-11-06 | Update lldb | Tom Tromey | -1/+1 |
| 2018-10-30 | Add legacy debuginfo tests | Tom Tromey | -0/+996 |
| 2018-10-30 | Update enum debuginfo tests | Tom Tromey | -111/+95 |
| 2018-10-10 | Run both lldb and gdb tests | Tom Tromey | -1/+1 |
| 2018-10-10 | Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichton | bors | -672/+1334 |