aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cargo_watch
Commit message (Expand)AuthorAgeFilesLines
* lsp-types 0.72kjeremy2020-03-021-1/+1
* Remove unused dependenciesShotaro Yamada2020-02-271-3/+0
* Update lsp-typeskjeremy2020-02-261-1/+1
* Update versionsKirill Bulatov2020-02-181-6/+6
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
* Update snapshot tests due to removed SuggestedFixEmil Lauridsen2020-02-037-39/+67
* Rework how we send diagnostics to client.Emil Lauridsen2020-02-032-138/+38
* Prevent child cargo process from messing with our stdinAleksey Kladov2020-02-011-0/+1
* Change error output to make a bit more senseEmil Lauridsen2020-01-291-2/+6
* Parse cargo output a line at a time.Emil Lauridsen2020-01-292-5/+22
* Merge #2924bors[bot]2020-01-281-2/+4
|\
| * Modify ordering of drops in check watcher to only ever have one cargoEmil Lauridsen2020-01-281-2/+4
* | Don't do check progress update for fresh cratesEmil Lauridsen2020-01-281-0/+8
|/
* Buffer reads from cargo check's stdoutLaurențiu Nicola2020-01-271-1/+4
* Move snaps to new naming schemeJeremy Kolb2020-01-267-0/+0
* Update cratesJeremy Kolb2020-01-261-1/+1
* Remove RWLock from check watcher.Emil Lauridsen2020-01-232-6/+5
* Update crateskjeremy2020-01-221-1/+1
* Tweak naming slightlyEmil Lauridsen2020-01-151-5/+5
* Manage check state updates in main_loop to reduce lock contentionEmil Lauridsen2020-01-151-39/+35
* lsp-types 0.69.0Jeremy Kolb2020-01-151-1/+1
* Defer cargo check until after workspace loadEmil Lauridsen2020-01-131-2/+11
* Disable cargo checking in workspaces with no cargo projectsEmil Lauridsen2020-01-111-0/+6
* Fix unused import for windows in cargo_watch testEdwin Cheng2020-01-031-0/+2
* Update dependenciesJeremy Kolb2020-01-011-1/+1
* Disable cargo_watch snapshot tests on windowsEmil Lauridsen2020-01-011-0/+7
* Merge #2681bors[bot]2019-12-293-2/+307
|\
| * Add related information with original error siteEmil Lauridsen2019-12-293-1/+306
| * Resolve macro call site in more casesEmil Lauridsen2019-12-291-1/+1
* | Lowercase drive letters when getting paths from cargo checkEmil Lauridsen2019-12-292-2/+68
|/
* Reduce visibilityAleksey Kladov2019-12-291-3/+3
* Fix busy-waiting issue in main cargo watch threadEmil Lauridsen2019-12-271-3/+5
* Don't finish main cargo watch thread when subprocess finishes.Emil Lauridsen2019-12-271-2/+1
* Fix shutdown behavoir of main cargo-watch thread.Emil Lauridsen2019-12-271-7/+8
* Add doc comment to moduleEmil Lauridsen2019-12-271-0/+2
* Cargo fmt runEmil Lauridsen2019-12-271-7/+1
* Shutdown/cancelation story for main cargo watch threadEmil Lauridsen2019-12-271-15/+32
* Consistent, hopefully robust, shutdown/cancelation story for cargo check subp...Emil Lauridsen2019-12-271-16/+50
* Move cargo watch functionality to separate crateEmil Lauridsen2019-12-2710-0/+1698