Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 2 | -34/+9 |
| | |||||
* | switch to lsp-types | Aleksey Kladov | 2019-01-14 | 2 | -4/+4 |
| | |||||
* | 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 | ||||
* | migrate gen-lsp-server to new crossbeam | Aleksey Kladov | 2018-12-30 | 2 | -8/+12 |
| | |||||
* | less verbose debug | Aleksey Kladov | 2018-12-22 | 1 | -1/+7 |
| | |||||
* | move completion items to conv | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | remove explicit serde_derive | Aleksey Kladov | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | Use ContentModified error code | Aleksey Kladov | 2018-12-20 | 1 | -0/+1 |
| | | | | https://github.com/Microsoft/language-server-protocol/commit/25679c2e4b26cb18af8c943319d40d4f3561a340 | ||||
* | modernize even more | Aleksey Kladov | 2018-12-06 | 3 | -25/+18 |
| | |||||
* | 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 | 1 | -8/+77 |
| | |||||
* | 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 | 3 | -0/+298 |