aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/main_loop/handlers.rs
Commit message (Expand)AuthorAgeFilesLines
* somewhat better nameAleksey Kladov2019-01-201-1/+1
* make matching brace consistentAleksey Kladov2019-01-201-2/+1
* more idiomatic codegfreezy2019-01-191-5/+6
* fix commentsgfreezy2019-01-191-31/+3
* rename modgfreezy2019-01-191-16/+31
* switch to lsp-typesAleksey Kladov2019-01-141-1/+1
* Add bench runnable and code lensJeremy Kolb2019-01-121-35/+39
* Merge #500bors[bot]2019-01-121-95/+46
|\
| * Move `CargoTargetSpec` and friends to cargo_target_spec moduleJeremy Kolb2019-01-121-90/+1
| * Code lens support for running testsJeremy A. Kolb2019-01-111-81/+121
* | Switch hover to use MarkupContentJeremy Kolb2019-01-121-2/+5
|/
* use location link in goto defAleksey Kladov2019-01-111-4/+5
* return ref ranges from gotodefAleksey Kladov2019-01-111-3/+6
* fix on-type offsetAleksey Kladov2019-01-111-26/+21
* add sysroot boilerplateAleksey Kladov2019-01-101-4/+4
* Fix typo defenition -> definitionMarcus Klaas de Vries2019-01-081-1/+1
* fix usages after renameAleksey Kladov2019-01-081-2/+2
* upstream text-utils to text_unitAleksey Kladov2019-01-081-4/+3
* introduce CallInfoAleksey Kladov2019-01-081-17/+11
* migrate ra_lsp_server to new rowanAleksey Kladov2019-01-081-1/+1
* refactorSimon Vandel Sillesen2019-01-061-26/+21
* 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
* | extract area to a crateAleksey Kladov2019-01-041-1/+4
|/
* use LocalPtr in navigation targetAleksey Kladov2019-01-031-1/+1
* use navigation target in APIAleksey Kladov2019-01-021-18/+15
* 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
* | Merge #385bors[bot]2018-12-311-3/+23
|\ \ | |/ |/|
| * Use TryConv for conversionDJMcNab2018-12-311-2/+1
| * Implement DocumentHighlightDJMcNab2018-12-311-3/+24
* | Move renames into ra_analysisDJMcNab2018-12-301-13/+8
|/
* Simplify failure bail codeAleksander Vognild Burkow2018-12-291-3/+4
* Add better error message for Command failureAleksander Vognild Burkow2018-12-291-1/+4
* Add support for formatting entire document with rustfmtAleksander Vognild Burkow2018-12-291-0/+33
* switch to FileRangeAleksey Kladov2018-12-281-11/+9
* fix warning conversionAleksey Kladov2018-12-241-3/+1
* remove option from Diagnosticgfreezy2018-12-241-1/+1
* add serverity to vscode diagnosticsgfreezy2018-12-231-2/+13
* move completion items to convAleksey Kladov2018-12-211-25/+4
* make compleion item details privateAleksey Kladov2018-12-211-8/+14
* hide atom edits a bitAleksey Kladov2018-12-211-2/+9
* fold curly blocksAleksey Kladov2018-12-201-3/+4
* swtich lsp server to vfsAleksey Kladov2018-12-201-2/+2
* Bump languageserver-types to 0.53.0 to support LSP 3.14.0Jeremy A. Kolb2018-12-191-2/+2