| Commit message (Expand) | Author | Age | Files | Lines |
* | Complain loudly if the main loop is blocked | Aleksey Kladov | 2020-01-29 | 1 | -1/+21 |
* | More uniform naming | Aleksey Kladov | 2020-01-29 | 1 | -7/+7 |
* | Don't compute diagnostics on the main thread | Aleksey Kladov | 2020-01-29 | 1 | -28/+28 |
* | Bump main thread priority on windows | Aleksey Kladov | 2020-01-26 | 1 | -0/+19 |
* | Use default threadpool size | Aleksey Kladov | 2020-01-25 | 1 | -5/+3 |
* | Cancel requests during shutdown | Aleksey Kladov | 2020-01-24 | 1 | -1/+1 |
* | Remove RWLock from check watcher. | Emil Lauridsen | 2020-01-23 | 3 | -12/+11 |
* | Minimize visibility | Aleksey Kladov | 2020-01-16 | 3 | -6/+12 |
* | itertools::Either -> either::Either | Kirill Bulatov | 2020-01-15 | 1 | -1/+1 |
* | Apply the api design suggestions | Kirill Bulatov | 2020-01-15 | 1 | -10/+18 |
* | Another attempt to add multiple edits | Kirill Bulatov | 2020-01-15 | 1 | -4/+8 |
* | Extract check task handling into function | Emil Lauridsen | 2020-01-15 | 1 | -47/+56 |
* | Manage check state updates in main_loop to reduce lock contention | Emil Lauridsen | 2020-01-15 | 2 | -5/+29 |
* | Merge #2843 | bors[bot] | 2020-01-15 | 2 | -0/+2 |
|\ |
|
| * | Add inlay parameter name hints for function calls | imtsuki | 2020-01-14 | 2 | -0/+2 |
* | | Tweak add_custom_impl | Jeremy Kolb | 2020-01-14 | 1 | -0/+1 |
|/ |
|
* | Log client info if present | kjeremy | 2020-01-13 | 1 | -0/+4 |
* | Schedule check update regardless of notification setting | Emil Lauridsen | 2020-01-13 | 1 | -1/+1 |
* | Defer cargo check until after workspace load | Emil Lauridsen | 2020-01-13 | 1 | -0/+1 |
* | Report macro calls as functions | Jeremy Kolb | 2020-01-12 | 1 | -0/+1 |
* | Merge #2791 | bors[bot] | 2020-01-11 | 1 | -2/+14 |
|\ |
|
| * | Clean up straggling mut | Emil Lauridsen | 2020-01-11 | 1 | -1/+1 |
| * | Disable cargo checking in workspaces with no cargo projects | Emil Lauridsen | 2020-01-11 | 1 | -14/+14 |
| * | 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 |
* | | 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 |
|\ |
|
| * | 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 |
* | | 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 | 1 | -0/+1 |
* | 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 | 10 | -1686/+11 |
* | 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 | 7 | -0/+1067 |
* | 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 | 6 | -4/+597 |
* | lsp-types 0.67 | Jeremy Kolb | 2019-12-23 | 1 | -0/+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 |