aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/main_loop
Commit message (Expand)AuthorAgeFilesLines
...
* 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-313-11/+81
* 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
* Basic resolution for ADTkjeremy2019-04-231-0/+20
* switch to official extend selection APIAleksey Kladov2019-04-211-1/+46
* add a couple of profiling pointsAleksey Kladov2019-04-141-0/+3
* Sends cwd info for runnables and code lensesRoberto Vidal2019-04-141-0/+5
* Refactor CallInfo function signatures to new FunctionSignature typeVille Penttinen2019-04-091-18/+5
* Add optional range parameter to SyntaxTreeParamsVille Penttinen2019-03-031-1/+3
* Add new type HoverResult to contain the results of hoveringVille Penttinen2019-02-261-1/+1
* Assign IDs to assistsAleksey Kladov2019-02-241-9/+39
* Update lsp-types and backtracekjeremy2019-02-211-1/+1
* Refactor find_all_refs to return ReferenceSearchResultVille Penttinen2019-02-171-10/+28
* Add support for container_name in workspace/symbol queryVille Penttinen2019-02-121-1/+1
* reformat the worldAleksey Kladov2019-02-082-62/+17
* Some clippy cleanupskjeremy2019-02-061-19/+15
* Fill deprecation for LSPkjeremy2019-02-051-1/+1
* Move commentkjeremy2019-02-041-12/+13
* Future proof by explicitly matching against Nonekjeremy2019-02-041-1/+1
* Add commentkjeremy2019-02-041-0/+4
* Implement lens for impls and support resolving lenses.Jeremy Kolb2019-02-041-2/+83
* formatJeremy Kolb2019-01-311-1/+3
* Use "▶" for test code lensJeremy Kolb2019-01-311-1/+1
* Merge #702bors[bot]2019-01-301-0/+20
|\
| * Go to Implementation for structs and enumsJeremy Kolb2019-01-301-0/+20
* | Pass Documentation up to LSP and add "rust" to our codeblocks thereJeremy Kolb2019-01-301-7/+4
|/
* align command namingAleksey Kladov2019-01-281-2/+2
* Don't use the reserved error codeDJMcNab2019-01-261-1/+1
* Return an lsp errorDJMcNab2019-01-261-5/+8
* Use the correct working directory for cargo metadata and rustfmtDJMcNab2019-01-261-4/+13
* Fold blocks of mod items.Andrea Pretto2019-01-251-0/+1
* Fill in DocumentSymbol::detailHrvoje Ban2019-01-241-1/+1
* ad status commandAleksey Kladov2019-01-221-0/+4