aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Update lsp-types moreAleksey Kladov2019-12-111-1/+1
|
* Revert "Revert "Support LSP 3.15""Aleksey Kladov2019-12-111-1/+1
| | | | This reverts commit 1e0bf205eff81f04c0e1e6c208c3489327520c3f.
* Revert "Support LSP 3.15"Aleksey Kladov2019-12-111-1/+1
| | | | This reverts commit 712700d8e027b108f9c4f8fa9acc2f25e453b6d1.
* Support LSP 3.15Jeremy Kolb2019-12-111-1/+1
| | | | This merely upgrades our protocol support. It does not add any of the new features.
* Remove flexi_logger from ra_lsp_serverAlexander Ekdahl2019-11-301-1/+1
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-1/+1
|
* Update parking_lot and smallvec to drop some dependenciesJeremy Kolb2019-11-261-1/+1
|
* Disable doctestsAleksey Kladov2019-11-171-0/+3
|
* Update crateskjeremy2019-11-071-2/+2
| | | | | | | Removes nodrop and extra arrayvec We have an extra crossbeam-queue and crossbeam-utils left but those should drop once rayon accepts https://github.com/rayon-rs/rayon/pull/704
* relative-path 1.0kjeremy2019-10-171-2/+2
|
* Remove unused dependenciesShotaro Yamada2019-10-121-2/+0
|
* Read default cfgs from rustcuHOOCCOOHu2019-10-021-0/+1
|
* introduce hir debugging infraAleksey Kladov2019-09-091-0/+1
| | | | | | | | | | | | This is to make debugging rust-analyzer easier. The idea is that `dbg!(krate.debug(db))` will print the actual, fuzzy crate name, instead of precise ID. Debug printing infra is a separate thing, to make sure that the actual hir doesn't have access to global information. Do not use `.debug` for `log::` logging: debugging executes queries, and might introduce unneded dependencies to the crate graph
* add option to disable notifyAleksey Kladov2019-09-061-1/+1
|
* lsp-types 0.61.0kjeremy2019-09-031-1/+1
|
* inline thread-workerAleksey Kladov2019-08-301-3/+1
|
* :arrow_up: lsp-serverAleksey Kladov2019-08-301-1/+2
|
* move lsp-server to a separate repositoryAleksey Kladov2019-08-301-1/+1
|
* :arrow_up: vfsAleksey Kladov2019-08-251-1/+1
|
* switch to upstream ra_vfsAleksey Kladov2019-08-201-1/+1
|
* update lspAleksey Kladov2019-08-171-2/+1
|
* introduce ra_vfs_glob crateAleksey Kladov2019-08-061-0/+1
| | | | It manages exclusion rules for the vfs crate
* flexi_logger 0.14kjeremy2019-07-221-1/+1
|
* cargo updatekjeremy2019-07-151-1/+1
|
* Remove unused dependenciesShotaro Yamada2019-07-081-1/+0
|
* Simplify responses by using into()Jeremy Kolb2019-07-071-1/+1
|
* use flatten branch of lsp-typesJeremy Kolb2019-07-071-1/+1
|
* Update to lsp-types 0.58.0Jeremy Kolb2019-07-041-1/+1
|
* Move memory usage statistics to ra_profAleksey Kladov2019-06-301-1/+1
|
* Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-201-1/+1
|
* Get rid of failure: ra_lsp_server & ra_project_modelMuhammad Mominul Huque2019-06-141-2/+0
|
* :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
|