| Commit message (Expand) | Author | Age | Files | Lines |
* | Support loading OUT_DIR from cargo check at launch | Emil Lauridsen | 2020-03-17 | 1 | -79/+96 |
* | Check all crates of the workspace | Aleksey Kladov | 2020-03-13 | 1 | -0/+1 |
* | Handle diagnostics with multiple primary spans | Emil Lauridsen | 2020-03-12 | 11 | -527/+554 |
* | Correctly handle multi-line fixes from cargo/clippy | Emil Lauridsen | 2020-03-12 | 5 | -30/+267 |
* | Merge #3533 | bors[bot] | 2020-03-09 | 1 | -1/+1 |
|\ |
|
| * | Updates insta to 0.15.0 and bumps console to 0.10.0 | kjeremy | 2020-03-09 | 1 | -1/+1 |
* | | Fix SelectionRange return type | kjeremy | 2020-03-09 | 1 | -1/+1 |
|/ |
|
* | lsp-types 0.72 | kjeremy | 2020-03-02 | 1 | -1/+1 |
* | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -3/+0 |
* | Update lsp-types | kjeremy | 2020-02-26 | 1 | -1/+1 |
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -6/+6 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
* | Update snapshot tests due to removed SuggestedFix | Emil Lauridsen | 2020-02-03 | 7 | -39/+67 |
* | Rework how we send diagnostics to client. | Emil Lauridsen | 2020-02-03 | 2 | -138/+38 |
* | Prevent child cargo process from messing with our stdin | Aleksey Kladov | 2020-02-01 | 1 | -0/+1 |
* | Change error output to make a bit more sense | Emil Lauridsen | 2020-01-29 | 1 | -2/+6 |
* | Parse cargo output a line at a time. | Emil Lauridsen | 2020-01-29 | 2 | -5/+22 |
* | Merge #2924 | bors[bot] | 2020-01-28 | 1 | -2/+4 |
|\ |
|
| * | Modify ordering of drops in check watcher to only ever have one cargo | Emil Lauridsen | 2020-01-28 | 1 | -2/+4 |
* | | Don't do check progress update for fresh crates | Emil Lauridsen | 2020-01-28 | 1 | -0/+8 |
|/ |
|
* | Buffer reads from cargo check's stdout | Laurențiu Nicola | 2020-01-27 | 1 | -1/+4 |
* | Move snaps to new naming scheme | Jeremy Kolb | 2020-01-26 | 7 | -0/+0 |
* | Update crates | Jeremy Kolb | 2020-01-26 | 1 | -1/+1 |
* | Remove RWLock from check watcher. | Emil Lauridsen | 2020-01-23 | 2 | -6/+5 |
* | Update crates | kjeremy | 2020-01-22 | 1 | -1/+1 |
* | Tweak naming slightly | Emil Lauridsen | 2020-01-15 | 1 | -5/+5 |
* | Manage check state updates in main_loop to reduce lock contention | Emil Lauridsen | 2020-01-15 | 1 | -39/+35 |
* | lsp-types 0.69.0 | Jeremy Kolb | 2020-01-15 | 1 | -1/+1 |
* | Defer cargo check until after workspace load | Emil Lauridsen | 2020-01-13 | 1 | -2/+11 |
* | Disable cargo checking in workspaces with no cargo projects | Emil Lauridsen | 2020-01-11 | 1 | -0/+6 |
* | Fix unused import for windows in cargo_watch test | Edwin Cheng | 2020-01-03 | 1 | -0/+2 |
* | Update dependencies | Jeremy Kolb | 2020-01-01 | 1 | -1/+1 |
* | Disable cargo_watch snapshot tests on windows | Emil Lauridsen | 2020-01-01 | 1 | -0/+7 |
* | Merge #2681 | bors[bot] | 2019-12-29 | 3 | -2/+307 |
|\ |
|
| * | Add related information with original error site | Emil Lauridsen | 2019-12-29 | 3 | -1/+306 |
| * | Resolve macro call site in more cases | Emil Lauridsen | 2019-12-29 | 1 | -1/+1 |
* | | Lowercase drive letters when getting paths from cargo check | Emil Lauridsen | 2019-12-29 | 2 | -2/+68 |
|/ |
|
* | Reduce visibility | Aleksey Kladov | 2019-12-29 | 1 | -3/+3 |
* | Fix busy-waiting issue in main cargo watch thread | Emil Lauridsen | 2019-12-27 | 1 | -3/+5 |
* | Don't finish main cargo watch thread when subprocess finishes. | Emil Lauridsen | 2019-12-27 | 1 | -2/+1 |
* | Fix shutdown behavoir of main cargo-watch thread. | Emil Lauridsen | 2019-12-27 | 1 | -7/+8 |
* | Add doc comment to module | Emil Lauridsen | 2019-12-27 | 1 | -0/+2 |
* | Cargo fmt run | Emil Lauridsen | 2019-12-27 | 1 | -7/+1 |
* | Shutdown/cancelation story for main cargo watch thread | Emil Lauridsen | 2019-12-27 | 1 | -15/+32 |
* | Consistent, hopefully robust, shutdown/cancelation story for cargo check subp... | Emil Lauridsen | 2019-12-27 | 1 | -16/+50 |
* | Move cargo watch functionality to separate crate | Emil Lauridsen | 2019-12-27 | 10 | -0/+1698 |