aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server/src/stdio.rs
Commit message (Collapse)AuthorAgeFilesLines
* move lsp-server to a separate repositoryAleksey Kladov2019-08-301-57/+0
|
* Get rid of failure: gen_lsp_serverMuhammad Mominul Huque2019-06-141-3/+2
|
* cleanup cancellationAleksey Kladov2019-04-171-3/+1
| | | | | Now that we explicitelly exit the reading loop on exit notification, we can assume that the sender is always alive
* Breaks read loop on 'exit'Roberto Vidal2019-04-161-3/+15
|
* Adds "restart server" commandRoberto Vidal2019-04-161-5/+3
|
* reformat the worldAleksey Kladov2019-02-081-3/+1
|
* migrate gen-lsp-server to new crossbeamAleksey Kladov2018-12-301-3/+7
|
* modernize even moreAleksey Kladov2018-12-061-1/+2
|
* Cargo FormatJeremy A. Kolb2018-10-161-4/+2
| | | | Run `cargo fmt` and ignore generated files
* add gen_lsp_serverAleksey Kladov2018-09-011-0/+49