aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cargo_watch/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the endless progress bar issueKirill Bulatov2020-03-301-0/+10
* Pull options outwardsAleksey Kladov2020-03-301-10/+3
* Fix race in the testsAleksey Kladov2020-03-301-1/+1
* Use automatic thread joining for cargo-watchAleksey Kladov2020-03-301-40/+8
* Merge #3632bors[bot]2020-03-231-21/+46
|\
| * ra_cargo_watch: log exit code tooveetaha2020-03-221-1/+5
| * Smol self-nitVeetaha2020-03-211-1/+1
| * fix: typoveetaha2020-03-211-1/+1
| * ra_cargo_watch: return Result<> from run_cargo(), and don't read stderr for nowveetaha2020-03-211-35/+43
| * ra_cargo_watch: log more errorsveetaha2020-03-211-3/+16
* | Only include machine-applicable suggestionsLaurențiu Nicola2020-03-222-40/+26
|/
* Use dyn-ref instead of impl to impact compile times the leastEmil Lauridsen2020-03-171-2/+2
* Support loading OUT_DIR from cargo check at launchEmil Lauridsen2020-03-171-79/+96
* Check all crates of the workspaceAleksey Kladov2020-03-131-0/+1
* Handle diagnostics with multiple primary spansEmil Lauridsen2020-03-1211-527/+554
* Correctly handle multi-line fixes from cargo/clippyEmil Lauridsen2020-03-125-30/+267
* 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-291-5/+21
* 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
* Remove RWLock from check watcher.Emil Lauridsen2020-01-232-6/+5
* Tweak naming slightlyEmil Lauridsen2020-01-151-5/+5
* Manage check state updates in main_loop to reduce lock contentionEmil Lauridsen2020-01-151-39/+35
* 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
* 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-279-0/+1681