| Age | Commit message (Expand) | Author | Lines |
| 2022-02-08 | Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister | bors | -1/+1 |
| 2022-02-07 | Rollup merge of #88313 - jyn514:pre-push, r=Mark-Simulacrum | Mara Bos | -1/+1 |
| 2022-02-03 | Fix HashMap not displaying correctly in VS debugger | Wesley Wiser | -1/+1 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -1/+3 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+3 |
| 2022-01-15 | htmldocck: Add support for `/text()` in `@snapshot` | Noah Lev | -3/+11 |
| 2021-12-01 | Implement `@snapshot` check for htmldocck | Noah Lev | -4/+76 |
| 2021-09-30 | Encode json files with UTF-8 | Hirochika Matsumoto | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-08-24 | Make the pre-commit script pre-push instead | Joshua Nelson | -1/+1 |
| 2021-08-11 | set the executable bit on pre-commit.sh | Jack O'Connor | -0/+0 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -0/+0 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -162/+127 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -162/+127 |
| 2021-07-12 | Add test for `Unique<T>`, weak ref counts and ref counts for `Weak<T>` | Wesley Wiser | -0/+6 |
| 2021-07-09 | Respond to review feedback | Wesley Wiser | -2/+5 |
| 2021-07-08 | Add visualizer for OsString and fixup other string visualizers | Wesley Wiser | -3/+17 |
| 2021-07-08 | Add/improve visualizations for liballoc types | Wesley Wiser | -0/+10 |
| 2021-07-08 | Add natvis for Duration, ManuallyDrop and Pin types | Wesley Wiser | -0/+22 |
| 2021-07-08 | Add natvis for Range types | Wesley Wiser | -0/+16 |
| 2021-07-08 | Fixup natvis for NonNull and Unique types | Wesley Wiser | -13/+6 |
| 2021-07-08 | Add natvis for cell types | Wesley Wiser | -0/+34 |
| 2021-07-08 | Add natvis for Atomic types | Wesley Wiser | -1/+35 |
| 2021-07-08 | Add natvis for NonZero and Wrapping types | Wesley Wiser | -0/+41 |
| 2021-07-08 | Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister | bors | -23/+46 |
| 2021-07-03 | Support pretty printing slices using GDB | EFanZh | -23/+46 |
| 2021-07-02 | Remove unnecessary visualizer | Wesley Wiser | -8/+0 |
| 2021-07-02 | Show the variant name for univariant enums | Wesley Wiser | -2/+16 |
| 2021-07-02 | Always show variant tag in niche-layout enums | Wesley Wiser | -0/+3 |
| 2021-07-02 | Update directly tagged enums to visualize the same as niche-layout enums | Wesley Wiser | -1/+4 |
| 2021-06-30 | Improve debug symbol names to avoid ambiguity and work better with MSVC's deb... | Daniel Paoliello | -14/+14 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -0/+4 |
| 2021-06-04 | changeded bindings_after_at from active to accepted | marcusdunn | -0/+0 |
| 2021-06-02 | Respond to review feedback | Wesley Wiser | -20/+21 |
| 2021-06-02 | Change the type name from `_enum<..>` to `enum$<..>` | Wesley Wiser | -2/+2 |
| 2021-06-02 | Generate better debuginfo for niche-layout enums | Wesley Wiser | -0/+14 |
| 2021-06-02 | Generate better debuginfo for directly tagged enums | Wesley Wiser | -17/+38 |
| 2021-04-06 | Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 | ortem | -6/+8 |
| 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 |