aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* :arrow_up: parking_lotAleksey Kladov2019-05-301-1/+1
|
* :arrow_up: lspAleksey Kladov2019-04-211-1/+1
|
* switch to official extend selection APIAleksey Kladov2019-04-211-1/+1
|
* PR issuse resolvedSergey Parilin2019-04-021-0/+1
|
* Upgrade ra_vfs to use new FilteringVille Penttinen2019-03-181-1/+1
| | | | | Currently this matches the previous filtering, meaning all roots are filtered using the same rules.
* Specify derive feature for serdepcpthm2019-03-071-1/+1
|
* Updateskjeremy2019-03-051-1/+1
|
* Update lsp-types and backtracekjeremy2019-02-211-1/+1
|
* switch to crates.io vfsAleksey Kladov2019-02-181-1/+1
|
* drop unused depsAleksey Kladov2019-02-181-3/+0
|
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* Extract project model to separate crateFlorian Diebold2019-02-091-1/+1
|
* opt-in jemallocAleksey Kladov2019-01-281-0/+3
|
* Bumpup lsp-types to v0.55.0Hirokazu Hata2019-01-231-1/+1
|
* :arrow_up: update rustAleksey Kladov2019-01-191-1/+0
|
* update cargo_metadataAleksey Kladov2019-01-141-1/+1
|
* switch to lsp-typesAleksey Kladov2019-01-141-1/+1
|
* force serde in ra_syntaxAleksey Kladov2019-01-111-2/+0
|
* dont depend on tools from lsp-serverAleksey Kladov2019-01-101-1/+0
|
* switch CargoWorkspace to arenaAleksey Kladov2019-01-101-0/+1
|
* fix usages after renameAleksey Kladov2019-01-081-1/+1
|
* dont depend on ra_editor directlyAleksey Kladov2019-01-081-1/+0
|
* Bump serde_json from 1.0.33 to 1.0.34dependabot[bot]2018-12-311-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.4dependabot[bot]2018-12-311-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]>
* Bump failure_derive from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-1/+1
| | | | | | | Bumps [failure_derive](https://github.com/withoutboats/failure_derive) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/withoutboats/failure_derive/releases) - [Commits](https://github.com/withoutboats/failure_derive/commits) Signed-off-by: dependabot[bot] <[email protected]>
* Merge #378bors[bot]2018-12-301-1/+1
|\ | | | | | | | | | | | | | | 378: migrate-to-tempdir r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * :arrow_up: tempdirAleksey Kladov2018-12-301-1/+1
| |
* | :arrow_up: crossbeamAleksey Kladov2018-12-301-1/+1
|/ | | | closes #189
* remove runtime dependency on toolsAleksey Kladov2018-12-301-1/+1
|
* Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-291-0/+1
|
* Bump serde from 1.0.82 to 1.0.83dependabot[bot]2018-12-281-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.1dependabot[bot]2018-12-271-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_deriveAleksey Kladov2018-12-211-1/+0
|
* swtich lsp server to vfsAleksey Kladov2018-12-201-0/+2
|
* wipAleksey Kladov2018-12-201-1/+1
|
* Bump languageserver-types to 0.53.0 to support LSP 3.14.0Jeremy A. Kolb2018-12-191-1/+1
| | | | See: https://microsoft.github.io/language-server-protocol/specification#version_3_14_0
* move thread worker to a separate crateAleksey Kladov2018-12-181-0/+1
|
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-0/+1
|
* switch threadpool back from rayon to threadpoolAleksey Kladov2018-12-091-0/+1
| | | | | rayon does not replenish the pool when the thread panics, but we must be reselient to bugs.
* Cargo updateJeremy A. Kolb2018-11-071-1/+1
|
* extract fixture parsingAleksey Kladov2018-10-311-0/+1
|
* Cargo Update runJeremy A. Kolb2018-10-231-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 handlersJeremy A. Kolb2018-10-221-0/+1
| | | | Fixes #145
* migrate analysis and server to 2018Aleksey Kladov2018-10-151-0/+1
|
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-0/+1
|
* Support LSP 3.13Jeremy A. Kolb2018-09-231-1/+1
|
* rename all thingsAleksey Kladov2018-09-161-0/+31