Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify responses by using into() | Jeremy Kolb | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | use flatten branch of lsp-types | Jeremy Kolb | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | Update to lsp-types 0.58.0 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 2 | -9/+9 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | Bump cargo_metadata, ena, flexi_logger | kjeremy | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | Fix a doc test | Muhammad Mominul Huque | 2019-06-15 | 1 | -2/+3 |
| | |||||
* | cargo format | Muhammad Mominul Huque | 2019-06-15 | 2 | -4/+2 |
| | |||||
* | Get rid of failure: ra_batch ra_cli | Muhammad Mominul Huque | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | Get rid of failure: gen_lsp_server | Muhammad Mominul Huque | 2019-06-14 | 6 | -20/+21 |
| | |||||
* | updated gen_lsp_server examples | Dylan Moonfire | 2019-05-23 | 4 | -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.2 | Aleksey Kladov | 2019-05-21 | 1 | -1/+1 |
| | |||||
* | switch to official extend selection API | Aleksey Kladov | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | cleanup cancellation | Aleksey Kladov | 2019-04-17 | 1 | -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 Vidal | 2019-04-16 | 2 | -4/+16 |
| | |||||
* | Fixes doctest | Roberto Vidal | 2019-04-16 | 1 | -1/+1 |
| | |||||
* | Adds "restart server" command | Roberto Vidal | 2019-04-16 | 1 | -5/+3 |
| | |||||
* | show message in client's UI if workspace fails to load | Aleksey Kladov | 2019-03-05 | 1 | -0/+18 |
| | |||||
* | Update lsp-types and backtrace | kjeremy | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixes typo introduced in #782 | ||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | This closes #777 | ||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 2 | -34/+9 |
| | |||||
* | Bumpup lsp-types to v0.55.0 | Hirokazu Hata | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | switch to lsp-types | Aleksey Kladov | 2019-01-14 | 3 | -5/+5 |
| | |||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 2 | -4/+4 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | Bump serde_json from 1.0.33 to 1.0.34 | dependabot[bot] | 2018-12-31 | 1 | -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.4 | dependabot[bot] | 2018-12-31 | 1 | -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 crossbeam | Aleksey Kladov | 2018-12-30 | 3 | -9/+13 |
| | |||||
* | Bump serde from 1.0.82 to 1.0.83 | dependabot[bot] | 2018-12-28 | 1 | -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.1 | dependabot[bot] | 2018-12-27 | 1 | -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 debug | Aleksey Kladov | 2018-12-22 | 1 | -1/+7 |
| | |||||
* | move completion items to conv | Aleksey Kladov | 2018-12-21 | 2 | -2/+2 |
| | |||||
* | remove explicit serde_derive | Aleksey Kladov | 2018-12-21 | 2 | -2/+1 |
| | |||||
* | Use ContentModified error code | Aleksey Kladov | 2018-12-20 | 1 | -0/+1 |
| | | | | https://github.com/Microsoft/language-server-protocol/commit/25679c2e4b26cb18af8c943319d40d4f3561a340 | ||||
* | Bump languageserver-types to 0.53.0 to support LSP 3.14.0 | Jeremy A. Kolb | 2018-12-19 | 1 | -1/+1 |
| | | | | See: https://microsoft.github.io/language-server-protocol/specification#version_3_14_0 | ||||
* | modernize even more | Aleksey Kladov | 2018-12-06 | 4 | -25/+19 |
| | |||||
* | Clippy lints | Jeremy A. Kolb | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | Fix typos | Adolfo OchagavĂa | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 3 | -37/+33 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | Prepare gen_lsp_server for publishing | Aleksey Kladov | 2018-10-09 | 2 | -9/+80 |
| | |||||
* | Support LSP 3.13 | Jeremy A. Kolb | 2018-09-23 | 1 | -1/+1 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | use correct workdir for the server | Aleksey Kladov | 2018-09-05 | 1 | -8/+12 |
| | |||||
* | Avoid clones | Aleksey Kladov | 2018-09-02 | 2 | -7/+7 |
| | |||||
* | store messages in tests | Aleksey Kladov | 2018-09-02 | 1 | -5/+6 |
| | |||||
* | Add an integration test | Aleksey Kladov | 2018-09-01 | 2 | -3/+28 |
| | |||||
* | simplify | Aleksey Kladov | 2018-09-01 | 1 | -3/+1 |
| | |||||
* | move to gen-server impl | Aleksey Kladov | 2018-09-01 | 2 | -1/+11 |
| | |||||
* | add gen_lsp_server | Aleksey Kladov | 2018-09-01 | 4 | -0/+312 |