| Age | Commit message (Expand) | Author | Lines |
| 2023-04-04 | fix: Fix vscode project linking popup buttons being swapped | Lukas Wirth | -3/+4 |
| 2023-04-02 | Don't append "!" to non-bang macro name | Ryo Yoshida | -1/+1 |
| 2023-03-30 | Auto merge of #14444 - zapkub:runable-debug-env-is-not-passing-properly, r=Ve... | bors | -4/+12 |
| 2023-03-30 | Auto merge of #14410 - Veykril:query-lru-capacities, r=Veykril | bors | -0/+5 |
| 2023-03-30 | internal: Add config to specifiy lru capacities for all queries | Lukas Wirth | -0/+5 |
| 2023-03-30 | Missing runnable env on debug target | Rungsikorn Rungsikavarnich | -4/+12 |
| 2023-03-28 | Auto merge of #14366 - Veykril:linked-proj, r=Veykril | bors | -12/+69 |
| 2023-03-26 | finish renaming `rust-analyzer/reloadProcMacros` to `rust-analyzer/rebuildPro... | David Barsky | -1/+1 |
| 2023-03-26 | Handle proc macro fetching via OpQueue | Lukas Wirth | -7/+7 |
| 2023-03-25 | minor: Add user facing command for reloading proc-macros in VSCode | Lukas Wirth | -0/+5 |
| 2023-03-25 | Add lsp command for rebuilding proc macros | Lukas Wirth | -1/+10 |
| 2023-03-25 | Fix lints | Lukas Wirth | -42/+37 |
| 2023-03-21 | Fix VS Code status message formatting error | x2cf | -1/+1 |
| 2023-03-16 | feat: Pop a notification prompting the user to add a Cargo.toml of unlinked f... | Lukas Wirth | -11/+73 |
| 2023-03-14 | Auto merge of #14307 - davidbarsky:davidbarsky/add-cargo-style-project-discov... | bors | -11/+247 |
| 2023-03-14 | fix: don't override `linkedProjects` if no workspace was discovered. | David Barsky | -2/+9 |
| 2023-03-14 | Address review comments | David Barsky | -1/+11 |
| 2023-03-14 | Auto merge of #14337 - Veykril:vscode-status, r=lnicola | bors | -2/+6 |
| 2023-03-13 | rename "addProject" command | David Barsky | -1/+1 |
| 2023-03-13 | fmt | David Barsky | -1/+1 |
| 2023-03-13 | Remove `rust-analyzer/addProject` in favor of notifying r-a that configuratio... | David Barsky | -6/+1 |
| 2023-03-13 | Add a workspace config-based approach to reloading discovered projects. | David Barsky | -23/+54 |
| 2023-03-13 | move `rust-analyzer.discoverProjectCommand` above `$generated-start` to avoid... | David Barsky | -11/+11 |
| 2023-03-13 | fix typo in package.json. | David Barsky | -2/+2 |
| 2023-03-13 | remove errant `--` in `executeDiscoverProject` | David Barsky | -1/+1 |
| 2023-03-13 | fmt | David Barsky | -37/+58 |
| 2023-03-13 | This commit add Cargo-style project discovery for Buck and Bazel users. | David Barsky | -17/+189 |
| 2023-03-13 | Allow the status bar item to be clicked again | Lukas Wirth | -2/+6 |
| 2023-03-12 | Add and use rust-analyzer.cargo.extraArgs setting | Laurențiu Nicola | -0/+8 |
| 2023-03-10 | Add fancy buttons to the vscode status message | Lukas Wirth | -12/+31 |
| 2023-03-06 | Add `View Mir` command and fix some bugs | hkalbasi | -7/+29 |
| 2023-02-28 | Auto merge of #14040 - HKalbasi:mir, r=HKalbasi | bors | -0/+5 |
| 2023-02-27 | beginning of MIR | hkalbasi | -0/+5 |
| 2023-02-26 | Respect $CARGO_HOME when looking up toolchains. | Tomoki Nakagawa | -12/+18 |
| 2023-02-24 | Auto merge of #14175 - jmviz:openDocs-context-menu, r=lnicola | bors | -3/+8 |
| 2023-02-21 | Try to improve the rustfmt.overrideCommand docs | Laurențiu Nicola | -1/+1 |
| 2023-02-19 | change titles of commands in context menu to title case. shorten open docs co... | jmviz | -2/+2 |
| 2023-02-17 | add openDocs to context menu. add further restrictions to context menu when c... | jmviz | -1/+6 |
| 2023-02-14 | Don't assume VSCode internal commands in the server | Lukas Wirth | -0/+7 |
| 2023-02-10 | Auto merge of #13975 - DropDemBits:on-enter-after-dot-chains, r=DropDemBits | bors | -48/+74 |
| 2023-02-10 | Always reload onEnter configuration | DropDemBits | -16/+7 |
| 2023-02-09 | Auto merge of #14112 - Veykril:vscode-untrusted, r=lnicola | bors | -0/+6 |
| 2023-02-09 | Explicitly disable the rust-analyzer extension in unstrusted workspaces | Lukas Wirth | -0/+6 |
| 2023-02-08 | Auto merge of #13986 - MariaSolOs:limit-completions, r=Veykril | bors | -0/+9 |
| 2023-02-06 | Auto merge of #14090 - MariaSolOs:regions, r=Veykril | bors | -2/+2 |
| 2023-02-06 | Support sysroot library source being defined inside the workspace | Lukas Wirth | -0/+8 |
| 2023-02-04 | Unify language config markers with server | Maria José Solano | -2/+2 |
| 2023-01-31 | Remove some types ¯\_(ツ)_/¯ | Jonas Schievink | -1/+1 |
| 2023-01-31 | Lazily create the trace output channel | Jonas Schievink | -4/+48 |
| 2023-01-25 | fix: config substitution failing extension activation | Lukas Wirth | -2/+0 |