aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src
Commit message (Expand)AuthorAgeFilesLines
* Retry inlay hints on content modified errorAleksey Kladov2019-12-301-10/+5
* Lowercase drive letters when getting paths from cargo checkEmil Lauridsen2019-12-291-61/+3
* Don't finish main cargo watch thread when subprocess finishes.Emil Lauridsen2019-12-271-1/+4
* Move cargo watch functionality to separate crateEmil Lauridsen2019-12-2710-1686/+11
* Keep VSCode config mostly backwards compatibleEmil Lauridsen2019-12-254-49/+31
* Some documentatioNEmil Lauridsen2019-12-251-0/+13
* Actually respect disabling cargo check functionalityEmil Lauridsen2019-12-251-3/+19
* Re-format ra_lsp_server changesEmil Lauridsen2019-12-253-7/+7
* Re-implement status display using LSP 3.15 progress eventEmil Lauridsen2019-12-252-9/+52
* Migrate tests from extension to rustEmil Lauridsen2019-12-257-0/+1067
* Fix use of wrong message in diagnosticEmil Lauridsen2019-12-251-1/+1
* Configuration plumbing for cargo watcherEmil Lauridsen2019-12-254-10/+55
* Initial implementation of cargo check watchingEmil Lauridsen2019-12-256-4/+597
* lsp-types 0.67Jeremy Kolb2019-12-231-0/+1
* Don't fire no-op changes after files are saved to diskAleksey Kladov2019-12-222-7/+9
* Add some module docsJeremy Kolb2019-12-219-9/+14
* Merge #2627bors[bot]2019-12-212-29/+9
|\
| * Use SelectionRange from LSP 3.15Jeremy Kolb2019-12-202-29/+9
* | Clippy lintskjeremy2019-12-203-14/+10
|/
* remove unnecessary turbofish.Omer Ben-Amram2019-12-151-2/+1
* cfg gated tests that only work on windows.Omer Ben-Amram2019-12-151-10/+16
* improved path checking to consider only paths that may contain a windows drive.Omer Ben-Amram2019-12-151-20/+44
* move import inside cfg blockOmer Ben-Amram2019-12-151-1/+2
* Lowercase drive letters on windows before sending to extension.Omer Ben-Amram2019-12-151-0/+34
* Merge #2548bors[bot]2019-12-142-0/+6
|\
| * Support setting cargo featuresoxalica2019-12-132-0/+6
* | LSP 3.15 supports the deprecated tag on completionskjeremy2019-12-131-0/+5
|/
* Do not trigger signature help on closeJeremy Kolb2019-12-121-1/+1
* Revert "Revert "Support LSP 3.15""Aleksey Kladov2019-12-113-3/+12
* Revert "Support LSP 3.15"Aleksey Kladov2019-12-113-12/+3
* Support LSP 3.15Jeremy Kolb2019-12-113-3/+12
* Implement `ra_lsp_server --version`Aleksey Kladov2019-12-091-1/+17
* Run rustfmt with respect to Cargo.toml editionVincent Rouillé2019-12-041-0/+6
* Merge #2451bors[bot]2019-11-301-6/+1
|\
| * Remove flexi_logger from ra_lsp_serverAlexander Ekdahl2019-11-301-6/+1
* | Move identifier check to analysisWilco Kusee2019-11-291-11/+1
* | Also allow renaming to underscoreWilco Kusee2019-11-291-1/+3
* | Only allow renames to valid identifiersWilco Kusee2019-11-291-1/+7
|/
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-277-11/+11
* Ban println in lsp_serverAleksey Kladov2019-11-222-4/+23
* Merge pull request #2297 from kiljacken/masterAleksey Kladov2019-11-204-1/+6
|\
| * Move type inlay hint truncation to language serverEmil Lauridsen2019-11-194-1/+6
* | Change return type of expand_macroEdwin Cheng2019-11-192-3/+13
* | Add recursive expand in vscodeEdwin Cheng2019-11-193-0/+31
|/
* Use `bool` instead of `Option<bool>` and print it's value only when `true`Martin Asquino2019-11-021-1/+1
* Set `deprecated` field on `CompletionItem`sMartin Asquino2019-11-021-0/+1
* Some clippy fixeskjeremy2019-10-301-1/+1
* Profile all request handlerskjeremy2019-10-291-0/+19
* disable the new typing handler for `->`Aleksey Kladov2019-10-251-0/+9
* insert space after `->`Aleksey Kladov2019-10-252-1/+2