Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of failure: ra_lsp_server & ra_project_model | Muhammad Mominul Huque | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | rename | Aleksey Kladov | 2019-06-01 | 1 | -1/+1 |
| | |||||
* | Improve filtering of file roots | Ville Penttinen | 2019-03-20 | 1 | -0/+1 |
| | | | | | | | | | `ProjectWorkspace::to_roots` now returns a new `ProjectRoot` which contains information regarding whether or not the given path is part of the current workspace or an external dependency. This information can then be used in `ra_batch` and `ra_lsp_server` to implement more advanced filtering. This allows us to filter some unnecessary folders from external dependencies such as tests, examples and benches. | ||||
* | Add showWorkspaceLoadedNotification to vscode client | Ville Penttinen | 2019-03-06 | 1 | -1/+2 |
| | | | | | | | | | This allows users to control whether or not they want to see the "workspace loaded" notification. This is done on the server side using InitializationOptions which are provided by the client. By default show_workspace_loaded is true, meaning the notification is sent. | ||||
* | Pass Documentation up to LSP and add "rust" to our codeblocks there | Jeremy Kolb | 2019-01-30 | 1 | -0/+1 |
| | |||||
* | Move `CargoTargetSpec` and friends to cargo_target_spec module | Jeremy Kolb | 2019-01-12 | 1 | -0/+1 |
| | |||||
* | swtich lsp server to vfs | Aleksey Kladov | 2018-12-20 | 1 | -2/+0 |
| | |||||
* | move thread worker to a separate crate | Aleksey Kladov | 2018-12-18 | 1 | -1/+0 |
| | |||||
* | modernize more | Aleksey Kladov | 2018-12-06 | 1 | -12/+0 |
| | |||||
* | drop extern crates | Aleksey Kladov | 2018-12-06 | 1 | -15/+0 |
| | |||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 1 | -1/+1 |
| | |||||
* | Add LspError to explicity return errors from LSP handlers | Jeremy A. Kolb | 2018-10-22 | 1 | -1/+3 |
| | | | | Fixes #145 | ||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 1 | -12/+9 |
| | | | | Run `cargo fmt` and ignore generated files | ||||
* | migrate analysis and server to 2018 | Aleksey Kladov | 2018-10-15 | 1 | -2/+4 |
| | |||||
* | Replace HashMap, HashSet with FxHashMap and FxHashSet | Muhammad Mominul Huque | 2018-10-11 | 1 | -0/+1 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+37 |