aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Collapse)AuthorAgeFilesLines
* Revert "clippy: Fix new_ret_no_self"Alan Du2018-10-201-1/+1
| | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d.
* clippy: cast_losslessAlan Du2018-10-181-2/+2
|
* Fix function callsAlan Du2018-10-184-5/+3
|
* clippy: type_complexityAlan Du2018-10-181-4/+6
|
* clippy: Fix new_ret_no_selfAlan Du2018-10-181-1/+1
|
* clippy: Use if lets and remove redundant returnsAlan Du2018-10-181-3/+1
|
* Clippy lint: single-character string constantAlan Du2018-10-181-2/+2
|
* Cargo FormatJeremy A. Kolb2018-10-1615-381/+396
| | | | Run `cargo fmt` and ignore generated files
* remove clonesAleksey Kladov2018-10-153-5/+4
|
* migrate analysis and server to 2018Aleksey Kladov2018-10-1511-13/+16
|
* Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-114-1/+42
| | | | | | | | | | Implements a pretty barebones function signature help mechanism in the language server. Users can use `Analysis::resolve_callback()` to get basic information about a call site. Fixes #102
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-118-20/+22
|
* Add on-enter handlerAleksey Kladov2018-10-094-1/+63
| | | | Now, typing doc comments is much more pleasant
* Prepare gen_lsp_server for publishingAleksey Kladov2018-10-092-8/+8
|
* fix code actionsAleksey Kladov2018-09-291-1/+1
|
* Split folding ranges into editor and lsp partsJeremy A. Kolb2018-09-241-77/+21
|
* Implement folding rangesJeremy A. Kolb2018-09-232-1/+90
|
* Support LSP 3.13Jeremy A. Kolb2018-09-233-5/+9
|
* libsyntax2 -> rust-analyzerJeremy A. Kolb2018-09-181-1/+1
|
* rename all thingsAleksey Kladov2018-09-1616-0/+2426