aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server/src
Commit message (Collapse)AuthorAgeFilesLines
* move lsp-server to a separate repositoryAleksey Kladov2019-08-303-398/+0
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
|
* Fix a doc testMuhammad Mominul Huque2019-06-151-2/+3
|
* cargo formatMuhammad Mominul Huque2019-06-152-4/+2
|
* Get rid of failure: ra_batch ra_cliMuhammad Mominul Huque2019-06-151-1/+1
|
* Get rid of failure: gen_lsp_serverMuhammad Mominul Huque2019-06-143-15/+13
|
* updated gen_lsp_server examplesDylan Moonfire2019-05-231-9/+4
| | | | | - updated the documentation with an example that has no errors with current compiler - added two example code to test compilation and show in use
* 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-162-4/+16
|
* Fixes doctestRoberto Vidal2019-04-161-1/+1
|
* Adds "restart server" commandRoberto Vidal2019-04-161-5/+3
|
* show message in client's UI if workspace fails to loadAleksey Kladov2019-03-051-0/+18
|
* reformat the worldAleksey Kladov2019-02-082-34/+9
|
* switch to lsp-typesAleksey Kladov2019-01-142-4/+4
|
* Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-092-4/+4
| | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir
* migrate gen-lsp-server to new crossbeamAleksey Kladov2018-12-302-8/+12
|
* less verbose debugAleksey Kladov2018-12-221-1/+7
|
* move completion items to convAleksey Kladov2018-12-211-1/+1
|
* remove explicit serde_deriveAleksey Kladov2018-12-211-1/+1
|
* Use ContentModified error codeAleksey Kladov2018-12-201-0/+1
| | | | https://github.com/Microsoft/language-server-protocol/commit/25679c2e4b26cb18af8c943319d40d4f3561a340
* modernize even moreAleksey Kladov2018-12-063-25/+18
|
* Clippy lintsJeremy A. Kolb2018-11-291-1/+1
|
* Fix typosAdolfo OchagavĂ­a2018-11-111-1/+1
|
* Cargo FormatJeremy A. Kolb2018-10-163-37/+33
| | | | Run `cargo fmt` and ignore generated files
* Prepare gen_lsp_server for publishingAleksey Kladov2018-10-091-8/+77
|
* use correct workdir for the serverAleksey Kladov2018-09-051-8/+12
|
* Avoid clonesAleksey Kladov2018-09-022-7/+7
|
* store messages in testsAleksey Kladov2018-09-021-5/+6
|
* Add an integration testAleksey Kladov2018-09-012-3/+28
|
* simplifyAleksey Kladov2018-09-011-3/+1
|
* move to gen-server implAleksey Kladov2018-09-012-1/+11
|
* add gen_lsp_serverAleksey Kladov2018-09-013-0/+298