Jeremy A. Kolb
|
93cf39d968
|
Bump languageserver-types to 0.53.0 to support LSP 3.14.0
See: https://microsoft.github.io/language-server-protocol/specification#version_3_14_0
|
2018-12-19 17:32:44 -05:00 |
|
Aleksey Kladov
|
193992fd14
|
move thread worker to a separate crate
|
2018-12-18 12:52:17 +03:00 |
|
Bernardo
|
7344d28768
|
extract AtomEdit and Edit into new ra_text_edit crate
|
2018-12-10 22:09:12 +01:00 |
|
Aleksey Kladov
|
13100da7a2
|
switch threadpool back from rayon to threadpool
rayon does not replenish the pool when the thread panics, but we must
be reselient to bugs.
|
2018-12-09 13:13:36 +03:00 |
|
Jeremy A. Kolb
|
2119fe2143
|
Cargo update
|
2018-11-07 18:42:09 +03:00 |
|
Aleksey Kladov
|
64ce895ef0
|
extract fixture parsing
|
2018-10-31 21:37:40 +03:00 |
|
Jeremy A. Kolb
|
0ee37099b5
|
Cargo Update run
Bump relative-path to 0.4.0
Failure 0.1.3 to fix leak with downcast
Updated everything else too
|
2018-10-23 09:46:00 -04:00 |
|
Jeremy A. Kolb
|
6453b29cb5
|
Add LspError to explicity return errors from LSP handlers
Fixes #145
|
2018-10-22 13:49:27 -04:00 |
|
Aleksey Kladov
|
bb298158eb
|
migrate analysis and server to 2018
|
2018-10-15 20:15:53 +03:00 |
|
Muhammad Mominul Huque
|
dc2b30e9b6
|
Replace HashMap, HashSet with FxHashMap and FxHashSet
|
2018-10-12 00:07:44 +06:00 |
|
Jeremy A. Kolb
|
e293a16d6b
|
Support LSP 3.13
|
2018-09-23 11:10:57 -04:00 |
|
Aleksey Kladov
|
b5021411a8
|
rename all things
|
2018-09-16 13:07:39 +03:00 |
|