aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Expand)AuthorAgeFilesLines
* upstream text-utils to text_unitAleksey Kladov2019-01-081-4/+3
* dont depend on ra_editor directlyAleksey Kladov2019-01-082-2/+1
* switch to newer cargo-metadataAleksey Kladov2019-01-081-12/+9
* introduce CallInfoAleksey Kladov2019-01-081-17/+11
* migrate ra_lsp_server to new rowanAleksey Kladov2019-01-081-1/+1
* add "." as a trigger char on type formattingSimon Vandel Sillesen2019-01-061-1/+1
* refactorSimon Vandel Sillesen2019-01-062-35/+26
* indent on typing dot. fixes #439Simon Vandel Sillesen2019-01-051-22/+34
* introduce separate goto_defenitionAleksey Kladov2019-01-051-3/+2
* move hover implementation to ra_analysisAleksey Kladov2019-01-051-41/+9
* Merge #414bors[bot]2019-01-051-2/+25
|\
| * Use both type_of and doc_text_forHirokazu Hata2019-01-051-14/+25
| * Return type name when doc_text_for returns nothingHirokazu Hata2019-01-031-0/+12
* | Rename ImplItem to ImplBlockFlorian Diebold2019-01-041-1/+1
* | extract area to a crateAleksey Kladov2019-01-043-14/+27
* | fix testsBernardo2019-01-031-9/+14
* | use lsp WorkspaceEdit instead of custom source_file_edits and file_system_editsBernardo2019-01-032-36/+37
|/
* use LocalPtr in navigation targetAleksey Kladov2019-01-031-1/+1
* use navigation target in APIAleksey Kladov2019-01-022-19/+25
* introduce navigation targetAleksey Kladov2019-01-021-5/+5
* Merge #165bors[bot]2018-12-311-0/+10
|\
| * Make modules with tests runnableJan Jansen2018-12-311-0/+10
* | fix icons in completionAleksey Kladov2018-12-311-1/+0
* | Merge #385bors[bot]2018-12-313-4/+25
|\ \ | |/ |/|
| * Use TryConv for conversionDJMcNab2018-12-311-2/+1
| * Implement DocumentHighlightDJMcNab2018-12-313-4/+26
* | Bump serde_json from 1.0.33 to 1.0.34dependabot[bot]2018-12-311-1/+1
* | Bump failure from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-1/+1
* | Bump failure_derive from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-1/+1
* | remove backtraces from CancelledAleksey Kladov2018-12-301-1/+1
* | Merge #375bors[bot]2018-12-301-13/+8
|\ \ | |/ |/|
| * Move renames into ra_analysisDJMcNab2018-12-301-13/+8
* | Merge #378bors[bot]2018-12-302-3/+3
|\ \
| * | :arrow_up: tempdirAleksey Kladov2018-12-302-3/+3
| |/
* / :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