Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |