bors[bot]
|
f9b58454a4
|
Merge #378
378: migrate-to-tempdir r=matklad a=matklad
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
|
2018-12-30 20:33:32 +00:00 |
|
Aleksey Kladov
|
f0edb93df2
|
⬆️ tempdir
|
2018-12-30 23:33:04 +03:00 |
|
Aleksey Kladov
|
c2c10b9014
|
⬆️ crossbeam
closes #189
|
2018-12-30 23:23:31 +03:00 |
|
Aleksey Kladov
|
0e90e0436a
|
remove runtime dependency on tools
|
2018-12-30 15:28:54 +03:00 |
|
Aleksander Vognild Burkow
|
ed47c93afe
|
Install rustfmt in rustfmt test
|
2018-12-29 23:38:26 +01:00 |
|
dependabot[bot]
|
626badc30a
|
Bump serde from 1.0.82 to 1.0.83
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] <support@dependabot.com>
|
2018-12-28 06:08:30 +00:00 |
|
dependabot[bot]
|
74f342648d
|
Bump languageserver-types from 0.53.0 to 0.53.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] <support@dependabot.com>
|
2018-12-27 13:15:04 +00:00 |
|
Aleksey Kladov
|
2351308d92
|
remove explicit serde_derive
|
2018-12-21 22:39:59 +03:00 |
|
Aleksey Kladov
|
a5ef8ad05b
|
swtich lsp server to vfs
|
2018-12-20 12:15:38 +03:00 |
|
Aleksey Kladov
|
7509901fa0
|
wip
|
2018-12-20 12:15:23 +03:00 |
|
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 |
|