Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Address nit | Emil Lauridsen | 2020-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Slightly more robust cargo watcher root search | Emil Lauridsen | 2020-01-10 | 1 | -3/+15 | |
| | | ||||||
* | | Fix Write being sent down the wire. | kjeremy | 2020-01-10 | 1 | -3/+3 | |
| | | | | | | | | Not sure what the deal is here but it wasn't sending Write. | |||||
* | | Basic DocumentHighlightKind support for assignments | Jeremy Kolb | 2020-01-10 | 2 | -11/+37 | |
|/ | ||||||
* | Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggle | Aleksey Kladov | 2020-01-09 | 1 | -17/+22 | |
|\ | | | | | Flag to hide cargo.toml not found error | |||||
| * | Use downcasting for CargoTomlNotFoundError | Wilco Kusee | 2020-01-08 | 1 | -2/+2 | |
| | | ||||||
| * | Allow disabling Cargo.toml not found error | Wilco Kusee | 2020-01-03 | 1 | -17/+22 | |
| | | ||||||
* | | Implement proposed CallHierarchy feature | Jeremy Kolb | 2020-01-08 | 5 | -12/+129 | |
| | | | | | | | | See: https://github.com/microsoft/vscode-languageserver-node/blob/master/protocol/src/protocol.callHierarchy.proposed.ts | |||||
* | | Adds a way to limits reference search by StructLiteral | Mikhail Modin | 2020-01-08 | 1 | -6/+9 | |
| | | ||||||
* | | Fix back compat | Aleksey Kladov | 2020-01-07 | 1 | -0/+1 | |
|/ | ||||||
* | Update dependencies | Jeremy Kolb | 2020-01-01 | 2 | -1/+2 | |
| | ||||||
* | Retry inlay hints on content modified error | Aleksey Kladov | 2019-12-30 | 1 | -10/+5 | |
| | ||||||
* | Lowercase drive letters when getting paths from cargo check | Emil Lauridsen | 2019-12-29 | 1 | -61/+3 | |
| | ||||||
* | Don't finish main cargo watch thread when subprocess finishes. | Emil Lauridsen | 2019-12-27 | 1 | -1/+4 | |
| | ||||||
* | Move cargo watch functionality to separate crate | Emil Lauridsen | 2019-12-27 | 11 | -1688/+12 | |
| | ||||||
* | Keep VSCode config mostly backwards compatible | Emil Lauridsen | 2019-12-25 | 4 | -49/+31 | |
| | ||||||
* | Some documentatioN | Emil Lauridsen | 2019-12-25 | 1 | -0/+13 | |
| | ||||||
* | Actually respect disabling cargo check functionality | Emil Lauridsen | 2019-12-25 | 1 | -3/+19 | |
| | ||||||
* | Re-format ra_lsp_server changes | Emil Lauridsen | 2019-12-25 | 3 | -7/+7 | |
| | ||||||
* | Re-implement status display using LSP 3.15 progress event | Emil Lauridsen | 2019-12-25 | 2 | -9/+52 | |
| | ||||||
* | Migrate tests from extension to rust | Emil Lauridsen | 2019-12-25 | 8 | -0/+1068 | |
| | ||||||
* | Fix use of wrong message in diagnostic | Emil Lauridsen | 2019-12-25 | 1 | -1/+1 | |
| | ||||||
* | Configuration plumbing for cargo watcher | Emil Lauridsen | 2019-12-25 | 4 | -10/+55 | |
| | ||||||
* | Initial implementation of cargo check watching | Emil Lauridsen | 2019-12-25 | 7 | -4/+598 | |
| | ||||||
* | lsp-types 0.67 | Jeremy Kolb | 2019-12-23 | 2 | -1/+2 | |
| | ||||||
* | Bump lsp-types to 0.66.0 (fixes #2651) | John-John Tedro | 2019-12-23 | 1 | -1/+1 | |
| | ||||||
* | Don't fire no-op changes after files are saved to disk | Aleksey Kladov | 2019-12-22 | 2 | -7/+9 | |
| | ||||||
* | Add some module docs | Jeremy Kolb | 2019-12-21 | 9 | -9/+14 | |
| | ||||||
* | Merge #2627 | bors[bot] | 2019-12-21 | 3 | -30/+10 | |
|\ | | | | | | | | | | | | | | | 2627: Use SelectionRange from LSP 3.15 r=matklad a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]> | |||||
| * | Use SelectionRange from LSP 3.15 | Jeremy Kolb | 2019-12-20 | 3 | -30/+10 | |
| | | ||||||
* | | Clippy lints | kjeremy | 2019-12-20 | 3 | -14/+10 | |
|/ | ||||||
* | remove unnecessary turbofish. | Omer Ben-Amram | 2019-12-15 | 1 | -2/+1 | |
| | ||||||
* | cfg gated tests that only work on windows. | Omer Ben-Amram | 2019-12-15 | 1 | -10/+16 | |
| | ||||||
* | improved path checking to consider only paths that may contain a windows drive. | Omer Ben-Amram | 2019-12-15 | 1 | -20/+44 | |
| | ||||||
* | move import inside cfg block | Omer Ben-Amram | 2019-12-15 | 1 | -1/+2 | |
| | ||||||
* | Lowercase drive letters on windows before sending to extension. | Omer Ben-Amram | 2019-12-15 | 1 | -0/+34 | |
| | ||||||
* | Merge #2548 | bors[bot] | 2019-12-14 | 2 | -0/+6 | |
|\ | | | | | | | | | | | | | | | | | 2548: Support setting cargo features and resolve `default` features by default r=matklad a=oxalica Fixes #2524 Co-authored-by: oxalica <[email protected]> | |||||
| * | Support setting cargo features | oxalica | 2019-12-13 | 2 | -0/+6 | |
| | | ||||||
* | | LSP 3.15 supports the deprecated tag on completions | kjeremy | 2019-12-13 | 1 | -0/+5 | |
|/ | ||||||
* | Do not trigger signature help on close | Jeremy Kolb | 2019-12-12 | 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 | 5 | -5/+33 | |
| | | | | This reverts commit 1e0bf205eff81f04c0e1e6c208c3489327520c3f. | |||||
* | Revert "Support LSP 3.15" | Aleksey Kladov | 2019-12-11 | 5 | -33/+5 | |
| | | | | This reverts commit 712700d8e027b108f9c4f8fa9acc2f25e453b6d1. | |||||
* | Support LSP 3.15 | Jeremy Kolb | 2019-12-11 | 5 | -5/+33 | |
| | | | | This merely upgrades our protocol support. It does not add any of the new features. | |||||
* | Implement `ra_lsp_server --version` | Aleksey Kladov | 2019-12-09 | 2 | -1/+32 | |
| | ||||||
* | Skip slow tests by default | Aleksey Kladov | 2019-12-07 | 1 | -0/+38 | |
| | ||||||
* | Run rustfmt with respect to Cargo.toml edition | Vincent Rouillé | 2019-12-04 | 2 | -0/+64 | |
| | ||||||
* | Merge #2451 | bors[bot] | 2019-11-30 | 4 | -10/+3 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 2451: Use env_logger instead of flexi_logger r=matklad a=AlexanderEkdahl This fixes https://github.com/rust-analyzer/rust-analyzer/issues/2335 - By default only `error` will be printed. From what I can tell this matches the current behaviour. Configured through `RUST_LOG`. - I looked through the optional dependencies for `env_logger`and I have only enabled `human_time`. Without this feature no timestamp will be shown for log messages. - `RA_LOG_DIR` feature is removed This PR adds 2 new dependencies(`env_logger` and `human_time`) and removes 6 dependencies. Co-authored-by: Alexander Ekdahl <[email protected]> | |||||
| * | Remove flexi_logger from ra_lsp_server | Alexander Ekdahl | 2019-11-30 | 4 | -10/+3 | |
| | | ||||||
* | | Move identifier check to analysis | Wilco Kusee | 2019-11-29 | 1 | -11/+1 | |
| | |