Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | initial newline translation working | Bernardo | 2018-12-25 | 1 | -13/+257 | |
| | | | | | | | | | | | | todo: cleanup, simplify handle columns | |||||
| * | test translate_offset_with_edit against simple impl for single edits | Bernardo | 2018-12-25 | 2 | -1/+64 | |
| | | ||||||
* | | Merge #332 | bors[bot] | 2018-12-27 | 2 | -1/+4 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 332: Struct types r=matklad a=flodiebold Infer types for struct fields, and add basic field completions. There's also some code for enums, but I focused on getting structs working. There's still ways to go before this becomes useful: There's no autoderef (or even reference types) and no inference for `self`, for example. Co-authored-by: Florian Diebold <[email protected]> | |||||
| * | | Add . to trigger characters | Florian Diebold | 2018-12-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Implement basic completion for fields | Florian Diebold | 2018-12-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Do name resolution by namespace (types/values) | Florian Diebold | 2018-12-25 | 1 | -0/+2 | |
| |/ | ||||||
* | | add cancelation module & cancelation backtraces | Aleksey Kladov | 2018-12-27 | 1 | -1/+1 | |
| | | ||||||
* | | fix the test | Aleksey Kladov | 2018-12-27 | 1 | -2/+2 | |
|/ | ||||||
* | fix warning conversion | Aleksey Kladov | 2018-12-24 | 1 | -3/+1 | |
| | ||||||
* | Merge #326 | bors[bot] | 2018-12-24 | 2 | -4/+15 | |
|\ | | | | | | | | | | | | | | | 326: resolved #324: remove unnecessary braces in use statement. r=matklad a=gfreezy Add inspection for unnecessary braces in use statement Co-authored-by: gfreezy <[email protected]> | |||||
| * | remove option from Diagnostic | gfreezy | 2018-12-24 | 2 | -3/+3 | |
| | | ||||||
| * | add serverity to vscode diagnostics | gfreezy | 2018-12-23 | 1 | -2/+13 | |
| | | ||||||
* | | Merge #302 | bors[bot] | 2018-12-24 | 2 | -8/+11 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | 302: WIP: Support tracing lsp requests. r=DJMcNab a=DJMcNab EDIT: We need to work out a better way to handle settings before this can be merged. Help wanted TODO: Debug why decorations are sent even when highlightingOn is disabled This makes the log volume so high its impossible to work with anyway. (Continuation of #84 [#99 only disabled using it, not making sure we don't send it]). These logs can be used in https://microsoft.github.io/language-server-protocol/inspector/ Co-authored-by: DJMcNab <[email protected]> | |||||
| * | Improve comment | DJMcNab | 2018-12-23 | 1 | -2/+2 | |
| | | ||||||
| * | Undo the previous mistaken change and make publish_decorations optional | DJMcNab | 2018-12-21 | 2 | -8/+11 | |
| | | | | | | | | | | | | | | | | See https://github.com/Microsoft/language-server-protocol/issues/567 for motivations to not require `InitializationOptions` TODO: Check if there are any other protocol extensions which should be disabled if not implemented on the client | |||||
| * | Disable highlighting if disabled | DJMcNab | 2018-12-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | This isn't working properly because we don't dynamically disable or enable it TODO: work out why highlighting can be enabled mid session. TODO: Improve settings handling | |||||
* | | less chatty logging | Aleksey Kladov | 2018-12-22 | 1 | -0/+7 | |
| | | ||||||
* | | less verbose debug | Aleksey Kladov | 2018-12-22 | 1 | -7/+38 | |
| | | ||||||
* | | 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 | 3 | -4/+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 | 3 | -9/+31 | |
| | | ||||||
* | | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 8 | -387/+140 | |
| | | ||||||
* | | remove more imports | Aleksey Kladov | 2018-12-20 | 2 | -23/+2 | |
| | | ||||||
* | | implement vfs events handling | Aleksey Kladov | 2018-12-20 | 1 | -2/+2 | |
| | | ||||||
* | | vfs crate scaffold | Aleksey Kladov | 2018-12-20 | 1 | -2/+2 | |
| | | ||||||
* | | wip | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 | |
|/ | ||||||
* | Bump languageserver-types to 0.53.0 to support LSP 3.14.0 | Jeremy A. Kolb | 2018-12-19 | 2 | -3/+3 | |
| | | | | 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 | 7 | -98/+14 | |
| | ||||||
* | 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 | 3 | -2/+5 | |
| | ||||||
* | 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 | 2 | -9/+7 | |
| | | | | | 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. |