Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | itertools::Either -> either::Either | Kirill Bulatov | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Apply the api design suggestions | Kirill Bulatov | 2020-01-15 | 1 | -0/+1 |
| | |||||
* | lsp-types 0.69.0 | Jeremy Kolb | 2020-01-15 | 1 | -1/+1 |
| | | | | Stabilizes most proposed features | ||||
* | Update dependencies | Jeremy Kolb | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Move cargo watch functionality to separate crate | Emil Lauridsen | 2019-12-27 | 1 | -2/+1 |
| | |||||
* | Migrate tests from extension to rust | Emil Lauridsen | 2019-12-25 | 1 | -0/+1 |
| | |||||
* | Initial implementation of cargo check watching | Emil Lauridsen | 2019-12-25 | 1 | -0/+1 |
| | |||||
* | lsp-types 0.67 | Jeremy Kolb | 2019-12-23 | 1 | -1/+1 |
| | |||||
* | Bump lsp-types to 0.66.0 (fixes #2651) | John-John Tedro | 2019-12-23 | 1 | -1/+1 |
| | |||||
* | Use SelectionRange from LSP 3.15 | Jeremy Kolb | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Update lsp-types more | Aleksey Kladov | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "Support LSP 3.15"" | Aleksey Kladov | 2019-12-11 | 1 | -1/+1 |
| | | | | This reverts commit 1e0bf205eff81f04c0e1e6c208c3489327520c3f. | ||||
* | Revert "Support LSP 3.15" | Aleksey Kladov | 2019-12-11 | 1 | -1/+1 |
| | | | | This reverts commit 712700d8e027b108f9c4f8fa9acc2f25e453b6d1. | ||||
* | Support LSP 3.15 | Jeremy Kolb | 2019-12-11 | 1 | -1/+1 |
| | | | | This merely upgrades our protocol support. It does not add any of the new features. | ||||
* | Remove flexi_logger from ra_lsp_server | Alexander Ekdahl | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | Update parking_lot and smallvec to drop some dependencies | Jeremy Kolb | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | |||||
* | Update crates | kjeremy | 2019-11-07 | 1 | -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.0 | kjeremy | 2019-10-17 | 1 | -2/+2 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2019-10-12 | 1 | -2/+0 |
| | |||||
* | Read default cfgs from rustc | uHOOCCOOHu | 2019-10-02 | 1 | -0/+1 |
| | |||||
* | introduce hir debugging infra | Aleksey Kladov | 2019-09-09 | 1 | -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 notify | Aleksey Kladov | 2019-09-06 | 1 | -1/+1 |
| | |||||
* | lsp-types 0.61.0 | kjeremy | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | inline thread-worker | Aleksey Kladov | 2019-08-30 | 1 | -3/+1 |
| | |||||
* | :arrow_up: lsp-server | Aleksey Kladov | 2019-08-30 | 1 | -1/+2 |
| | |||||
* | move lsp-server to a separate repository | Aleksey Kladov | 2019-08-30 | 1 | -1/+1 |
| | |||||
* | :arrow_up: vfs | Aleksey Kladov | 2019-08-25 | 1 | -1/+1 |
| | |||||
* | switch to upstream ra_vfs | Aleksey Kladov | 2019-08-20 | 1 | -1/+1 |
| | |||||
* | update lsp | Aleksey Kladov | 2019-08-17 | 1 | -2/+1 |
| | |||||
* | introduce ra_vfs_glob crate | Aleksey Kladov | 2019-08-06 | 1 | -0/+1 |
| | | | | It manages exclusion rules for the vfs crate | ||||
* | flexi_logger 0.14 | kjeremy | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | cargo update | kjeremy | 2019-07-15 | 1 | -1/+1 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -1/+0 |
| | |||||
* | Simplify responses by using into() | Jeremy Kolb | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | use flatten branch of lsp-types | Jeremy Kolb | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | Update to lsp-types 0.58.0 | Jeremy Kolb | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | Move memory usage statistics to ra_prof | Aleksey Kladov | 2019-06-30 | 1 | -1/+1 |
| | |||||
* | Bump cargo_metadata, ena, flexi_logger | kjeremy | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | Get rid of failure: ra_lsp_server & ra_project_model | Muhammad Mominul Huque | 2019-06-14 | 1 | -2/+0 |
| | |||||
* | :arrow_up: parking_lot | Aleksey Kladov | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | :arrow_up: lsp | Aleksey Kladov | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | switch to official extend selection API | Aleksey Kladov | 2019-04-21 | 1 | -1/+1 |
| | |||||
* | PR issuse resolved | Sergey Parilin | 2019-04-02 | 1 | -0/+1 |
| | |||||
* | Upgrade ra_vfs to use new Filtering | Ville Penttinen | 2019-03-18 | 1 | -1/+1 |
| | | | | | Currently this matches the previous filtering, meaning all roots are filtered using the same rules. | ||||
* | Specify derive feature for serde | pcpthm | 2019-03-07 | 1 | -1/+1 |
| | |||||
* | Updates | kjeremy | 2019-03-05 | 1 | -1/+1 |
| | |||||
* | Update lsp-types and backtrace | kjeremy | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | switch to crates.io vfs | Aleksey Kladov | 2019-02-18 | 1 | -1/+1 |
| |