Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial implementation of view-hir command | Phil Ellison | 2020-12-28 | 1 | -0/+1 |
| | |||||
* | add open Cargo.toml action | Anatol Liu | 2020-11-13 | 1 | -0/+6 |
| | |||||
* | Switch to upstream protocol for resolving code action | Aleksey Kladov | 2020-11-10 | 1 | -6/+0 |
| | | | | | | Note that we have to maintain custom implementation on the client side: I don't see how to marry bulitin resolve support with groups and snippets. | ||||
* | Code reorganisation and field support | Zac Pullar-Strecker | 2020-10-08 | 1 | -1/+1 |
| | |||||
* | Changes from review | Zac Pullar-Strecker | 2020-10-08 | 1 | -10/+1 |
| | |||||
* | WIP: Command to open docs under cursor | Zac Pullar-Strecker | 2020-10-08 | 1 | -0/+11 |
| | |||||
* | Support 'runnables' options in the vs code extension | Igor Aleksanov | 2020-10-02 | 1 | -0/+2 |
| | |||||
* | Extend **Status** command to also show dep info for the file | Aleksey Kladov | 2020-09-29 | 1 | -1/+4 |
| | | | | This should help with troubleshooting wrong project configuration | ||||
* | Fix LSP requests with no arguments | Laurențiu Nicola | 2020-09-17 | 1 | -3/+3 |
| | |||||
* | Fix some typos | Kirill Bulatov | 2020-08-28 | 1 | -1/+1 |
| | |||||
* | Fix StatusNotification | vsrs | 2020-08-17 | 1 | -1/+4 |
| | |||||
* | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 1 | -0/+1 |
| | | | | | The selection is also used to avoid unnecessary work, but only to the file level. Further restricting unnecessary work is left for later. | ||||
* | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 1 | -0/+2 |
| | | | | In a subsequent commit, it will be used for resolving paths. | ||||
* | Add a command to compute memory usage statistics | Jonas Schievink | 2020-07-07 | 1 | -0/+1 |
| | |||||
* | Implement StatusBar | Aleksey Kladov | 2020-07-02 | 1 | -0/+3 |
| | |||||
* | Add reload workspace command | Aleksey Kladov | 2020-07-01 | 1 | -1/+1 |
| | |||||
* | Add light-weight snapshot testing library with editor integration | Aleksey Kladov | 2020-06-27 | 1 | -0/+1 |
| | |||||
* | Add hover actions as LSP extension | vsrs | 2020-06-05 | 1 | -0/+12 |
| | |||||
* | Fix review comments | Mikhail Rakhmanov | 2020-06-03 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into compute-lazy-assits | Mikhail Rakhmanov | 2020-06-02 | 1 | -9/+8 |
|\ | | | | | | | | | # Conflicts: # crates/rust-analyzer/src/to_proto.rs | ||||
| * | Spec better runnables | Aleksey Kladov | 2020-06-02 | 1 | -1/+1 |
| | | |||||
| * | New runnables API | Aleksey Kladov | 2020-06-02 | 1 | -8/+7 |
| | | |||||
* | | Preliminary implementation of lazy CodeAssits | Mikhail Rakhmanov | 2020-06-02 | 1 | -0/+7 |
|/ | |||||
* | Change Runnable.bin -> Runnable.kind | veetaha | 2020-05-31 | 1 | -1/+4 |
| | | | | | | As per matklad, we now pass the responsibility for finding the binary to the frontend. Also, added caching for finding the binary path to reduce the amount of filesystem interactions. | ||||
* | Document `parentModule` experimental LSP request | Aleksey Kladov | 2020-05-25 | 1 | -1/+1 |
| | |||||
* | Cleanup lsp extensions on the client side | Aleksey Kladov | 2020-05-25 | 1 | -0/+84 |