aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src
Commit message (Collapse)AuthorAgeFilesLines
* Useful comments from function signaturesJeremy A. Kolb2018-10-311-2/+11
|
* Encapsulate CrateGraph a bitAleksey Kladov2018-10-251-6/+3
|
* use correct file when resolving callablesAleksey Kladov2018-10-251-2/+11
|
* Improve loggingAleksey Kladov2018-10-251-4/+16
|
* Store all the data in the Salsa DatabaseAleksey Kladov2018-10-252-27/+56
|
* More informative lable for check runnableAleksey Kladov2018-10-251-3/+10
|
* specify package when running cargo checkAleksey Kladov2018-10-251-46/+65
|
* Always add cargo check as a runnableAleksey Kladov2018-10-251-0/+8
|
* Merge #151bors[bot]2018-10-233-4/+23
|\ | | | | | | | | | | | | | | 151: Add LspError to explicity return errors from LSP handlers r=matklad a=kjeremy Fixes #145 Co-authored-by: Jeremy A. Kolb <[email protected]>
| * Add LspError to explicity return errors from LSP handlersJeremy A. Kolb2018-10-223-4/+23
| | | | | | | | Fixes #145
* | Merge #152bors[bot]2018-10-221-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | 152: Fix typo r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]>
| * | Fix typoJeremy A. Kolb2018-10-221-2/+2
| |/
* | Merge #138bors[bot]2018-10-227-16/+14
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | 138: Fix some clippy lints r=matklad a=alanhdu I went ahead and fixed all the clippy lints (there were a couple I thought would be better unfixed and added `cfg` statements to allow them) and also re-enabled clippy and rustfmt in CI. They were disabled with `no time to explain, disable clippy checks`, so hopefully this won't go against whatever the reason at the time was :laughing:. One question about the CI though: right now, it's an allowed failure that runs against the latest nightly each time. Would it be better to pin it to a specific nightly (or use the `beta` versions) to lower the churn? Co-authored-by: Alan Du <[email protected]>
| * 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
| |
* | Remove job handleAleksey Kladov2018-10-202-41/+18
| |
* | use pythonic import orderAleksey Kladov2018-10-204-9/+9
| | | | | | | | | | | | | | | | use std // blank line use extern crates // blank line use crate::{}
* | make more things cancelableAleksey Kladov2018-10-201-6/+6
| |
* | remove job tokensAleksey Kladov2018-10-201-31/+31
| |
* | make parent module cancelableAleksey Kladov2018-10-201-1/+1
| |
* | LSP: Add support for prepareRenameJeremy A. Kolb2018-10-192-1/+24
| |
* | Handle renaming of local variablesJeremy A. Kolb2018-10-183-2/+45
| |
* | Implement Find All References for local variablesJeremy A. Kolb2018-10-184-2/+19
|/
* Cargo FormatJeremy A. Kolb2018-10-1613-326/+350
| | | | Run `cargo fmt` and ignore generated files
* remove clonesAleksey Kladov2018-10-153-5/+4
|
* migrate analysis and server to 2018Aleksey Kladov2018-10-158-11/+13
|
* 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-117-20/+21
|
* 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-232-4/+8
|
* libsyntax2 -> rust-analyzerJeremy A. Kolb2018-09-181-1/+1
|
* rename all thingsAleksey Kladov2018-09-1613-0/+2079