| Age | Commit message (Expand) | Author | Lines |
| 2024-01-02 | Auto merge of #16062 - davidbarsky:david/fix-references-to-removed-settings, ... | bors | -3/+3 |
| 2024-01-02 | Auto merge of #16011 - ClSlaid:feat/settings/proc-macro/rebuild-on-save, r=Ve... | bors | -0/+5 |
| 2023-12-29 | Fix some comments | cui fliter | -1/+1 |
| 2023-12-27 | Auto merge of #16096 - LuisFerLCC:master, r=lnicola | bors | -5/+8 |
| 2023-12-19 | Auto merge of #16162 - sanjaiyan-dev:sanjaiyan-async-concurrent, r=lnicola | bors | -2/+4 |
| 2023-12-19 | Bump test-electron | Laurențiu Nicola | -6/+6 |
| 2023-12-19 | perf: Run async task in concurrent | Sanjaiyan Parthipan | -2/+4 |
| 2023-12-11 | Formatting | LuisFerLCC | -11/+11 |
| 2023-12-11 | VSCode rust-panic problem matcher | LuisFerLCC | -8/+11 |
| 2023-12-08 | fix: Correct references from `rust-analyzer.cargo.check` to `rust-analyzer.ch... | David Barsky | -3/+3 |
| 2023-12-08 | Auto merge of #15896 - minestarks:run-quickpick, r=Veykril | bors | -57/+94 |
| 2023-12-08 | patch: only rerun build scripts when saved. | 蔡略 | -0/+5 |
| 2023-12-05 | Fix runnable cwd on Windows | Laurențiu Nicola | -1/+1 |
| 2023-12-01 | Auto merge of #16000 - HKalbasi:drop-inlay-hint, r=HKalbasi | bors | -0/+5 |
| 2023-12-01 | Initial support for implicit drop inlay hint | hkalbasi | -0/+5 |
| 2023-11-30 | Debug use cargo workspace root as cwd. fixes #13022 | meowtec | -11/+30 |
| 2023-11-24 | Auto merge of #15846 - jprochazk:disable-error-notification, r=Veykril | bors | -1/+33 |
| 2023-11-16 | code: expose workspaces to other extensions; remove `addProject` command | David Barsky | -41/+23 |
| 2023-11-15 | Auto merge of #15904 - davidbarsky:davidbarsky/bump-minimum-vscode-version-to... | bors | -7/+7 |
| 2023-11-15 | editor/code: bump minimum version of VS Code to 1.78 | David Barsky | -7/+7 |
| 2023-11-15 | Tweak tsconfig.json | Laurențiu Nicola | -5/+5 |
| 2023-11-15 | Update editors/code/package.json | Jan Procházka | -1/+1 |
| 2023-11-15 | detect internal error via `error.code` instead of error message | jprochazk | -5/+15 |
| 2023-11-14 | Show placeholder while run command gets runnables from server | Mine Starks | -57/+94 |
| 2023-11-12 | Fix import preference config keys | Lukas Wirth | -2/+2 |
| 2023-11-12 | Auto merge of #15870 - lnicola:expand-macro, r=lnicola | bors | -1/+1 |
| 2023-11-12 | Make Expand macro command title more explicit | Laurențiu Nicola | -1/+1 |
| 2023-11-11 | Add config for preferring / ignoring prelude modules in find_path | Lukas Wirth | -0/+5 |
| 2023-11-07 | add configuration option | jprochazk | -2/+11 |
| 2023-11-02 | Maybe not a linter. | Peter Tripp | -1/+0 |
| 2023-11-02 | VSCode search: 'category:formatters rust' metadata. | Peter Tripp | -0/+2 |
| 2023-10-28 | override language client | jprochazk | -1/+14 |
| 2023-10-18 | Add command for only opening external docs and attempt to fix vscode-remote i... | Lukas Wirth | -17/+47 |
| 2023-10-10 | Auto merge of #15728 - EliasHolzmann:feature/local_documentation_vscode, r=Ve... | bors | -3/+26 |
| 2023-10-09 | vscode: Support opening local documentation if available | Elias Holzmann | -2/+25 |
| 2023-10-09 | Addressed PR style comments | Victor Song | -1/+1 |
| 2023-10-09 | Clarify documentation on new parameter | Victor Song | -1/+1 |
| 2023-10-09 | Add config option to use `rust-analyzer` specific target dir | Victor Song | -0/+15 |
| 2023-10-08 | Use vscode.env.openExternal instead of the vscode.open command for docs | Elias Holzmann | -1/+1 |
| 2023-10-05 | Auto merge of #15668 - connorskees:feat/close-backtick, r=Veykril | bors | -2/+4 |
| 2023-10-04 | Auto merge of #15707 - dfireBird:default-statusbar-action-config, r=lnicola | bors | -1/+22 |
| 2023-10-04 | Add config for the default click action of extension status bar | dfireBird | -1/+22 |
| 2023-09-29 | vscode: Fix line and col regexp for problem matcher | Martin Nordholts | -1/+1 |
| 2023-09-27 | Update editors/code/package.json | Alex Veber | -1/+1 |
| 2023-09-27 | Improve useRustcErrorCode description | Alex Veber | -1/+1 |
| 2023-09-26 | feat: add backtick to surrounding and auto-closing pairs | Connor Skees | -2/+4 |
| 2023-09-24 | Auto merge of #15582 - vxpm:master, r=HKalbasi | bors | -0/+5 |
| 2023-09-22 | Auto merge of #15492 - RalfJung:invocation, r=Veykril | bors | -2/+2 |
| 2023-09-22 | Update config docs | Lukas Wirth | -2/+2 |
| 2023-09-08 | fix & run tests | vxpm | -0/+5 |