| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #7068 | bors[bot] | 2021-01-03 | 1 | -0/+55 |
|\ |
|
| * | Remove some unnecessary code copied from the Syntax Tree command | Phil Ellison | 2021-01-01 | 1 | -17/+3 |
| * | Initial implementation of view-hir command | Phil Ellison | 2020-12-28 | 1 | -0/+69 |
* | | Apply text edits manually in vscode client | Lukas Wirth | 2020-12-29 | 1 | -2/+8 |
|/ |
|
* | Use workspace applyEdit instead of snippetWorkspaceEdit | Daiki Ihara | 2020-12-21 | 1 | -1/+1 |
* | add open Cargo.toml action | Anatol Liu | 2020-11-13 | 1 | -0/+21 |
* | Switch to upstream protocol for resolving code action | Aleksey Kladov | 2020-11-10 | 1 | -5/+6 |
* | Fix resolveCodeAction request | Laurențiu Nicola | 2020-10-13 | 1 | -2/+2 |
* | Differentiate method/tymethod by determining 'defaultness' | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 |
* | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 1 | -3/+3 |
* | WIP: Command to open docs under cursor | Zac Pullar-Strecker | 2020-10-08 | 1 | -2/+23 |
* | Extend **Status** command to also show dep info for the file | Aleksey Kladov | 2020-09-29 | 1 | -7/+12 |
* | Fix LSP requests with no arguments | Laurențiu Nicola | 2020-09-17 | 1 | -3/+3 |
* | Fix delimiter in SSR example | Laurențiu Nicola | 2020-09-15 | 1 | -1/+1 |
* | Move to vscode-languageclient 7.0.0-next.9 | kjeremy | 2020-09-02 | 1 | -4/+4 |
* | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 1 | -2/+3 |
* | SSR: Fix a typescript lint warning | David Lattimore | 2020-07-24 | 1 | -1/+1 |
* | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 1 | -3/+11 |
* | Add a command to compute memory usage statistics | Jonas Schievink | 2020-07-07 | 1 | -0/+32 |
* | Add reload workspace command | Aleksey Kladov | 2020-07-01 | 1 | -2/+2 |
* | Merge #5119 | bors[bot] | 2020-06-29 | 1 | -3/+9 |
|\ |
|
| * | Show notification while SSR is in progress | David Lattimore | 2020-06-29 | 1 | -3/+9 |
* | | Fix SSR prompt following #4919 | David Lattimore | 2020-06-27 | 1 | -1/+1 |
|/ |
|
* | Add custom cargo runners | vsrs | 2020-06-24 | 1 | -2/+2 |
* | Add `rust-analyzer.gotoLocation` command | vsrs | 2020-06-18 | 1 | -0/+14 |
* | Preliminary implementation of lazy CodeAssits | Mikhail Rakhmanov | 2020-06-02 | 1 | -2/+17 |
* | Move run commands to commands.ts | Aleksey Kladov | 2020-06-02 | 1 | -14/+60 |
* | Document `parentModule` experimental LSP request | Aleksey Kladov | 2020-05-25 | 1 | -3/+3 |
* | Cleanup lsp extensions on the client side | Aleksey Kladov | 2020-05-25 | 1 | -1/+1 |
* | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 1 | -5/+5 |
* | Flatten commands.ts | Aleksey Kladov | 2020-05-25 | 1 | -0/+370 |