aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Expand)AuthorAgeFilesLines
* :arrow_up: crossbeamAleksey Kladov2018-12-304-28/+39
* remove runtime dependency on toolsAleksey Kladov2018-12-301-1/+1
* Simplify failure bail codeAleksander Vognild Burkow2018-12-291-3/+4
* Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-292-0/+3
* Add better error message for Command failureAleksander Vognild Burkow2018-12-291-1/+4
* Add support for formatting entire document with rustfmtAleksander Vognild Burkow2018-12-294-3/+89
* completion for enum variantsAleksey Kladov2018-12-281-0/+1
* Merge #350bors[bot]2018-12-282-12/+21
|\
| * switch to FileRangeAleksey Kladov2018-12-282-12/+21
* | Bump serde from 1.0.82 to 1.0.83dependabot[bot]2018-12-281-1/+1
|/
* Bump languageserver-types from 0.53.0 to 0.53.1dependabot[bot]2018-12-271-1/+1
* Merge #325bors[bot]2018-12-271-40/+7
|\
| * change to `TextEdit` to avoid allocation and sortBernardo2018-12-251-4/+6
| * use new translate_offset_with_edit for TryConvWithBernardo2018-12-251-36/+1
| * move translate_offset_with_edit to ra_editorBernardo2018-12-252-308/+1
| * initial newline translation workingBernardo2018-12-251-13/+257
| * test translate_offset_with_edit against simple impl for single editsBernardo2018-12-252-1/+64
* | Merge #332bors[bot]2018-12-272-1/+4
|\ \
| * | Add . to trigger charactersFlorian Diebold2018-12-251-1/+1
| * | Implement basic completion for fieldsFlorian Diebold2018-12-251-0/+1
| * | Do name resolution by namespace (types/values)Florian Diebold2018-12-251-0/+2
| |/
* | add cancelation module & cancelation backtracesAleksey Kladov2018-12-271-1/+1
* | fix the testAleksey Kladov2018-12-271-2/+2
|/
* fix warning conversionAleksey Kladov2018-12-241-3/+1
* Merge #326bors[bot]2018-12-242-4/+15
|\
| * remove option from Diagnosticgfreezy2018-12-242-3/+3
| * add serverity to vscode diagnosticsgfreezy2018-12-231-2/+13
* | Merge #302bors[bot]2018-12-242-8/+11
|\ \ | |/ |/|
| * Improve commentDJMcNab2018-12-231-2/+2
| * Undo the previous mistaken change and make publish_decorations optionalDJMcNab2018-12-212-8/+11
| * Disable highlighting if disabledDJMcNab2018-12-201-2/+2
* | less chatty loggingAleksey Kladov2018-12-221-0/+7
* | less verbose debugAleksey Kladov2018-12-221-7/+38
* | log timesAleksey Kladov2018-12-222-2/+3
* | binding iconAleksey Kladov2018-12-211-0/+1
* | moar iconsAleksey Kladov2018-12-211-0/+2
* | more iconsAleksey Kladov2018-12-211-1/+14
* | move completion items to convAleksey Kladov2018-12-212-27/+30
* | remove explicit serde_deriveAleksey Kladov2018-12-213-4/+3
* | make compleion item details privateAleksey Kladov2018-12-211-8/+14
* | edits use source-root APIAleksey Kladov2018-12-212-9/+18
* | hide atom edits a bitAleksey Kladov2018-12-212-7/+19
* | fix SourceFileEdit nameAleksey Kladov2018-12-211-2/+2
* | tweak canceled messageAleksey Kladov2018-12-211-1/+1
* | fold curly blocksAleksey Kladov2018-12-201-3/+4
|/
* Merge #297bors[bot]2018-12-201-1/+1
|\
| * Use ContentModified error codeAleksey Kladov2018-12-201-1/+1
* | fix testsAleksey Kladov2018-12-201-1/+2
* | fix sycAleksey Kladov2018-12-203-9/+31
* | swtich lsp server to vfsAleksey Kladov2018-12-208-387/+140