aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/main_loop/handlers.rs
Commit message (Expand)AuthorAgeFilesLines
* for highlighting, search only the current fileAleksey Kladov2019-10-241-3/+8
* add couple of profiling callsAleksey Kladov2019-10-231-0/+4
* fix highlightingEkaterina Babshukova2019-10-221-0/+1
* restructure a bitEkaterina Babshukova2019-10-221-1/+1
* make `handle_references` accept refs from other filesEkaterina Babshukova2019-10-221-4/+9
* fixup folding ranges for "lineFoldingOnly" clients #2033Alex Zatelepin2019-10-211-2/+8
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* move fold conversino to conv.rsAleksey Kladov2019-09-191-32/+6
* fix typoAleksey Kladov2019-09-191-1/+1
* fix renaming of modulesAleksey Kladov2019-09-051-8/+6
* move lsp-server to a separate repositoryAleksey Kladov2019-08-301-1/+1
* translate \n -> \r\n on the way outAleksey Kladov2019-08-201-2/+4
* update lspAleksey Kladov2019-08-171-2/+1
* Drop support for old extendSelection APIAleksey Kladov2019-08-121-22/+1
* Always set the runnable nameKirill Bulatov2019-08-091-11/+11
* Extract common logicKirill Bulatov2019-08-091-55/+42
* Show backtraces in lens runnablesKirill Bulatov2019-08-091-1/+5
* Merge #1652bors[bot]2019-08-061-8/+1
|\
| * Use proper inlay kindsKirill Bulatov2019-08-041-8/+1
* | use Conv for severityAleksey Kladov2019-08-061-15/+6
|/
* remove-commentkjeremy2019-07-311-1/+0
* Hide comments in rust section of doc commentsRoman Stoliar2019-07-301-1/+1
* Support destructuring patternsKirill Bulatov2019-07-281-0/+3
* Improve inlay hinting for typesKirill Bulatov2019-07-261-0/+3
* Make Analysis api cancellableKirill Bulatov2019-07-251-29/+35
* Code review fixesKirill Bulatov2019-07-221-1/+22
* Do not show the lens with type hintsKirill Bulatov2019-07-211-13/+4
* Resolve types on the serverKirill Bulatov2019-07-211-25/+10
* Refactor server apiKirill Bulatov2019-07-201-28/+42
* If possible, show type lenses for the let bindingsKirill Bulatov2019-07-201-16/+26
* Add "Run" lens for binary runnablesKirill Bulatov2019-07-161-1/+1
* simplifyAleksey Kladov2019-07-081-23/+7
* add try_conv_with_to_vecAleksey Kladov2019-07-081-19/+8
* Simplify responses by using into()Jeremy Kolb2019-07-071-11/+12
* use flatten branch of lsp-typesJeremy Kolb2019-07-071-23/+12
* Formatting againJeremy Kolb2019-07-051-5/+5
* Symplify by using into()Jeremy Kolb2019-07-051-3/+3
* Fix formattingJeremy Kolb2019-07-041-5/+5
* Change default()Jeremy Kolb2019-07-041-1/+1
* Update to lsp-types 0.58.0Jeremy Kolb2019-07-041-5/+5
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-11/+10
* Swallow expected `rustfmt` errorsRyan Cumming2019-06-261-10/+25
* renameAleksey Kladov2019-06-011-33/+33
* move completed requests to a separate fileAleksey Kladov2019-05-311-4/+4
* less noisy statusAleksey Kladov2019-05-291-1/+1
* add latest requests to status pageAleksey Kladov2019-05-291-2/+10
* rename stray id fieldPascal Hertleif2019-05-271-1/+1
* make it build againPascal Hertleif2019-05-271-1/+1
* Semantic highlighting spikePascal Hertleif2019-05-271-1/+5
* add profile calls to real-time requestsAleksey Kladov2019-05-271-0/+5