| Age | Commit message (Expand) | Author | Lines |
| 2023-12-27 | Auto merge of #16096 - LuisFerLCC:master, r=lnicola | bors | -5/+8 |
| 2023-12-19 | Bump test-electron | Laurențiu Nicola | -1/+1 |
| 2023-12-11 | Formatting | LuisFerLCC | -11/+11 |
| 2023-12-11 | VSCode rust-panic problem matcher | LuisFerLCC | -8/+11 |
| 2023-12-01 | Initial support for implicit drop inlay hint | hkalbasi | -0/+5 |
| 2023-11-24 | Auto merge of #15846 - jprochazk:disable-error-notification, r=Veykril | bors | -0/+5 |
| 2023-11-16 | code: expose workspaces to other extensions; remove `addProject` command | David Barsky | -5/+0 |
| 2023-11-15 | editor/code: bump minimum version of VS Code to 1.78 | David Barsky | -2/+2 |
| 2023-11-15 | Update editors/code/package.json | Jan Procházka | -1/+1 |
| 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 | -0/+5 |
| 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-18 | Add command for only opening external docs and attempt to fix vscode-remote i... | Lukas Wirth | -2/+7 |
| 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-04 | Auto merge of #15707 - dfireBird:default-statusbar-action-config, r=lnicola | bors | -0/+13 |
| 2023-10-04 | Add config for the default click action of extension status bar | dfireBird | -0/+13 |
| 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-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 |
| 2023-09-05 | code: yeet rust-analyzer.discoverProjectCommand | David Barsky | -7/+4 |
| 2023-08-21 | fix help text for rust-analyzer.check.invocation{Strategy,Location} | Ralf Jung | -2/+2 |
| 2023-08-15 | Add status bar button to toggle check on save state | Lukas Wirth | -0/+5 |
| 2023-08-08 | Auto merge of #15262 - adamse:master, r=HKalbasi | bors | -0/+9 |
| 2023-08-08 | add check.ignore to list cargo check diagnostics to ignore (dead_code, unused... | Adam Sandberg Ericsson | -0/+9 |
| 2023-07-28 | Auto merge of #15308 - vsrs:runnable_env_per_platform, r=HKalbasi | bors | -0/+9 |
| 2023-07-24 | vscode: change minimum VS Code version to 1.75 from 1.78 | David Barsky | -2/+2 |
| 2023-07-22 | Auto merge of #15303 - oxalica:fix/byte-escape-highlight, r=lowr | bors | -1/+5 |
| 2023-07-23 | editor/code: Break down CI steps to know what is failing easily | Tetsuharu Ohzeki | -3/+6 |
| 2023-07-19 | Introduce `invalidEscapeSequence` semantic token type | oxalica | -1/+5 |
| 2023-07-18 | Platform specific runnables env | vsrs | -0/+9 |
| 2023-07-13 | editor/code: Update esbuild | Tetsuharu Ohzeki | -1/+1 |
| 2023-07-13 | editor/code: Update ESLint | Tetsuharu Ohzeki | -1/+1 |
| 2023-07-13 | editor/code: Update ovsx | Tetsuharu Ohzeki | -1/+1 |
| 2023-07-13 | editor/code: Update prettier to v3 | Tetsuharu Ohzeki | -1/+1 |
| 2023-07-13 | editor/code: Update typescript-eslint to v6 | Tetsuharu Ohzeki | -2/+2 |
| 2023-07-13 | editor/code: Update typescript | Tetsuharu Ohzeki | -1/+1 |
| 2023-07-07 | implement first pass of memory layout viewer | Adenine | -0/+9 |
| 2023-06-30 | feat: don't add panics to error jump list by default | Alex Kladov | -0/+10 |
| 2023-06-30 | Drop cross-env npm dep | Laurențiu Nicola | -2/+1 |
| 2023-06-30 | editor/code: Switch to `@vscode/vsce` | Tetsuharu Ohzeki | -2/+2 |