| Age | Commit message (Expand) | Author | Lines |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-30 | Rollup merge of #101175 - tmandry:curse-push-hook, r=jyn514 | Dylan DPC | -1/+1 |
| 2022-08-29 | Don't --bless in pre-push hook | Tyler Mandry | -1/+1 |
| 2022-08-29 | Rollup merge of #101106 - aDotInTheVoid:rdj-stripped-mod, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2022-08-29 | check_missing_items.py: Check imports | Nixon Enraght-Moony | -0/+6 |
| 2022-08-28 | Auto merge of #101115 - matthiaskrgr:rollup-iy14ztr, r=matthiaskrgr | bors | -0/+29 |
| 2022-08-28 | Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser | Matthias Krüger | -0/+29 |
| 2022-08-27 | Remove RLS from macOS pkg and Windows msi installers. | Eric Huss | -31/+0 |
| 2022-08-24 | Add GDB/LLDB pretty-printers for NonZero types | Artem Mukhin | -0/+29 |
| 2022-08-15 | Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley... | bors | -76/+181 |
| 2022-08-13 | Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez | Michael Goulet | -29/+29 |
| 2022-08-13 | Fix line lengths | Noah Lev | -3/+7 |
| 2022-08-13 | Rename `@hastext` to `@hasraw` (same for `matches`) | Noah Lev | -7/+7 |
| 2022-08-13 | Rename `@{has,matches}-literal` to `...text` | Noah Lev | -7/+7 |
| 2022-08-13 | Use different name for arity-2 `@has` and `@matches` | Noah Lev | -9/+9 |
| 2022-08-12 | [debuginfo] Remove the notion of a 'fallback variant' from the CPP-like enum ... | Michael Woerister | -10/+66 |
| 2022-08-12 | intrinsic.natvis: Add comments, make names more consistent. | Michael Woerister | -44/+48 |
| 2022-08-12 | intrinsic.natvis: Don't access fields from context object in <Intrinsic>. | Michael Woerister | -36/+41 |
| 2022-08-12 | Remove out-dated NatVis visualizer. | Michael Woerister | -8/+0 |
| 2022-08-12 | Support wrapping 128-bit tag ranges for cpp-like enum debuginfo. | Michael Woerister | -2/+4 |
| 2022-08-12 | Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names. | Michael Woerister | -2/+2 |
| 2022-08-12 | debuginfo: Change C++-like encoding for enums. | Michael Woerister | -67/+113 |
| 2022-08-10 | Rustdoc-Json: Add `Path` type for traits. | Nixon Enraght-Moony | -29/+29 |
| 2022-07-30 | check_missing_items.py: Don't overwrite `ty` in loop | Nixon Enraght-Moony | -2/+2 |
| 2022-07-26 | Htmldocck: Substitute the doc channel when blessing | León Orell Valerian Liehr | -0/+1 |
| 2022-06-22 | Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum | Yuki Okushi | -5/+15 |
| 2022-06-21 | update cpu-usage-over-time-plot script | notseanray | -5/+15 |
| 2022-06-19 | Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jsha | Dylan DPC | -3/+1 |
| 2022-06-18 | Fix bug when using `--bless` | Michael Howell | -3/+1 |
| 2022-06-15 | debuginfo: Fix NatVis for Rc and Arc with unsized pointees. | Michael Woerister | -16/+110 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -16/+31 |
| 2022-06-02 | rustdoc: add channel normalization to htmldocck.py | Michael Howell | -0/+2 |
| 2022-05-31 | Update test script for src/test/rustdoc to allow to add a filter for the @cou... | Guillaume Gomez | -16/+31 |
| 2022-05-16 | Read the Ref/RefMut pointer in natvis | Josh Stone | -4/+4 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -2/+0 |
| 2022-04-17 | Fix --bless not working anymore in htmldocck | Loïc BRANSTETT | -1/+5 |
| 2022-04-17 | Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko | bors | -11/+17 |
| 2022-04-16 | htmldocck: Compare HTML tree instead of plain text html | Loïc BRANSTETT | -4/+66 |
| 2022-04-14 | Update *.natvis files (CDB?) files to take into account `Unique<T>` changes | Eduardo Sánchez Muñoz | -10/+10 |
| 2022-04-14 | Fix debugger tests | Eduardo Sánchez Muñoz | -1/+7 |
| 2022-04-11 | pre-push.sh: Use python3 if python is not found | Cheng XU | -1/+3 |
| 2022-03-14 | rustdoc-json-types: implementors -> implementations | Nixon Enraght-Moony | -1/+1 |
| 2022-03-13 | rustdoc-json-types: ty -> type_ | Nixon Enraght-Moony | -1/+1 |
| 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 |