| Age | Commit message (Expand) | Author | Lines |
| 2021-03-17 | Update HashSet natvis | Markus Westerlind | -7/+7 |
| 2021-03-16 | feat: Update hashbrown to instantiate less llvm IR | Markus Westerlind | -13/+14 |
| 2021-03-08 | Rollup merge of #82557 - rylev:natvis-improvements, r=varkor | Dylan DPC | -0/+51 |
| 2021-03-01 | Change twice used large const table to static | David Tolnay | -1/+1 |
| 2021-03-01 | Add natvis for Result, NonNull, CString, CStr, and Cow | Ryan Levick | -0/+51 |
| 2021-02-24 | fix typo in `pre-commit.sh` | katelyn martin | -1/+1 |
| 2021-02-14 | Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 | Dylan DPC | -1/+1 |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with Functi... | Rune Tynan | -1/+1 |
| 2021-02-06 | Resolve typedef in HashMap lldb pretty-printer only if possible | ortem | -1/+3 |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -0/+189 |
| 2021-01-03 | Detect invalid rustdoc test commands | Guillaume Gomez | -1/+11 |
| 2020-12-30 | Rollup merge of #80311 - sivadeilra:natvis, r=petrochenkov | Yuki Okushi | -39/+59 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+1 |
| 2020-12-28 | Improvements to NatVis support | Arlie Davis | -39/+59 |
| 2020-12-02 | Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum | bors | -4/+5 |
| 2020-11-28 | Rollup merge of #79234 - ortem:fix-hashmap-pretty-printers, r=Mark-Simulacrum | Jonas Schievink | -2/+2 |
| 2020-11-23 | BTreeMap: cut out the ceremony around BoxedNode | Stein Somers | -6/+6 |
| 2020-11-23 | Fix zero-sized BTreeMap gdb pretty-printer | ortem | -4/+5 |
| 2020-11-20 | Resolve typedefs in HashMap gdb/lldb pretty-printers | ortem | -2/+2 |
| 2020-11-18 | BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique | Stein Somers | -33/+34 |
| 2020-11-03 | lldb_batchmode: show more error information | Pietro Albini | -2/+2 |
| 2020-10-14 | BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values | Stein Somers | -11/+9 |
| 2020-10-14 | Rollup merge of #77788 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum | Dylan DPC | -31/+32 |
| 2020-10-10 | BTreeMap: fix gdb introspection of BTreeMap with ZST keys or values | Stein Somers | -31/+32 |
| 2020-10-09 | Auto merge of #77609 - ortem:fix-lldb-commands, r=Mark-Simulacrum | bors | -17/+17 |
| 2020-10-07 | Unset GIT_DIR in pre-commit hook | Joshua Nelson | -4/+6 |
| 2020-10-06 | Remove redundant backslashes from `lldb_commands` | ortem | -17/+17 |
| 2020-10-05 | Clean up pre-commit.sh | Cassandra Fridkin | -5/+4 |
| 2020-10-05 | Move script to src/etc | Cassandra Fridkin | -0/+22 |
| 2020-09-08 | Implement HashSet in terms of hashbrown::HashSet | Matt Brubeck | -14/+37 |
| 2020-09-05 | Fix HashMap visualizers in Visual Studio (Code) | MaulingMonkey | -2/+2 |
| 2020-08-28 | Fix loading pretty-printers in rust-lldb script | ortem | -2/+4 |
| 2020-08-07 | Handle new HashMap layout in CDB, MSVC, WinDbg, etc. | MaulingMonkey | -31/+4 |
| 2020-08-07 | Handle new HashMap layout in GDB and LLDB | Amanieu d'Antras | -4/+18 |
| 2020-07-31 | Run all tests if have no specified tests | Lzu Tao | -3/+5 |
| 2020-07-29 | Avoid bool-like naming | Lzu Tao | -3/+2 |
| 2020-07-26 | python codes cleanup | jnozsc | -4/+4 |
| 2020-07-11 | Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu | Manish Goregaokar | -0/+124 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -5/+3 |
| 2020-07-03 | Rollup merge of #73140 - tmiasko:element-tree, r=GuillaumeGomez | Manish Goregaokar | -1/+4 |
| 2020-07-01 | Rollup merge of #72569 - ChrisDenton:remove-innosetup, r=nikomatsakis | Manish Goregaokar | -367/+0 |
| 2020-06-24 | Modify type names on MSVC to make tuples .natvis compatible. | MaulingMonkey | -0/+124 |
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -1183/+1442 |
| 2020-06-08 | Fallback to xml.etree.ElementTree | Tomasz Miąsko | -1/+4 |
| 2020-05-25 | Remove legacy InnoSetup GUI installer | Chris Denton | -367/+0 |
| 2020-04-10 | Enforce Python 3 as much as possible | Guillaume Gomez | -2/+2 |
| 2020-04-06 | Rollup merge of #70713 - jsgf:rust-gdb-rustc, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+18 |
| 2020-04-05 | Stop importing int module in float parse test | Linus Färnstrand | -1/+0 |
| 2020-04-02 | Prefer sysroot from rustc in same directory as rust-gdb | Jeremy Fitzhardinge | -2/+18 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -3/+0 |