aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
Commit message (Expand)AuthorAgeFilesLines
* Remove stray todoEmil Lauridsen2020-02-031-1/+0
* Rework how we send diagnostics to client.Emil Lauridsen2020-02-035-70/+140
* Avoid premature pessimizationAleksey Kladov2020-02-021-1/+0
* Small cleanupAleksey Kladov2020-01-311-4/+6
* Fix long loop timeoutAleksey Kladov2020-01-291-1/+1
* Complain loudly if the main loop is blockedAleksey Kladov2020-01-291-1/+21
* More uniform namingAleksey Kladov2020-01-291-7/+7
* Don't compute diagnostics on the main threadAleksey Kladov2020-01-291-28/+28
* Bump main thread priority on windowsAleksey Kladov2020-01-262-0/+22
* Use default threadpool sizeAleksey Kladov2020-01-251-5/+3
* Disable env_logger humantime featureAleksey Kladov2020-01-251-1/+1
* Cancel requests during shutdownAleksey Kladov2020-01-241-1/+1
* Remove RWLock from check watcher.Emil Lauridsen2020-01-233-12/+11
* Update crateskjeremy2020-01-221-1/+1
* Minimize visibilityAleksey Kladov2020-01-163-6/+12
* itertools::Either -> either::EitherKirill Bulatov2020-01-152-2/+2
* Apply the api design suggestionsKirill Bulatov2020-01-152-10/+19
* Another attempt to add multiple editsKirill Bulatov2020-01-151-4/+8
* Extract check task handling into functionEmil Lauridsen2020-01-151-47/+56
* Manage check state updates in main_loop to reduce lock contentionEmil Lauridsen2020-01-152-5/+29
* lsp-types 0.69.0Jeremy Kolb2020-01-151-1/+1
* Merge #2843bors[bot]2020-01-152-0/+2
|\
| * Add inlay parameter name hints for function callsimtsuki2020-01-142-0/+2
* | Tweak add_custom_implJeremy Kolb2020-01-141-0/+1
|/
* Log client info if presentkjeremy2020-01-131-0/+4
* Schedule check update regardless of notification settingEmil Lauridsen2020-01-131-1/+1
* Defer cargo check until after workspace loadEmil Lauridsen2020-01-131-0/+1
* Report macro calls as functionsJeremy Kolb2020-01-121-0/+1
* Merge #2791bors[bot]2020-01-111-2/+14
|\
| * Clean up straggling mutEmil Lauridsen2020-01-111-1/+1
| * Disable cargo checking in workspaces with no cargo projectsEmil Lauridsen2020-01-111-14/+14
| * Address nitEmil Lauridsen2020-01-101-1/+1
| * Slightly more robust cargo watcher root searchEmil Lauridsen2020-01-101-3/+15
* | Fix Write being sent down the wire.kjeremy2020-01-101-3/+3
* | Basic DocumentHighlightKind support for assignmentsJeremy Kolb2020-01-102-11/+37
|/
* Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggleAleksey Kladov2020-01-091-17/+22
|\
| * Use downcasting for CargoTomlNotFoundErrorWilco Kusee2020-01-081-2/+2
| * Allow disabling Cargo.toml not found errorWilco Kusee2020-01-031-17/+22
* | Implement proposed CallHierarchy featureJeremy Kolb2020-01-085-12/+129
* | Adds a way to limits reference search by StructLiteralMikhail Modin2020-01-081-6/+9
* | Fix back compatAleksey Kladov2020-01-071-0/+1
|/
* Update dependenciesJeremy Kolb2020-01-012-1/+2
* 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-2711-1688/+12
* 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