| Age | Commit message (Expand) | Author | Lines |
| 2023-06-30 | User may want to skip tidy check sometimes | yukang | -1/+5 |
| 2023-06-24 | Rollup merge of #112915 - preveen-stack:patch-1, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2023-06-23 | Add @files command | Guillaume Gomez | -3/+51 |
| 2023-06-22 | Update runtests.py : grammar correction | Preveen P | -1/+1 |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -9/+12 |
| 2023-06-06 | Rollup merge of #111962 - theIDinside:better-gdb, r=Mark-Simulacrum | Matthias Krüger | -1/+12 |
| 2023-06-05 | Fix #111961 r=Mark-Simulacrum | Simon Farre | -1/+12 |
| 2023-06-03 | Rollup merge of #111998 - jyn514:ra-dogfooding, r=Mark-Simulacrum | Matthias Krüger | -1/+8 |
| 2023-06-01 | Rollup merge of #112146 - jyn514:locked-deps, r=clubby789 | Matthias Krüger | -1/+1 |
| 2023-05-31 | Fix `src/etc/pre-push.sh` when `build.locked-deps` is already set in config.toml | jyn | -1/+1 |
| 2023-05-31 | Explicit set `workspace.resolver = "1"` | Weihang Lo | -0/+1 |
| 2023-05-26 | Add other workspaces to `linkedProjects` in `rust_analyzer_settings.json` | jyn | -1/+8 |
| 2023-05-24 | Auto merge of #111566 - clubby789:bootstrap-override-config, r=ozkanonur | bors | -15/+105 |
| 2023-05-19 | Override config.toml options from command line | clubby789 | -15/+105 |
| 2023-05-17 | Fix typo in bootstrap command description | Jakub Beránek | -2/+2 |
| 2023-05-10 | Generate shell completions for bootstrap with Clap | clubby789 | -0/+2726 |
| 2023-04-28 | Fix unavailable url | cui fliter | -1/+1 |
| 2023-04-20 | Spelling tools/compiletest | Josh Soref | -4/+4 |
| 2023-04-14 | Typo fix in src/etc/rust-gdb | Alan Somers | -1/+1 |
| 2023-04-14 | Fix rust-gdb and rust-gdbgui on FreeBSD | Alan Somers | -3/+3 |
| 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 |