| Age | Commit message (Expand) | Author | Lines |
| 2023-04-11 | Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514 | Michael Goulet | -1/+1 |
| 2023-04-11 | Rollup merge of #109527 - lnicola:rust-gdb-substitute-path, r=cuviper | Yuki Okushi | -1/+9 |
| 2023-04-10 | Fix remaining typos | DaniPopes | -1/+1 |
| 2023-04-04 | Make rust-docs optional for the Windows MSI installer. | Eric Huss | -0/+6 |
| 2023-04-02 | Fix macos pkg installer when rust-docs is not available. | Eric Huss | -0/+6 |
| 2023-03-23 | Set up standard library path substitution in rust-gdb and gdbgui | Laurențiu Nicola | -1/+9 |
| 2023-03-01 | Rename `src/etc/vscode_settings.json` to `rust_analyzer_settings.json` | KittyBorgX | -0/+0 |
| 2023-02-17 | Change src/etc/vscode_settings.json to always treat ./library as the sysroot ... | Joshua Nelson | -2/+2 |
| 2023-02-08 | Set `rust-analyzer.check.invocationLocation` to `root` | clubby789 | -0/+2 |
| 2023-02-07 | Allow automatically creating vscode `settings.json` from bootstrap | clubby789 | -0/+26 |
| 2023-01-21 | Pass `--locked` to the x test tidy call | Albert Larsan | -1/+1 |
| 2023-01-04 | adjust comments about pre-push.sh hook | KaDiWa | -1/+1 |
| 2022-12-17 | Make the pre-push script work on directories with spaces | Joshua Nelson | -10/+2 |
| 2022-11-27 | Fix natvis `VecDeque` formatter | Markus Everling | -8/+7 |
| 2022-11-20 | Update VecDeque implementation | Markus Everling | -14/+6 |
| 2022-10-31 | [debuginfo] Make debuginfo type names for slices and str consistent. | Michael Woerister | -6/+14 |
| 2022-10-14 | Rollup merge of #102092 - kxxt:patch-1, r=joshtriplett | Matthias Krüger | -2/+8 |
| 2022-10-08 | Rollup merge of #99194 - simlay:simlay/update-rust-gdbgui-gdb-args-to-gdb-cmd... | Matthias Krüger | -2/+1 |
| 2022-09-28 | Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant` | beetrees | -2/+2 |
| 2022-09-26 | simplify | kxxt | -4/+1 |
| 2022-09-22 | refactor: use grep -E/-F instead of fgrep/egrep | kxxt | -2/+11 |
| 2022-09-14 | Remove check_missing_items.py | Nixon Enraght-Moony | -202/+0 |
| 2022-09-13 | Rustdoc-Json: Don't loose subitems of foreign traits. | Nixon Enraght-Moony | -2/+7 |
| 2022-09-07 | Rustdoc-Json: More accurate struct type. | Nixon Enraght-Moony | -3/+5 |
| 2022-09-05 | Rustdoc-Json: Store Variant Fields as their own item. | Nixon Enraght-Moony | -3/+3 |
| 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 |