Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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]> | ||||
* | remove explicit serde_derive | Aleksey Kladov | 2018-12-21 | 1 | -1/+0 |
| | |||||
* | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 1 | -0/+2 |
| | |||||
* | wip | Aleksey Kladov | 2018-12-20 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | move thread worker to a separate crate | Aleksey Kladov | 2018-12-18 | 1 | -0/+1 |
| | |||||
* | extract AtomEdit and Edit into new ra_text_edit crate | Bernardo | 2018-12-10 | 1 | -0/+1 |
| | |||||
* | switch threadpool back from rayon to threadpool | Aleksey Kladov | 2018-12-09 | 1 | -0/+1 |
| | | | | | rayon does not replenish the pool when the thread panics, but we must be reselient to bugs. | ||||
* | Cargo update | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | extract fixture parsing | Aleksey Kladov | 2018-10-31 | 1 | -0/+1 |
| | |||||
* | Cargo Update run | Jeremy A. Kolb | 2018-10-23 | 1 | -1/+1 |
| | | | | | | | Bump relative-path to 0.4.0 Failure 0.1.3 to fix leak with downcast Updated everything else too | ||||
* | Add LspError to explicity return errors from LSP handlers | Jeremy A. Kolb | 2018-10-22 | 1 | -0/+1 |
| | | | | Fixes #145 | ||||
* | migrate analysis and server to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -0/+1 |
| | |||||
* | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 1 | -0/+1 |
| | |||||
* | Support LSP 3.13 | Jeremy A. Kolb | 2018-09-23 | 1 | -1/+1 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+31 |