aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server
Commit message (Collapse)AuthorAgeFilesLines
* updated gen_lsp_server examplesDylan Moonfire2019-05-234-9/+170
| | | | | - updated the documentation with an example that has no errors with current compiler - added two example code to test compilation and show in use
* publish gen_lsp_server 0.2Aleksey Kladov2019-05-211-1/+1
|
* switch to official extend selection APIAleksey Kladov2019-04-211-1/+1
|
* 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
|
* Update lsp-types and backtracekjeremy2019-02-211-1/+1
|
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* reformat the worldAleksey Kladov2019-02-082-34/+9
|
* Bumpup lsp-types to v0.55.0Hirokazu Hata2019-01-231-1/+1
|
* switch to lsp-typesAleksey Kladov2019-01-143-5/+5
|
* 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
* Bump serde_json from 1.0.33 to 1.0.34dependabot[bot]2018-12-311-1/+1
| | | | | | | Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.34) Signed-off-by: dependabot[bot] <[email protected]>
* Bump failure from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-1/+1
| | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]>
* migrate gen-lsp-server to new crossbeamAleksey Kladov2018-12-303-9/+13
|
* Bump serde from 1.0.82 to 1.0.83dependabot[bot]2018-12-281-1/+1
| | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.82...v1.0.83) Signed-off-by: dependabot[bot] <[email protected]>
* Bump languageserver-types from 0.53.0 to 0.53.1dependabot[bot]2018-12-271-1/+1
| | | | | | | | Bumps [languageserver-types](https://github.com/gluon-lang/languageserver-types) from 0.53.0 to 0.53.1. - [Release notes](https://github.com/gluon-lang/languageserver-types/releases) - [Changelog](https://github.com/gluon-lang/languageserver-types/blob/master/release.toml) - [Commits](https://github.com/gluon-lang/languageserver-types/compare/v0.53.0...v0.53.1) Signed-off-by: dependabot[bot] <[email protected]>
* less verbose debugAleksey Kladov2018-12-221-1/+7
|
* move completion items to convAleksey Kladov2018-12-212-2/+2
|
* remove explicit serde_deriveAleksey Kladov2018-12-212-2/+1
|
* Use ContentModified error codeAleksey Kladov2018-12-201-0/+1
| | | | https://github.com/Microsoft/language-server-protocol/commit/25679c2e4b26cb18af8c943319d40d4f3561a340
* Bump languageserver-types to 0.53.0 to support LSP 3.14.0Jeremy A. Kolb2018-12-191-1/+1
| | | | See: https://microsoft.github.io/language-server-protocol/specification#version_3_14_0
* modernize even moreAleksey Kladov2018-12-064-25/+19
|
* 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-092-9/+80
|
* Support LSP 3.13Jeremy A. Kolb2018-09-231-1/+1
|
* rename all thingsAleksey Kladov2018-09-161-1/+1
|
* 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-014-0/+312