| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle diagnostics with multiple primary spans | Emil Lauridsen | 2020-03-12 | 1 | -16/+16 |
* | Rework how we send diagnostics to client. | Emil Lauridsen | 2020-02-03 | 1 | -93/+17 |
* | 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 | 1 | -5/+21 |
* | 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 |
* | Remove RWLock from check watcher. | Emil Lauridsen | 2020-01-23 | 1 | -5/+4 |
* | 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 |
* | 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 |
* | Lowercase drive letters when getting paths from cargo check | Emil Lauridsen | 2019-12-29 | 1 | -0/+2 |
* | 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 |
* | 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 | 1 | -0/+345 |