Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | log times | Aleksey Kladov | 2018-12-22 | 2 | -2/+3 | |
| | | ||||||
* | | binding icon | Aleksey Kladov | 2018-12-21 | 1 | -0/+1 | |
| | | ||||||
* | | moar icons | Aleksey Kladov | 2018-12-21 | 1 | -0/+2 | |
| | | ||||||
* | | more icons | Aleksey Kladov | 2018-12-21 | 1 | -1/+14 | |
| | | ||||||
* | | move completion items to conv | Aleksey Kladov | 2018-12-21 | 2 | -27/+30 | |
| | | ||||||
* | | remove explicit serde_derive | Aleksey Kladov | 2018-12-21 | 2 | -3/+3 | |
| | | ||||||
* | | make compleion item details private | Aleksey Kladov | 2018-12-21 | 1 | -8/+14 | |
| | | ||||||
* | | edits use source-root API | Aleksey Kladov | 2018-12-21 | 2 | -9/+18 | |
| | | ||||||
* | | hide atom edits a bit | Aleksey Kladov | 2018-12-21 | 2 | -7/+19 | |
| | | ||||||
* | | fix SourceFileEdit name | Aleksey Kladov | 2018-12-21 | 1 | -2/+2 | |
| | | ||||||
* | | tweak canceled message | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 | |
| | | ||||||
* | | fold curly blocks | Aleksey Kladov | 2018-12-20 | 1 | -3/+4 | |
|/ | ||||||
* | Merge #297 | bors[bot] | 2018-12-20 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | 297: Use ContentModified error code r=matklad a=matklad https://github.com/Microsoft/language-server-protocol/commit/25679c2e4b26cb18af8c943319d40d4f3561a340 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Use ContentModified error code | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 | |
| | | | | | | | | https://github.com/Microsoft/language-server-protocol/commit/25679c2e4b26cb18af8c943319d40d4f3561a340 | |||||
* | | fix tests | Aleksey Kladov | 2018-12-20 | 1 | -1/+2 | |
| | | ||||||
* | | fix syc | Aleksey Kladov | 2018-12-20 | 2 | -7/+30 | |
| | | ||||||
* | | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 7 | -387/+138 | |
| | | ||||||
* | | remove more imports | Aleksey Kladov | 2018-12-20 | 2 | -23/+2 | |
| | | ||||||
* | | vfs crate scaffold | 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 | |||||
* | move thread worker to a separate crate | Aleksey Kladov | 2018-12-18 | 5 | -95/+10 | |
| | ||||||
* | By default, log only to stderr, and not to disk. | Andrew Chin | 2018-12-17 | 1 | -5/+5 | |
| | | | | | | | This fixes a common problem when running under VS Code, the user doesn't have permissions to create a `log` directory in the CWD. The old behavior can be re-enabled by setting RA_INTERNAL_MODE=1 | |||||
* | rename Edit to TextEdit and AtomEdit to AtomTextEdit | Bernardo | 2018-12-11 | 1 | -11/+11 | |
| | ||||||
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 2 | -2/+4 | |
| | ||||||
* | Answer canceled requests | Aleksey Kladov | 2018-12-09 | 1 | -1/+8 | |
| | ||||||
* | thread info about dep names | Aleksey Kladov | 2018-12-09 | 2 | -6/+17 | |
| | ||||||
* | propagate deps to CrateGraph | Aleksey Kladov | 2018-12-09 | 2 | -14/+40 | |
| | ||||||
* | track deps in project model | Aleksey Kladov | 2018-12-09 | 1 | -0/+10 | |
| | ||||||
* | switch threadpool back from rayon to threadpool | Aleksey Kladov | 2018-12-09 | 1 | -9/+6 | |
| | | | | | rayon does not replenish the pool when the thread panics, but we must be reselient to bugs. | |||||
* | 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 | -0/+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 | 8 | -52/+41 | |
| | ||||||
* | drop extern crates | Aleksey Kladov | 2018-12-06 | 2 | -19/+0 | |
| | ||||||
* | 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. | |||||
* | Put derive back | Aleksey Kladov | 2018-12-02 | 1 | -24/+1 | |
| | | | | It is used in this file | |||||
* | Put map back | Jeremy A. Kolb | 2018-11-30 | 1 | -1/+1 | |
| | ||||||
* | Clippy lints | Jeremy A. Kolb | 2018-11-29 | 4 | -16/+13 | |
| | ||||||
* | move db basics to ra_db | Aleksey Kladov | 2018-11-28 | 1 | -1/+1 | |
| | | | | This should allow to move hir to a separate crate | |||||
* | hack around nested libraries | Aleksey Kladov | 2018-11-26 | 2 | -3/+33 | |
| | ||||||
* | Use `:` as a trigger character for completion | Aleksey Kladov | 2018-11-21 | 2 | -2/+24 | |
| | | | | | | | | | 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 `:`. | |||||
* | Rename col to col_utf16 | Adolfo Ochagavía | 2018-11-16 | 1 | -6/+11 | |
| | ||||||
* | Support UTF-16 chars in LineIndex | Adolfo Ochagavía | 2018-11-16 | 1 | -2/+0 | |
| | ||||||
* | workspace-symbols function for Emacs | Aleksey Kladov | 2018-11-08 | 2 | -11/+34 | |
| | ||||||
* | eglot worksapce symbol | Aleksey Kladov | 2018-11-08 | 1 | -1/+24 | |
| | ||||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| |