Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hide atom edits a bit | Aleksey Kladov | 2018-12-21 | 1 | -2/+9 |
| | |||||
* | fold curly blocks | Aleksey Kladov | 2018-12-20 | 1 | -3/+4 |
| | |||||
* | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | Bump languageserver-types to 0.53.0 to support LSP 3.14.0 | Jeremy A. Kolb | 2018-12-19 | 1 | -2/+2 |
| | | | | See: https://microsoft.github.io/language-server-protocol/specification#version_3_14_0 | ||||
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 1 | -1/+2 |
| | |||||
* | Refactor symbol resolve API | Aleksey Kladov | 2018-12-08 | 1 | -7/+8 |
| | | | | | Introduce ReferenceResolution to avoid nesting to many non-nominal types. | ||||
* | grand module rename | Aleksey Kladov | 2018-12-08 | 1 | -495/+0 |
| | |||||
* | reformat | Aleksey Kladov | 2018-12-08 | 1 | -1/+0 |
| | |||||
* | Add a better text for hover and stop duplicating work done in ↵ | DJMcNab | 2018-12-08 | 1 | -21/+22 |
| | | | | approximatelly_resolve_symbol | ||||
* | Fix the range of a hover request to be more in line with prior art | DJMcNab | 2018-12-08 | 1 | -1/+8 |
| | |||||
* | modernize more | Aleksey Kladov | 2018-12-06 | 1 | -18/+20 |
| | |||||
* | Fix diagnostic fixes showing up everywhere | Florian Diebold | 2018-12-02 | 1 | -2/+2 |
| | | | | | The LSP code action request always returned the fixes for all diagnostics anywhere in the file, because of a shadowed variable. | ||||
* | Clippy lints | Jeremy A. Kolb | 2018-11-29 | 1 | -5/+8 |
| | |||||
* | hack around nested libraries | Aleksey Kladov | 2018-11-26 | 1 | -3/+29 |
| | |||||
* | Use `:` as a trigger character for completion | Aleksey Kladov | 2018-11-21 | 1 | -1/+23 |
| | | | | | | | | | Note that VSCode asks for completion after *first* `:` as well: use crate: we use hacks to protect against that, and to give completions only after the second `:`. | ||||
* | workspace-symbols function for Emacs | Aleksey Kladov | 2018-11-08 | 1 | -8/+15 |
| | |||||
* | Rustfmt to pass CI | Jeremy A. Kolb | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | Remove unused variable | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+0 |
| | |||||
* | Show documentation for hover requests | Jeremy A. Kolb | 2018-11-07 | 2 | -2/+28 |
| | |||||
* | Use FilePosition everywhere | Aleksey Kladov | 2018-11-05 | 1 | -40/+36 |
| | |||||
* | don't send backtraces for canceled requests | Aleksey Kladov | 2018-11-05 | 1 | -5/+15 |
| | |||||
* | Fully add inline modules to module tree | Aleksey Kladov | 2018-11-05 | 1 | -3/+5 |
| | |||||
* | Use Default everywhere | Aleksey Kladov | 2018-11-04 | 1 | -1/+1 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 2 | -60/+58 |
| | |||||
* | Useful comments from function signatures | Jeremy A. Kolb | 2018-10-31 | 1 | -2/+11 |
| | |||||
* | Improve logging | Aleksey Kladov | 2018-10-25 | 1 | -4/+16 |
| | |||||
* | More informative lable for check runnable | Aleksey Kladov | 2018-10-25 | 1 | -3/+10 |
| | |||||
* | specify package when running cargo check | Aleksey Kladov | 2018-10-25 | 1 | -46/+65 |
| | |||||
* | Always add cargo check as a runnable | Aleksey Kladov | 2018-10-25 | 1 | -0/+8 |
| | |||||
* | Merge #151 | bors[bot] | 2018-10-23 | 2 | -3/+20 |
|\ | | | | | | | | | | | | | | | 151: Add LspError to explicity return errors from LSP handlers r=matklad a=kjeremy Fixes #145 Co-authored-by: Jeremy A. Kolb <[email protected]> | ||||
| * | Add LspError to explicity return errors from LSP handlers | Jeremy A. Kolb | 2018-10-22 | 2 | -3/+20 |
| | | | | | | | | Fixes #145 | ||||
* | | Merge #152 | bors[bot] | 2018-10-22 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 152: Fix typo r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]> | ||||
| * | | Fix typo | Jeremy A. Kolb | 2018-10-22 | 1 | -2/+2 |
| |/ | |||||
* | | Merge #138 | bors[bot] | 2018-10-22 | 1 | -4/+4 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | 138: Fix some clippy lints r=matklad a=alanhdu I went ahead and fixed all the clippy lints (there were a couple I thought would be better unfixed and added `cfg` statements to allow them) and also re-enabled clippy and rustfmt in CI. They were disabled with `no time to explain, disable clippy checks`, so hopefully this won't go against whatever the reason at the time was :laughing:. One question about the CI though: right now, it's an allowed failure that runs against the latest nightly each time. Would it be better to pin it to a specific nightly (or use the `beta` versions) to lower the churn? Co-authored-by: Alan Du <[email protected]> | ||||
| * | Revert "clippy: Fix new_ret_no_self" | Alan Du | 2018-10-20 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d. | ||||
| * | Fix function calls | Alan Du | 2018-10-18 | 1 | -2/+2 |
| | | |||||
| * | clippy: Fix new_ret_no_self | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | | |||||
| * | Clippy lint: single-character string constant | Alan Du | 2018-10-18 | 1 | -2/+2 |
| | | |||||
* | | Remove job handle | Aleksey Kladov | 2018-10-20 | 2 | -41/+18 |
| | | |||||
* | | use pythonic import order | Aleksey Kladov | 2018-10-20 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | use std // blank line use extern crates // blank line use crate::{} | ||||
* | | make more things cancelable | Aleksey Kladov | 2018-10-20 | 1 | -6/+6 |
| | | |||||
* | | remove job tokens | Aleksey Kladov | 2018-10-20 | 1 | -31/+31 |
| | | |||||
* | | make parent module cancelable | Aleksey Kladov | 2018-10-20 | 1 | -1/+1 |
| | | |||||
* | | LSP: Add support for prepareRename | Jeremy A. Kolb | 2018-10-19 | 2 | -1/+24 |
| | | |||||
* | | Handle renaming of local variables | Jeremy A. Kolb | 2018-10-18 | 2 | -0/+41 |
| | | |||||
* | | Implement Find All References for local variables | Jeremy A. Kolb | 2018-10-18 | 2 | -0/+17 |
|/ | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 3 | -176/+197 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | remove clones | Aleksey Kladov | 2018-10-15 | 2 | -4/+4 |
| | |||||
* | migrate analysis and server to 2018 | Aleksey Kladov | 2018-10-15 | 2 | -2/+2 |
| | |||||
* | Language Server: textDocument/signatureHelp | Jeremy A. Kolb | 2018-10-11 | 2 | -0/+37 |
| | | | | | | | | | | Implements a pretty barebones function signature help mechanism in the language server. Users can use `Analysis::resolve_callback()` to get basic information about a call site. Fixes #102 |